I kind of finished this project before, but forgot to deploy and ship it :)
I may continue working on this and adding some features, but for now I’m going to be working on some other stuff
(a more detailed project description is coming later)
(a more detailed project description is coming later)
I created a monorepo for my project, using Bun Workspaces. It will house the native app, some shared packages, and more.
I also created the Expo-based native app inside the monorepo and started doing work on it:
Quick recap: I’m building a web app to help you check domain availability and prices for your next idea.
I started building this because I was tired of checking dozens of domain names (including variations) by hand every time I had a new idea.
Next up: more features and deploying.
If you have ideas for features you’d like to see, I’d love to hear them!
I’m building a web app to help you check domain availability and prices for your next idea.
I started building this because I was tired of checking dozens of domain names (including variations) by hand every time I had a new idea.
I finished building the main feature: searching for domains and checking their availability & price through the Cloudflare Registrar API. I also built these features:
I’m using TanStack Start, with TanStack Query to cache and optimize the CF Registrar requests.
For the UI, I’m using shadcn/ui components (with BaseUI primitives and HugeIcons).
For persisting settings between website visits/reloads, I’m using usehooks-ts’s useLocalStorage.
Next up: adding more features, polishing the UX, and deploying it.
If you have ideas for features you’d like to see, I’d love to hear them!