Live data from Hacker News

Show HN: Name Checker – Find project name collisions

namechecker.vercel.app

11–19 of 19 posts

Re: Show HN: Name Checker – Find project name collisions

#16
post #10

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.

Links to all results (not just domains) would be nice, too.

Added - good suggestion!

Re: Show HN: Name Checker – Find project name collisions

#17

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's search I can only find projects that have the name as part of theirs. E.g. "hexagol" is taken according to your tool but using GitHub's search I only get 4 results which are all about projects named something with "hexagolang".

Should be fixed now. The GitHub endpoint for repos returns a list of possible matches and now they get filtered to fully equal the search input https://github.com/toddcooke/namechecker/blob/main/app/api/e...

Re: Show HN: Name Checker – Find project name collisions

#19

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's search I can only find projects that have the name as part of theirs. E.g. "hexagol" is taken according to your tool but using GitHub's search I only get 4 results which are all about projects named something with "hexagolang".

Should be fixed now. The GitHub endpoint for repos returns a list of possible matches and now they get filtered to fully equal the search input https://github.com/toddcooke/namechecker/blob/main/app/api/e...

Great, thanks!
Post reply on HN