Cette page est affichée en anglais. Une traduction française est en cours.
SkillsApr 6, 2026·3 min de lecture

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.

Prêt pour agents

Installation agent prête

Cet actif peut être installé après choix du runtime, vérification du plan et exécution de la commande adaptée.

Native · 98/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Skill
Installation
Single
Confiance
Confiance : Established
Point d'entrée
Bolt.new — Full-Stack App Generator in the Browser
Commande d'installation directe
npx -y tokrepo@latest install bb148713-9912-43a3-866e-a263a487050b --target codex

À exécuter après confirmation du plan en dry-run.

TL;DR
Bolt.new generates full-stack web applications from plain English descriptions, running entirely in the browser via WebContainers.
§01

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.

§02

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.

§03

How to use

  1. Visit bolt.new in your browser.
  2. Describe your application: 'Build a task management app with Kanban board, user auth, and dark mode.'
  3. Watch Bolt generate the code and run a live preview. Iterate by describing changes.
§04

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
§05

Related on TokRepo

§06

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.

Questions fréquentes

Is Bolt.new free?+

Bolt.new offers a free tier with limited generations per day. Paid plans provide more generations, faster processing, and additional deployment options.

What frameworks does Bolt.new support?+

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.

Can I export the generated code?+

Yes. Bolt.new lets you download the complete project source code. You can continue development locally with your preferred editor and tools.

How does Bolt.new differ from v0 by Vercel?+

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.

Does Bolt.new handle deployment?+

Yes. Bolt.new offers one-click deployment through StackBlitz and Netlify. You can also export the project and deploy to any hosting platform manually.

Sources citées (3)
🙏

Source et remerciements

Created by StackBlitz. Licensed under MIT.

bolt.new — ⭐ 15,000+

Thanks to StackBlitz for making "idea to deployed app" a 5-minute journey.

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires