Interactive domain name brainstorming tool designed for use with Claude Code. Describe your business idea, get brandable domain suggestions, and instantly check .com availability via the Namecheap API.
Featured on Built with AI.
- Get API access from Namecheap (requires account with $50+ spend or 20+ domains)
- Whitelist your IP in Namecheap Dashboard > Profile > Tools > API Access
- Copy the env template and fill in your credentials:
cp .env.example .env.local- Source your env before running:
source .env.localnode check-domains.mjs domain1 domain2 domain3You'll be prompted for a filename — results are saved to results/ with availability status.
This tool is built to pair with Claude Code. The CLAUDE.md file gives Claude context to:
- Brainstorm brandable domain names based on your concept
- Run
check-domains.mjsin batches - Iterate on themes until you find the right name
Just open Claude Code in this directory and describe what you're building.
Claude uses 9 search strategies to find available domains:
- Direct Compound — core concept + action words (
leadzap,routefire) - Prefix/Suffix Modifier — SaaS patterns (
get___,___hq,___ai) - Portmanteau / Embedded Word — hide the business word inside a made-up word (
leadgacy= legacy,remonaissance= renaissance) - Double Meaning / Innuendo — words with a cheeky second read (
hothandoff,matchivate) - Synonym Rotation — swap core concept for synonyms, re-run other strategies
- Character / Personality — give the brand a persona (
routerogue,routepirate) - Creative Misspelling — alt spellings, Flickr-style truncation (
remonetizr,squalifai) - Science / Element Style — periodic table vibes (
qualifium,pulsadium) - Synonym Mashup — portmanteau from routing/tracking synonyms (
relayvant,surgevate)
Results are presented in tiered tables (Top Tier, Strong, Sleepers) with rationale. See CLAUDE.md for full details.
$ node check-domains.mjs brightpath lumivox zentrade crestline
Save results to (e.g. "pharma-ideas"): startup-names
Domain Availability Results:
brightpath.com ✗ Taken
lumivox.com ✓ Available
zentrade.com ✗ Taken
crestline.com ✗ Taken
Results saved to: results/startup-names-1709500000000.txt
- Node.js 18+
- Namecheap API credentials
This project is part of the Built with AI open source collection — free tools built by the AI builder community.
MIT