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
Copy file name to clipboardExpand all lines: README.md
+24-13Lines changed: 24 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
# bolt.diy (Previously oTToDev)
1
+
# bolt.diy (Previously oTToDev)
2
+
2
3
[](https://bolt.diy)
3
4
4
5
Welcome to bolt.diy, the official open source version of Bolt.new (previously known as oTToDev and bolt.new ANY LLM), which allows you to choose the LLM that you use for each prompt! Currently, you can use OpenAI, Anthropic, Ollama, OpenRouter, Gemini, LMStudio, Mistral, xAI, HuggingFace, DeepSeek, or Groq models - and it is easily extended to use any other model supported by the Vercel AI SDK! See the instructions below for running this locally and extending it to include more models.
@@ -67,7 +68,7 @@ project, please check the [project management guide](./PROJECT.md) to get starte
67
68
- ✅ Together Integration (@mouimet-infinisoft)
68
69
- ✅ Mobile friendly (@qwikode)
69
70
- ✅ Better prompt enhancing (@SujalXplores)
70
-
- ✅ Attach images to prompts (@atrokhym)
71
+
- ✅ Attach images to prompts (@atrokhym)(@stijnus)
71
72
- ✅ Added Git Clone button (@thecodacus)
72
73
- ✅ Git Import from url (@thecodacus)
73
74
- ✅ PromptLibrary to have different variations of prompts for different use cases (@thecodacus)
@@ -88,8 +89,9 @@ project, please check the [project management guide](./PROJECT.md) to get starte
88
89
- ⬜ Voice prompting
89
90
- ⬜ Azure Open AI API Integration
90
91
- ⬜ Vertex AI Integration
91
-
- ⬜ Granite Integration
92
-
- ⬜ Popout Window for Web Container
92
+
- ⬜ Granite Integration
93
+
- ✅ Popout Window for Web Container(@stijnus)
94
+
- ✅ Ability to change Popout window size (@stijnus)
93
95
94
96
## Features
95
97
@@ -101,21 +103,18 @@ project, please check the [project management guide](./PROJECT.md) to get starte
101
103
-**Download projects as ZIP** for easy portability.
102
104
-**Integration-ready Docker support** for a hassle-free setup.
103
105
104
-
## Setup
106
+
## Setup
105
107
106
-
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.
108
+
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.
107
109
108
110
Let's get you up and running with the stable version of Bolt.DIY!
109
111
110
112
## Quick Download
111
113
112
-
[](https://github.com/stackblitz-labs/bolt.diy/releases/latest) ← Click here to go the the latest release version!
114
+
[](https://github.com/stackblitz-labs/bolt.diy/releases/latest) ← Click here to go the the latest release version!
113
115
114
116
- Next **click source.zip**
115
117
116
-
117
-
118
-
119
118
## Prerequisites
120
119
121
120
Before you begin, you'll need to install two important pieces of software:
@@ -148,16 +147,19 @@ You have two options for running Bolt.DIY: directly on your machine or using Doc
148
147
### Option 1: Direct Installation (Recommended for Beginners)
149
148
150
149
1. **Install Package Manager (pnpm)**:
150
+
151
151
```bash
152
152
npm install -g pnpm
153
153
```
154
154
155
155
2. **Install Project Dependencies**:
156
+
156
157
```bash
157
158
pnpm install
158
159
```
159
160
160
161
3. **Start the Application**:
162
+
161
163
```bash
162
164
pnpm run dev
163
165
```
@@ -169,11 +171,13 @@ You have two options for running Bolt.DIY: directly on your machine or using Doc
169
171
This option requires some familiarity with Docker but provides a more isolated environment.
0 commit comments