Fake word generator
Generate pronounceable made-up words from random consonant-vowel syllables.
Fake word generator
This fake word generator creates invented words that sound like they could belong to a real language, without meaning anything at all. Each word chains together consonant-vowel syllables — a consonant followed by a vowel, repeated as many times as you choose — which keeps results easy to say out loud instead of looking like keyboard mashing. It is a quick way to produce filler names, brand-name candidates, sci-fi or fantasy vocabulary, or throwaway test data that needs to look word-like but must not collide with anything real.
Two options shape the output. "Number of words" sets how many lines are generated at once, from a single word up to 50, so you can skim a shortlist for one that fits. "Syllables per word" sets how many consonant-vowel pairs make up each word, from short two-letter blips at one syllable up to longer ten-letter words at five syllables — shorter counts read as punchy brand-style names, longer ones as elaborate invented vocabulary. A "Capitalize each word" checkbox uppercases just the first letter of every word, useful when scanning a list of candidate proper nouns rather than plain lowercase filler text.
Every word is assembled from a fixed set of consonants and vowels chosen for readability, and letters are picked using your browser's cryptographically secure random number generator with rejection sampling, so no letter is favored by rounding bias. The result differs every time you run the tool, and since nothing is deterministic there is no seed to remember — treat each batch as disposable and regenerate for fresh options.
As with every tool on this site, generation happens entirely in your browser. Nothing you configure or generate is sent to a server or stored anywhere outside your own device, so it is safe to use for early-stage naming work you are not ready to share yet.