Skip to content
100% local

Fake word generator

Generate pronounceable made-up words from random consonant-vowel syllables.

Output

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.

FAQ

What makes these words "pronounceable"?
Every word alternates a consonant and a vowel in fixed pairs, the pattern most human languages rely on for easy pronunciation, so the output avoids awkward consonant clusters and reads naturally out loud even though the words are invented.
Can I use the generated words as a brand name or product name?
You can use them as a starting point, but always run a trademark and domain-name search before committing to any name — this tool only guarantees the word is invented, not that nobody else has already claimed it.
Why does word length change with the syllables setting?
Each syllable adds exactly one consonant and one vowel, so a word always has twice as many letters as the syllable count — two syllables give a four-letter word, five syllables give a ten-letter word.
Do the words follow any real language’s spelling rules?
No — the consonant and vowel sets are a generic phonetic approximation, not tied to English, Slovak, or any specific language, so the words are intentionally language-neutral invented text.
Is my text uploaded anywhere?
No — it never leaves your browser; everything runs locally on your device.