TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Review NameMesh - A Smart Domain Search Engine

2 pointsby mohit_aggover 12 years ago

1 comment

mohit_aggover 12 years ago
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!