Pick a tag you can actually paint.

Six styles, phonetic rules and a dictionary check, so what comes out is pronounceable and is not an ordinary word. No AI anywhere. Every batch carries the seed that produced it.

What this is

A generator for graffiti tags, the names writers paint. It assembles candidates from phonetic blocks: starts like KR or SK, nuclei like A or AI, and endings like ZE or RK, following the syllable patterns each style prefers. No language model is involved anywhere. Give it a seed and it returns the same names every time, which is why every batch shows the seed it used.

The six styles

Each style weights patterns and blocks differently:

How candidates are filtered

Every candidate is checked against a dictionary of roughly 9,300 English words so you do not end up with an ordinary word, scanned against a blocklist of offensive substrings, and then scored. The letters K, Z and X earn points, and so do starts like KR, SK, TR and endings like ZE, SK or X. Three vowels in a row, or four stacked consonants, lose points. Anything below the style's threshold is discarded, which is what the rejected counter above is reporting.

Written in TypeScript with no runtime dependencies, MIT licensed. Source on GitHub.