Open-source AI coding platform — fork of bolt.diy

Build full apps
with a prompt.

Xode is an open-source AI dev environment that writes, runs, and deploys code in real time. Powered by your choice of LLM — Claude, GPT-4o, Gemini, Mistral, and more.

Try:
Free to start
No credit card needed
MIT licensed
12+ LLMs supported
app.xode.dev/workspace/my-saas-dashboard
Live
App.tsx
Dashboard.tsx
import React from 'react';
import { Dashboard } from './Dashboard';
import { Sidebar } from './Sidebar';
export default function App() {
return (
<div className="flex h-screen bg-gray-950">
<Sidebar />
<Dashboard />
</div>
);
}
Add a dark mode toggle to the navbar...
Core capabilities

Everything you need to ship faster.

From first prompt to production. Xode handles the full stack — in-browser, no setup required.

Full-stack code generation

Generate React, Next.js, Node, Python, and more from a plain English prompt. Handles routing, APIs, auth, and databases.

In-browser runtime

Your code runs in a real WebContainer — no VMs, no cloud VMs to spin up. Instant feedback on every change.

Multi-model support

Switch between Claude Sonnet, GPT-4o, Gemini 1.5, Mistral Large, and Llama without changing your workflow.

One-click deploy

Push to Netlify, Vercel, or Cloudflare Pages with a single click. Your app is live in under 30 seconds.

Git integration

Push to GitHub, create branches, open PRs — all from inside Xode. Your workflow, not a replacement for it.

Bring your own API key

Use your own Anthropic, OpenAI, or Google keys. No middleman markup. Full control over cost and usage.

Supported models

Your model, your rules.

Pick the smartest model for the job. Switch mid-project without losing context.

C
Claude Sonnet 3.7 Recommended

Best for complex reasoning, long context, and architectural decisions.

200k context·Anthropic
G
GPT-4o

Fast, multimodal. Excellent for UI generation and quick iterations.

128k context·OpenAI
G
Gemini 1.5 Pro

Google's powerhouse. Massive 2M token context window.

2M context·Google
M
Mistral Large Open weights

Best open-source performance. Self-hostable with Ollama.

32k context·Mistral AI

From idea to live app
in three steps.

1

Describe what you want to build

Type a prompt in plain English. Be as specific or vague as you like — Xode asks clarifying questions when it needs them.

2

Watch Xode write and run the code

Xode writes every file, installs packages, and runs your app in a real environment — all in your browser tab. No CLI, no Docker.

3

Iterate and deploy

Chat with Xode to refine anything. When you're happy, deploy to Netlify or push to GitHub — one click, 30 seconds.

Builders love Xode.

Real feedback from developers, founders, and makers.

"I shipped a full SaaS MVP in a weekend. Xode wrote the auth system, Stripe billing, and dashboard in about two hours of back-and-forth."

MR
Marcus R.
Indie founder, Austin TX

"Finally an AI code tool that doesn't hallucinate broken imports. The WebContainer approach is genuinely different — it actually runs the code."

SL
Sofia L.
Frontend engineer, London

"I'm not a developer and I built my client portal in a day. The multi-model switching is clutch — Claude for structure, GPT-4o for UI polish."

JT
Jamie T.
Product designer, Toronto
Pricing

Start free. Scale without limits.

Bring your own API keys and the model costs come directly to you — no markup.

Monthly Annual –20%
Hobby
$0 /month

Forever free. BYOK required.

  • 5 projects
  • All model support (BYOK)
  • Community support
  • Netlify deploy
Most popular
Pro
$19 /month

Includes $5 of hosted model credits.

  • Unlimited projects
  • All models + hosted keys
  • GitHub sync
  • Priority deploy
  • Email support
Team
$49 /month

Per seat, billed annually. Min 3 seats.

  • Everything in Pro
  • Shared workspaces
  • SSO + SAML
  • Audit logs
  • Slack support

Build something today.

No setup. No config. Just a prompt and a live app in minutes.

View on GitHub