I just launched a small side project called Name Combiner – a simple, fast web tool that blends two or more names into creative new ones. It’s useful for generating brand names, usernames, baby names, project titles, and more.
While helping two friends name their startup, we struggled with idea fatigue and domain availability. We tried combining their names manually—and that’s when the idea clicked. I realized a simple name-blending tool could solve a common (and boring) problem in a fun way.
Pure HTML, CSS, and JavaScript
No frameworks, no backend, no tracking
Instant output with DOM-based filtering and string manipulation
Mobile-friendly UI
No dependencies, <10KB gzipped
Hosted on basic shared hosting for speed and simplicity
Combine 2+ names/words
Real-time generation of combinations
Suggests blends that look natural
Designed to work instantly in-browser
SEO optimized static site for quick indexing
Brand or product name ideas
Couple/baby name mashups
Username inspiration
Quick name ideas for indie projects
Adding name origin matching (e.g., “blend only English or Latin roots”)
Optional filtering by syllable count or length
User-submitted combos
API version?
If you’re curious, take a look: https://namecombiner.org, feature ideas, or tech questions are very welcome!
Cheers,
Ann