Hey HN,<p>I am creating a smart domain search engine with focus on relevancy and this is my progress so far.<p>I have added all methods of name creation in one single interface. Methods include synonyms, antonyms, related words, portmanteau, misspellings, phonetic variations, short url, acronyms, suffixes, prefixes etc.<p>I am ranking these names based on some quality metrics like length, relevancy etc for easy discovery of good ones.<p>I have tried to keep it simple and fast, with allowing complex queries using wildcards.<p>Examples:-<p><a href="http://www.namemesh.com/domain-name-search/fun%20coding*" rel="nofollow">http://www.namemesh.com/domain-name-search/fun%20coding*</a><p>beyond dictionaries :)
<a href="http://www.namemesh.com/domain-name-search/dilbert" rel="nofollow">http://www.namemesh.com/domain-name-search/dilbert</a>
<a href="http://www.namemesh.com/domain-name-search/nirvana" rel="nofollow">http://www.namemesh.com/domain-name-search/nirvana</a><p>Seeking Feedback!