Instant Domain Finder & Registrar Price Comparator β by Codehtml
Find available .com, .ai, and .io domains in sub-50 milliseconds using Cloudflare DNS-over-HTTPS. Zero paid APIs, zero subscriptions, zero tracking.
Launch Domen locally with a single terminal command:
iwr -useb https://raw.githubusercontent.com/29Sandesh/domain-hunter/main/install.ps1 | iexcurl -fsSL https://raw.githubusercontent.com/29Sandesh/domain-hunter/main/install.sh | bashnpx degit 29Sandesh/domain-hunter domen && cd domen && npm install && npm run devThe app will instantly launch at http://localhost:3000!
Most domain search tools either charge expensive subscriptions, require OpenAI API keys, or front-run your searches (silently registering domains you looked up).
Domen is built with a different philosophy:
| Feature | π Domen | π’ GoDaddy / Namecheap | π€ Other AI Generators |
|---|---|---|---|
| 100% Free & Open Source | β Yes | β No | β Freemium / Paid |
| Zero API Keys Required | β Yes (Runs Locally) | β N/A | β Needs OpenAI API Key |
| Sub-50ms DNS Resolution | β Yes (Cloudflare DoH) | β Slow | β Slow |
| No Search Tracking / Sniping | β 100% Private | ||
| Live Registrar Price Comparison | β Porkbun, Dynadot, Namecheap, GoDaddy | β Own Prices Only | β No Price Data |
| 1-Click Self-Hostable | β Yes (1-Command) | β No | β No |
- β‘ Sub-50ms Real-Time DNS Checking: Direct parallel queries to Cloudflare DNS over HTTPS (
1.1.1.1) and Google DNS (8.8.8.8) β zero rate limits, zero false positives. - π― Semantic Brand Ideation: Local semantic thesaurus pairs your keywords with high-recall startup naming formulas (action compounds, evocative metaphors, authority hubs).
- π° Live Registrar Price Comparison: Compare real-time prices across Porkbun, Dynadot, Namecheap, Hostinger, and GoDaddy in 1 click.
- π¨ Minimal Split-Screen Dashboard: Clean White & Blue modern design with responsive layout and distraction-free results.
- β Saved Shortlist: Bookmark candidate domains with persistent browser storage and personal notes.
- π‘οΈ 100% Private: Your search queries never leave your browser/server. Zero domain front-running.
βββ app/
β βββ api/domains/check/route.ts # Real-time DNS check & price lookup API
β βββ api/domains/generate/route.ts # Batch candidate generation & parallel scan
β βββ globals.css # Clean White & Blue styling
β βββ icon.svg # Vector browser favicon
β βββ layout.tsx # Root layout & Domen by Codehtml metadata
β βββ page.tsx # Split-screen responsive dashboard
βββ components/
β βββ DomenLogo.tsx # Custom geometric D + Dot vector logo
β βββ DomainCard.tsx # Clean domain row with 1-click buy & pricing
β βββ DomainSearchInput.tsx # Single search bar & extension chips
β βββ Header.tsx # Minimal navigation with "Domen by Codehtml"
β βββ ShortlistDrawer.tsx # Slide-out saved bookmark drawer
βββ lib/
β βββ checker.ts # Sub-50ms Cloudflare DNS & registrar pricing
β βββ generator.ts # Semantic thesaurus & brand naming brain
βββ bin/cli.js # NPX CLI runner
βββ install.ps1 # Windows 1-command installer
βββ install.sh # macOS & Linux 1-command installer
βββ package.json # Minimal zero-bloat dependencies
# 1. Clone the repository
git clone https://github.com/29Sandesh/domain-hunter.git domen
# 2. Enter directory & install dependencies
cd domen
npm install
# 3. Start local development server
npm run devOpen http://localhost:3000 in your browser.
If you found Domen helpful for finding your startup's next domain, please consider giving it a star! β
Contributions, issues, and feature requests are welcome! Feel free to check out the Issues page.
Distributed under the MIT License. See LICENSE for details.