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.
What it is
Bolt.new is an AI-powered development environment by StackBlitz that generates full-stack web applications from natural language prompts. You describe the app you want, and the AI writes the code, installs npm packages, starts a dev server, and provides a live preview -- all within the browser. The project has 16K+ GitHub stars and can be self-hosted.
Bolt.new targets developers and non-developers who want to prototype web applications quickly. It handles the entire stack from frontend UI to backend logic, removing the setup friction of traditional development environments.
How it saves time or tokens
Bolt.new eliminates the project scaffolding phase entirely. Instead of running create-react-app, installing dependencies, configuring build tools, and writing boilerplate, you describe the app and get a working prototype in minutes. The AI handles package selection, configuration, and wiring. For prototyping and MVPs, this reduces the time from idea to working demo from hours to minutes.
How to use
- Visit bolt.new to use instantly, or self-host:
git clone https://github.com/stackblitz/bolt.new.git
cd bolt.new
pnpm install
pnpm run dev
- Open the interface and describe your app: 'Build a task management app with user authentication, drag-and-drop kanban board, and dark mode.'
- The AI generates the code, starts the dev server, and shows a live preview. Edit by chatting or modifying code directly.
Example
Prompting Bolt.new for a specific application:
Prompt: 'Create a personal finance tracker with:
- Monthly budget categories
- Transaction input form
- Spending charts using Chart.js
- Local storage persistence
- Responsive mobile layout'
# Bolt.new generates:
# - React frontend with Tailwind CSS
# - Chart.js integration for spending visualization
# - LocalStorage wrapper for data persistence
# - Responsive grid layout
# - Package.json with all dependencies
The result is a runnable application with all files, dependencies, and configuration in place.
Related on TokRepo
- AI Tools for Coding — Compare AI coding tools from inline completions to full app generation
- AI Tools for No-Code — No-code and low-code platforms for building applications
Common pitfalls
- Generated apps are prototypes, not production code. Review security, error handling, and edge cases before deploying to production.
- Complex backend requirements (databases, authentication services) may need manual configuration after the initial generation.
- Self-hosting requires an LLM API key. The quality of generated apps depends on the underlying model's code generation capability.
- Always check the official documentation for the latest version-specific changes and migration guides before upgrading in production environments.
Frequently Asked Questions
Yes. Bolt.new can deploy directly to supported hosting platforms. For self-hosted instances, you export the generated code and deploy it through your standard pipeline. The generated code is standard React/Next.js that works with any hosting provider.
The hosted version at bolt.new has a free tier with usage limits. The project is open source with 16K+ GitHub stars, so you can self-host it with your own LLM API key for unlimited usage.
Bolt.new typically generates React or Next.js applications with Tailwind CSS. It selects appropriate packages based on your requirements, including charting libraries, form handlers, and state management tools.
Yes. Bolt.new provides a full code editor alongside the chat interface. You can modify generated files directly, and the live preview updates in real time. You can also ask the AI to make specific changes through chat.
Both tools generate web applications from prompts. Bolt.new runs the full development environment in the browser including package installation and dev server. v0 focuses on UI component generation. Bolt.new provides a more complete full-stack experience.
Citations (3)
- Bolt.new GitHub— Bolt.new is an AI full-stack web app generator by StackBlitz with 16K+ stars
- StackBlitz Documentation— StackBlitz WebContainers for in-browser development
- Anthropic Claude Docs— AI code generation for web applications
Related on TokRepo
Source & Thanks
Created by StackBlitz. Licensed under MIT. stackblitz/bolt.new — 16,000+ GitHub stars
Discussion
Related Assets
Conda — Cross-Platform Package and Environment Manager
Install, update, and manage packages and isolated environments for Python, R, C/C++, and hundreds of other languages from a single tool.
Sphinx — Python Documentation Generator
Generate professional documentation from reStructuredText and Markdown with cross-references, API autodoc, and multiple output formats.
Neutralinojs — Lightweight Cross-Platform Desktop Apps
Build desktop applications with HTML, CSS, and JavaScript using a tiny native runtime instead of bundling Chromium.