New · CodexaX 1.0 is here — what’s shipped

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.

Hobby
FreeForever
  • 200 chat msgs / month
  • All editor features
  • Community support
Get started
Most popular
Pro
$20per month
  • Unlimited chat (fair use)
  • Claude Sonnet + Opus
  • Priority support
  • Private MCP servers
Start Pro trial
Team
$40per seat / month
  • Everything in Pro
  • Shared skills & rules
  • SSO / SAML
  • Audit log
Talk to sales