domainhunt
v0.1.0
Published
Generate domain-name ideas and print the ones that appear available.
Maintainers
Readme
domainhunt
Generate domain-name ideas and print the ones that appear available.
Usage
Run it without installing:
npx domainhunt "community for technical founders called nerds"Example output:
nerdsassembly.com
nerdscommons.com
nerdsgarage.comChoose TLDs and a result limit:
npx domainhunt "developer community" --tlds com,io --limit 25Add one-shot AI suggestions through an installed and authenticated provider:
npx domainhunt "developer community" --ai codex
npx domainhunt "developer community" --ai cursor
npx domainhunt "developer community" --ai ollamaAI is disabled by default. Supported providers are codex, cursor, ollama, and lmstudio.
Install globally
npm install --global domainhunt
domainhunt "developer community"Options
--tlds com,io TLDs to check (default: com)
--limit 20 Maximum results (default: 20)
--ai PROVIDER none, codex, cursor, ollama, or lmstudio
--json Output a JSON array
--no-check Generate names without checking availability
--help Show helpAvailability
Availability checks use RDAP and are cached at ~/.local/share/domainhunt/cache.db. A listed domain is likely available, but it is not reserved and may still be premium, blocked, or unavailable through your registrar. Confirm immediately with a registrar before relying on a result.
Requirements
- Node.js 22.13 or newer
License
MIT
