Commit
·
ec4b43d
1
Parent(s):
74b6d27
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
[](https://bolt.diy)
|
2 |
|
3 |
# Bolt.diy (Previously oTToDev)
|
4 |
|
|
|
56 |
- ⬜ Perplexity Integration
|
57 |
- ⬜ Vertex AI Integration
|
58 |
|
59 |
+
## Bolt.diy Features
|
60 |
|
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.
|
68 |
|
69 |
+
## Setup Bolt.diy
|
70 |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
|
73 |
### Prerequisites
|
74 |
|
|
|
88 |
Clone the repository using Git:
|
89 |
|
90 |
```bash
|
91 |
+
git clone -b stable https://github.com/stackblitz-labs/bolt.diy
|
92 |
```
|
93 |
|
94 |
### (Optional) Configure Environment Variables
|