Why most name blenders produce unpronounceable results
The naive approach is to cut each name in half by character count and glue the pieces together. Maria plus Antonio gives Marnio — which happens to work — but Kristen plus Brandon gives Krisndon, which nobody can say out loud. The problem is that a fixed character split ignores where syllables actually break, so it regularly joins a consonant cluster to another consonant cluster.
This generator cuts at vowel boundaries instead. It scans for the nearest vowel nucleus around the intended split point and cuts there, so each fragment ends or begins with a sound that can join to the next one. Afterwards it collapses doubled consonants and repeated vowels created by the join. The result is not phonetically perfect — that would need a full pronunciation dictionary — but it is the difference between a list you can read aloud and a list of typos.
The four styles
- Blends — the head of one name plus the tail of the other, at three different cut ratios. This is the classic couple-name construction and produces the most natural-sounding results.
- Prefix + suffix — a short two or three letter opening from one name carrying the ending of another. Shorter and punchier, which is what most brand names want.
- Alternating syllables — takes syllable one from name A, syllable two from name B, and so on. Produces the most unexpected results, and the most misses.
- Compact — two letters from each name, or a single initial plus a tail. Good for short, domain-friendly strings.
What to use it for
Couple names — the ship-name construction, for a wedding hashtag, a joint account or a joke. Baby names — blending two family names to honour both sides without hyphenating. Brand and product names — most invented company names are portmanteaus, and starting from two real words you care about beats starting from a random syllable generator. Pet, character and username — where the only requirement is that it sounds good and is not taken.
Filtering down to something usable
A pair of names generates dozens of candidates and most will be bad. The filters exist to cut that quickly. Length is the most useful: brand names that work as domains cluster between five and nine characters, and anything over twelve is unlikely to survive being typed. Starts with is for when you already want a specific initial — matching an existing brand, a family letter, or an available domain prefix.
Star the ones worth keeping. Favourites are saved in this browser, so you can come back to a shortlist after sleeping on it, which is genuinely the right way to pick a name.
Before you commit to a name
This tool invents character strings and knows nothing about the world. Any name you intend to use commercially needs three checks: a trademark search in your jurisdiction, domain and social handle availability, and a search for what the word already means in the languages of your market. The last one catches the expensive mistakes.
Privacy
All generation happens in your browser. The names you type are never uploaded, and your favourites are stored only in local storage on this device.
Frequently asked questions
How are the combinations produced?
Each name is split at vowel boundaries into approximate syllables, then recombined four ways: blending the head of one name with the tail of another, prefix-plus-suffix, alternating syllables, and compact two-letter merges. Results are cleaned of doubled consonants and repeated vowels, which is what keeps them pronounceable instead of turning into consonant pile-ups.
Does it work with Portuguese and accented names?
Yes. The vowel detection includes accented characters, so names like João, Antônio and Cecília are split correctly. Accents are preserved in the output where they fall naturally.
Can I combine more than two names?
Yes — add as many as you like. The generator combines every ordered pair, so three names produce six directions and considerably more results. For couple names two is usually enough; for brand names, adding a third word often produces the interesting outliers.
Should I check the name is available before using it?
Always, for anything commercial. This tool invents strings; it has no idea whether one is a registered trademark, an existing company, or a rude word in another language. Check a trademark database, domain availability and a quick search in the languages of your market before committing.