New · CodexaX 1.0 is here — what’s shippedWrite code at the
Write code at the
speed of thought.
CodexaX is an AI-native editor for builders. Real agents, real MCP, real skills — ship faster without leaving your editor.
~/projects/codexax · agent.ts
1 import { Agent } from 'codexax';
2
3 const agent = new Agent({
4 model: 'claude-sonnet-4-5',
5 skills: ['review', 'refactor'],
6 mcp: './mcp.json',
7 });
8
9 await agent.run('Ship the auth flow');
CHAT
YOU
Add OTP login backed by my API.
CODEXAX
I’ll edit auth.ts, add /otp/verify and wire it to your existing JWT helper. Apply 3 changes?
Everything you'd expect.
And the parts you didn’t.
Real Agents
Multi-file edits, plan→execute, with a human-in-the-loop diff for every change.
Native MCP
Bring any MCP server. Tools, resources, prompts — all wired into your editor.
Skills
Reusable AI capabilities your team can author once and ship everywhere.
Rules / Instructions
Per-repo .codexax/rules and prompt files. Your team conventions, learned once.
Bring your model
Claude, GPT, Gemini, Ollama, or your own OpenAI-compatible endpoint.
Privacy first
Code never leaves your machine without your approval. Self-host the proxy.
Simple pricing.
Start free. Upgrade when you ship.
Most popular
Pro
$20per month
- Unlimited chat (fair use)
- Claude Sonnet + Opus
- Priority support
- Private MCP servers