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.

Show HN: Name Checker – Find project name collisions

62 pointsby toddcookealmost 2 years ago
Name Checker is a tool for when you want to create a new project and don’t want to check all the places (npm, apt, GitHub) for a name collision, you can just use this tool instead.<p>I started working on this because I noticed on HN folks sometimes create a new company and SAAS and they didn’t notice that the name was already taken.<p>Please let me know if y&#x27;all have any questions or comments!

9 comments

_sojhalmost 2 years ago
Kinda related I’ve used <a href="https:&#x2F;&#x2F;domainr.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;domainr.com&#x2F;</a> for years
评论 #37028886 未加载
phartenfelleralmost 2 years ago
Nice one; it works great! I would prefer it if the tool linked to the existing common domains instead of only showing the available ones. For my search,.org .org and .com are not available, and I wanted to look into what they are about.
评论 #37011777 未加载
评论 #37016687 未加载
morningsamalmost 2 years ago
How is the GitHub check performed? I seem to get false positives where your tool reports that a project with that name exists on GitHub, but using GitHub&#x27;s search I can only find projects that have the name as part of theirs. E.g. &quot;hexagol&quot; is taken according to your tool but using GitHub&#x27;s search I only get 4 results which are all about projects named something with &quot;hexagolang&quot;.
评论 #37048225 未加载
ssrini2almost 2 years ago
Make the search case insensitive please
评论 #37014397 未加载
toddcookealmost 2 years ago
The code is here for those interested <a href="https:&#x2F;&#x2F;github.com&#x2F;toddcooke&#x2F;namechecker">https:&#x2F;&#x2F;github.com&#x2F;toddcooke&#x2F;namechecker</a>
tlonnyalmost 2 years ago
Cool project - if you include dots in the name the DNS availability checks are inaccurate.<p>If I search for &quot;foo.io&quot;, it tells me that &quot;foo.io.io&quot; is available
评论 #37025096 未加载
imgildevalmost 2 years ago
Nice project! Can you check the repos in GitLab too?
评论 #37063921 未加载
mehmet_mhyalmost 2 years ago
This is great!
mdsarfrazalmost 2 years ago
Hi