Skills2026年4月6日·1 分钟阅读

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.

Agent 就绪

Agent 可直接安装

这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
Bolt.new — Full-Stack App Generator in the Browser
直接安装命令
npx -y tokrepo@latest install bb148713-9912-43a3-866e-a263a487050b --target codex

先 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.

常见问题

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.

引用来源 (3)
🙏

来源与感谢

Created by StackBlitz. Licensed under MIT.

bolt.new — ⭐ 15,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产