Free CLI. Paid License. Your Choice.
Wire is free for personal use. Commercial sites need a license. No feature gating.
Wire Personal
Full CLI, all features, forever.
- Every command, every feature, no limits
- 91 lint rules + 30 build gates
- SEO audit against your GSC data
- Host anywhere (GitHub Pages, Netlify, your server)
- Requires one link to any [Wire page](/) on your site
Wire Commercial
Same CLI, commercial use license.
- For any site that generates revenue
- No backlink required
Wire Agency
Up to 5 commercial sites.
- Everything in Commercial, for 5 sites
- Each additional site: $99/year
- Priority support
Get a License
Start making money with your content.
Whether it is 5 pages or 500, the same 91 rules protect your site. The same build gates refuse broken content. The same quality that enterprises pay thousands for, you get for the price of one freelance article per year.
- Submit the form with your site URL
- We send you an invoice within 24 hours
- You pay, we send your license key
- Add it to wire.yml and build without the attribution link
No subscription. No auto-renewal. No credit card on file. One invoice per year. Your content is markdown in git. It is yours.
Want to try first? Start the workshop. Give your AI agent one prompt, get a site with content in your voice, 91 quality checks, and a live URL. No GSC needed, no setup. Buy a license when you are ready.
Why Wire
Ahrefs reports problems. Wire fixes them. Clearscope grades content. Wire refuses to build broken content. A freelance writer charges $300 to $800 per article, once. Wire maintains your entire site for less than one article per year.
FAQ
Should I use an API key or my Claude subscription?
Both work. Wire uses the API when ANTHROPIC_API_KEY is set and falls back to Claude CLI (claude login) when no key is available.
For interactive use, editing a single page or running one-off commands, the CLI with your Claude subscription works fine. For batch operations across many pages, like updating 300 vendor profiles in one run, the API is more efficient. Each CLI subprocess call loads the full Claude Code system prompt, CLAUDE.md, and tool definitions on every invocation. On sites with large configuration files, that overhead adds up to roughly 18,000 tokens per call before your actual prompt is processed. The API skips all of that.
Both model tiers (quality_model and simple_model) are configurable in wire.yml regardless of which path you use. See the configuration guide for details.