Skip to content

Commit ec4b43d

Browse files
Update README.md
1 parent 74b6d27 commit ec4b43d

File tree

1 file changed

+12
-23
lines changed

1 file changed

+12
-23
lines changed

README.md

Lines changed: 12 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Bolt.new: AI-Powered Full-Stack Web Development in the Browser](./public/social_preview_index.jpg)](https://bolt.new)
1+
[![Bolt.diy: AI-Powered Full-Stack Web Development in the Browser](./public/social_preview_index.jpg)](https://bolt.diy)
22

33
# Bolt.diy (Previously oTToDev)
44

@@ -56,30 +56,19 @@ https://thinktank.ottomator.ai
5656
- ⬜ Perplexity Integration
5757
- ⬜ Vertex AI Integration
5858

59-
## Bolt.new: AI-Powered Full-Stack Web Development in the Browser
59+
## Bolt.diy Features
6060

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

63-
## What Makes Bolt.new Different
69+
## Setup Bolt.diy
6470

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

8473
### Prerequisites
8574

@@ -99,7 +88,7 @@ If you're new to installing software from GitHub, don't worry! If you encounter
9988
Clone the repository using Git:
10089

10190
```bash
102-
git clone https://github.com/stackblitz-labs/bolt.diy.git
91+
git clone -b stable https://github.com/stackblitz-labs/bolt.diy
10392
```
10493

10594
### (Optional) Configure Environment Variables

0 commit comments

Comments
 (0)