This is a tool for finding out if a project name is taken already. Instead of checking apt, npm, GitHub, etc, for the name of your project, you can use this tool to search many places at once.
Check it out at https://namechecker.vercel.app
- Count - or _ as taken. Searching hello-world should count as taken if hello_world exists
- Add fuzzy check option. Searching hello should count as taken if hello-world exists
- More accurate go.dev package search. Searching asdf should return the package named asdf with the most imports.
- Filter by popularity. With this filter option on, searching kubernetes should not return results with fewer than n stars.