You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Bolt.new: AI-Powered Full-Stack Web Development in the Browser
59
+
## Bolt.diy Features
60
60
61
-
Bolt.new (and by extension Bolt.diy) is an AI-powered web development agent that allows you to prompt, run, edit, and deploy full-stack applications directly from your browser—no local setup required. If you're here to build your own AI-powered web dev agent using the Bolt open source codebase, [click here to get started!](./CONTRIBUTING.md)
61
+
-**AI-powered full-stack web development** directly in your browser.
62
+
-**Support for multiple LLMs** with an extensible architecture to integrate additional models.
63
+
-**Attach images to prompts** for better contextual understanding.
64
+
-**Integrated terminal** to view output of LLM-run commands.
65
+
-**Revert code to earlier versions** for easier debugging and quicker changes.
66
+
-**Download projects as ZIP** for easy portability.
67
+
-**Integration-ready Docker support** for a hassle-free setup.
62
68
63
-
## What Makes Bolt.new Different
69
+
## Setup Bolt.diy
64
70
65
-
Claude, v0, etc are incredible- but you can't install packages, run backends, or edit code. That’s where Bolt.new stands out:
66
-
67
-
-**Full-Stack in the Browser**: Bolt.new integrates cutting-edge AI models with an in-browser development environment powered by **StackBlitz’s WebContainers**. This allows you to:
68
-
- Install and run npm tools and libraries (like Vite, Next.js, and more)
69
-
- Run Node.js servers
70
-
- Interact with third-party APIs
71
-
- Deploy to production from chat
72
-
- Share your work via a URL
73
-
74
-
-**AI with Environment Control**: Unlike traditional dev environments where the AI can only assist in code generation, Bolt.new gives AI models **complete control** over the entire environment including the filesystem, node server, package manager, terminal, and browser console. This empowers AI agents to handle the whole app lifecycle—from creation to deployment.
75
-
76
-
Whether you’re an experienced developer, a PM, or a designer, Bolt.new allows you to easily build production-grade full-stack applications.
77
-
78
-
For developers interested in building their own AI-powered development tools with WebContainers, check out the open-source Bolt codebase in this repo!
79
-
80
-
## Setup
81
-
82
-
If you're new to installing software from GitHub, don't worry! If you encounter any issues, feel free to submit an "issue" using the provided links or improve this documentation by forking the repository, editing the instructions, and submitting a pull request.
71
+
If you're new to installing software from GitHub, don't worry! If you encounter any issues, feel free to submit an "issue" using the provided links or improve this documentation by forking the repository, editing the instructions, and submitting a pull request. The following instruction will help you get the stable branch up and running on your local machine in no time.
83
72
84
73
### Prerequisites
85
74
@@ -99,7 +88,7 @@ If you're new to installing software from GitHub, don't worry! If you encounter
0 commit comments