Bolt.new — Full-Stack App Generator in the Browser
AI-powered development environment that generates, runs, and deploys full-stack web applications entirely in the browser. Describe your app, watch it build in real-time. By StackBlitz. 15,000+ stars.
Ready-to-run agent install
This asset can be installed after the agent chooses its runtime, checks the plan, and runs the matching command.
npx -y tokrepo@latest install bb148713-9912-43a3-866e-a263a487050b --target codexRun after dry-run confirms the install plan.
What it is
Bolt.new is an AI-powered development environment by StackBlitz that generates, runs, and deploys full-stack web applications entirely in the browser. You describe what you want in plain English, and Bolt scaffolds the project, writes code, installs packages, and spins up a live preview -- all without a local development environment. It is built on WebContainers technology, which runs Node.js and a filesystem directly in the browser.
Bolt.new targets developers who want to go from idea to deployed application rapidly. It supports React, Next.js, Vue, Svelte, Astro, and other modern frameworks.
How it saves time or tokens
Bolt.new eliminates local environment setup entirely. There is no need to install Node.js, configure package managers, or manage dependencies locally. The entire development loop -- code generation, dependency installation, build, and preview -- happens in the browser in seconds. Iterative changes are applied by describing what you want in natural language.
How to use
- Visit bolt.new in your browser.
- Describe your application: 'Build a task management app with Kanban board, user auth, and dark mode.'
- Watch Bolt generate the code and run a live preview. Iterate by describing changes.
Example
Prompt: 'Build a recipe sharing platform with:
- User registration and login
- Recipe creation with photo upload
- Search by ingredient
- Rating and reviews
- Responsive design with Tailwind'
Bolt generates a complete Next.js application with authentication, database models, API routes, and a styled frontend. The live preview runs immediately in the browser.
# After generation, deploy with one click
# Or export and run locally:
npx degit my-bolt-project ./my-app
cd my-app && npm install && npm run dev
Related on TokRepo
- AI Tools for Coding -- explore AI-powered coding tools and app generators
- AI Tools for No-Code -- discover low-code and no-code AI development platforms
Common pitfalls
- WebContainers have limitations compared to native Node.js; some npm packages with native bindings may not work in the browser environment.
- Generated code quality varies with prompt specificity; detailed descriptions produce better results than vague ones.
- Complex backend requirements (databases, authentication providers) may need manual configuration after exporting from Bolt.
Frequently Asked Questions
Bolt.new offers a free tier with limited generations per day. Paid plans provide more generations, faster processing, and additional deployment options.
Bolt.new supports React, Next.js, Vue, Svelte, Astro, and other JavaScript frameworks. The AI selects the appropriate framework based on your description or you can specify one explicitly.
Yes. Bolt.new lets you download the complete project source code. You can continue development locally with your preferred editor and tools.
Bolt.new generates full-stack applications with backend logic, while v0 focuses primarily on UI component generation. Bolt.new runs the complete application in the browser via WebContainers.
Yes. Bolt.new offers one-click deployment through StackBlitz and Netlify. You can also export the project and deploy to any hosting platform manually.
Citations (3)
- Bolt.new GitHub— Bolt.new is built on WebContainers by StackBlitz
- StackBlitz WebContainers— WebContainers run Node.js in the browser
- StackBlitz— StackBlitz browser-based development platform
Related on TokRepo
Source & Thanks
Created by StackBlitz. Licensed under MIT.
bolt.new — ⭐ 15,000+
Thanks to StackBlitz for making "idea to deployed app" a 5-minute journey.
Discussion
Related Assets
Bolt.new — AI Full-Stack Web App Generator
Prompt, run, edit, and deploy full-stack web apps in the browser. AI generates code, installs packages, runs dev server, and deploys — all from a chat interface. 16K+ stars.
Dioxus — Full-Stack App Framework for Web, Desktop, and Mobile
Dioxus is a full-stack app framework for Rust with a React-like API. Build web (WASM), desktop (native WebView), mobile (iOS/Android), TUI, and server-rendered apps from one codebase. Hooks, components, server functions, and hot reloading.
Create T3 App — Full-Stack Typesafe Next.js Starter
Create T3 App is the fastest way to scaffold a full-stack, typesafe Next.js application using the T3 Stack: Next.js, TypeScript, tRPC, Prisma, Tailwind CSS, and NextAuth.js.
Next.js — The Full-Stack React Framework for the Web
Next.js is the most popular React framework for building full-stack web applications. It provides server-side rendering, static generation, API routes, file-based routing, and React Server Components — making React production-ready out of the box.