Bolt.diy
Prompt, run, edit, and deploy full-stack Node.js applications from a browser tab: Bolt.diy is
the official open-source version of Bolt.new's AI coding agent. Its foundation is StackBlitz's
WebContainer technology - a sandboxed in-browser Node.js environment where the AI controls the
whole stack: filesystem, npm, dev servers, terminal, and browser console. That means the agent
does not just generate code; it installs dependencies, runs Vite or Next.js, reads errors, and
fixes them. The defining difference from Bolt.new is model choice per prompt: 19+ providers
including OpenAI, Anthropic, Gemini, DeepSeek, Groq, Mistral, Amazon Bedrock, and local models
via Ollama or LMStudio, extensible through the Vercel AI SDK. Development ergonomics include
live preview, a diff view of AI changes, codebase search, file locking to prevent generation
conflicts, 15+ starter templates (React, Vue, Next.js, Astro, Svelte, Expo), and MCP support
for external tools. Projects integrate with Git and Supabase, and deploy in one click to
Vercel, Netlify, or GitHub Pages.
Deploy