Tagging — what this page tells machines
Seed Art
Everything below is normally invisible. It is what search engines and LLMs read to decide whether to retrieve and cite this page.
About
Seed Art turns any word into a one-of-a-kind composition of shapes and colour — and it's deterministic, so your name (or anyone's) always renders the exact same picture.
How it works
The word is hashed (FNV-1a) into a seed for a tiny mulberry32 pseudo-random generator. Every colour, position and shape is drawn from that one seeded stream, so identical input → identical output. Pure canvas, no backend.
Metadata
Heading outline
- Seed Art
Structured data (JSON-LD)
TechArticle
Same as Article, flagged as technical/developer reference material.
{
"@context": "https://schema.org",
"@type": "TechArticle",
"headline": "Seed Art — toy",
"description": "Type a word and get a unique generative artwork — the same word always produces the same piece. Deterministic browser art, no server.",
"url": "https://kaspirius.com/seed-art",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://kaspirius.com/seed-art"
},
"datePublished": "2026-06-18",
"dateModified": "2026-06-18",
"author": {
"@type": "Person",
"name": "kaspirius",
"url": "https://kaspirius.com"
},
"publisher": {
"@type": "Organization",
"name": "kaspirius",
"url": "https://kaspirius.com"
}
}