Back to Docs
Recipe
AI domain name finder
Build a smart domain search tool that generates available .com names using AI suggestions and real-time WHOIS lookups.
1
Seed keywords
Feed your brand niche, tone, and syllable preferences into the AI prompt template.
2
Generate candidates
The model returns 20 short, brandable .com candidates with availability scores.
3
Verify & display
Cross-check WHOIS in real time, show green for available, and let users register with one click.
Prompt template
You are a brand naming expert.
Given a niche and tone, generate 20 short,
brandable .com domain names. Rules:
- 6-12 characters
- No hyphens or numbers
- Easy to spell and pronounce
Return JSON: { "domains": ["name1", ...] }API endpoint
POST /api/recipes/domain-finder with { niche, tone }. Returns verified available domains.