Show HN: Spellsurf – Create words from words (spellsurf.com)
I've always loved beautiful words. I also enjoy coming up with fun names for all the side projects and businesses that I'm working on, trying to find something unique with an available .com.
After spending countless hours brainstorming names for different stuff, I built Spellsurf.
It lets you explore words and combine their syllables to create new ones. You can also set rules for the generated words, making it easy to search for names that fit what you're looking for.
People say to open a dictionary to a random page when you're looking for ideas. Spellsurf is like that, just a bit faster!
I've already found tons of interesting available .com's using it (spellsurf.com was one of them!)
I recommend setting it to generate one- or two-syllable words and combining those for the best results for catchy "startup-y" names.
Hope it helps or inspires you, and I'd love to hear any feedback!
/Alex
6 comments
[ 0.21 ms ] story [ 24.3 ms ] threadi'm curious how did you make the two word-gen merge so naturally ?
A lot of early “fantasy word” generators worked in a similar way - by using n-grams at a character (or character chunk) level rather than the word level even if the breaks didn’t align with syllables.
I don't know if it was ever done - but adapting a Markov model built out against a corpus of word IPAs treating each phoneme as a symbol in the chain would have produced better results as well.