npx claudepluginhub maxghenis/namecastAI-powered brand name oracle - generate, filter, and evaluate brand names
AI-powered brand name oracle. Generate, filter, and evaluate brand names with domain checks, social handles, similar company analysis, and dynamic persona perception forecasting.
pip install namecast
Or from source:
git clone https://github.com/MaxGhenis/namecast
cd namecast
pip install -e ".[dev]"
Requires an Anthropic API key:
export ANTHROPIC_API_KEY=your-key-here
Find names for a new project:
namecast find "A SaaS tool for tracking carbon emissions"
Include your own ideas:
namecast find "Dog walking app" --ideas Waggle --ideas PupPath
Evaluate a specific name:
namecast eval Acme
Evaluate with mission context:
namecast eval Cloudify --mission "Cloud infrastructure automation for startups"
Compare multiple names:
namecast eval --compare Acme Globex Initech
If you use Claude Code, Namecast is available as a plugin:
Find names:
/namecast:find A marketplace connecting local farmers with restaurants --ideas FarmLink,HarvestHub
Evaluate a name:
/namecast:evaluate Cloudify --mission Cloud infrastructure automation
The Claude Code plugin runs natively (no API calls) and is free with Claude Max.
Names are scored on a 100-point scale:
| Category | Points | Description |
|---|---|---|
| Domain Availability | 40 | .com = 40pts, .io only = 25pts |
| Persona Perception | 40 | Average of memorability + professionalism ratings |
| Linguistic Quality | 20 | Pronunciation ease, international safety, uniqueness |
Unlike static persona sets, Namecast generates personas tailored to your specific project. When you provide a company description, the AI identifies 5 relevant personas who would interact with your brand:
For example, a B2B SaaS might get personas like:
While a consumer app might get:
Each persona then evaluates your name on:
Checks WHOIS data for:
.com (weighted highest).io (popular for tech).co.ai.appNames where both .com and .io are taken are filtered out in the find workflow.
Checks availability on:
Web searches for:
Note: This is informational only. Always consult a trademark attorney before finalizing your brand name.
Checks if the name has problematic meanings in:
Evaluates:
Matt Pocock's skills for real engineering, as an installable Claude Code plugin.
Plugins by Alex Newman (thedotmack)
Ultra-compressed communication mode for Claude Code. Cuts 65% of output tokens (measured) while keeping full technical accuracy.