Username Generator
Usernames from your own words — adjective + word, word + number, word_word, initials, leet — with length limits, separator and a seed that repeats the list.
A list of usernames built from your words and the page’s own adjective and noun lists, each with its style and length, within the limits you set, reproducible from the seed.
Example: From "sky" with seed 42: svector17, skylagoon, rap1dsky, skypanda, skyranger, polarsky; the word_word style with an underscore joins your word and a noun; availability is not checked.
Your words,
the page's lists, one seed.
How names are put together, what the styles mean, and why the seed matters.
Building a name
Your words are cleaned to lower-case letters and digits. Each name combines one of them with the page's own lists — 126 adjectives and 133 nouns — in the chosen style: adjective + word (rapidsky), word + number (sky1984 or sky17), word + word (skylagoon), initials + word, or leet, which swaps some letters for digits (a→4 e→3 i→1 o→0 s→5 t→7). Mixed picks a style at random for each name. The separator goes between the parts; a name that would start with a digit gets a noun in front.
Limits and duplicates
Names longer than the maximum are cut and a trailing separator removed; names shorter than the minimum, and duplicates, are dropped and another is drawn. If the limits are so tight that the requested number cannot be reached, the page says how many it found.
The seed
A seeded generator (mulberry32) means the same words, options and seed always give the same list — write the seed down to recreate it; seed 0 draws a fresh seed from the clock and shows it. The page cannot tell whether a name is free on any site: it does not connect to anything. Nothing leaves the browser; the same four anonymous usage counts as the rest of the site apply.
SOURCES
- Seeded mulberry32 generator over the words you give plus 126 adjectives and 133 nouns held in the page; leet substitutions a→4 e→3 i→1 o→0 s→5 t→7; no availability lookup
Last reviewed 22 September 2026. How results are checked: How we verify.