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
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
[](https://bolt.new)
2
2
3
-
# Bolt.new Fork by Cole Medin - oTToDev
3
+
# Bolt.diy (Previously oTToDev)
4
4
5
-
This fork of Bolt.new (oTToDev) 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.
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.
6
6
7
-
Check the [oTToDev Docs](https://coleam00.github.io/bolt.new-any-llm/) for more information.
7
+
Check the [Bolt.diy Docs](https://stackblitz-labs.github.io/bolt.diy/) for more information. This documentation is still being updated after the transfer.
8
8
9
-
## Join the community for oTToDev!
9
+
Bolt.diy was originally started by [Cole Medin](https://www.youtube.com/@ColeMedin) but has quickly grown into a massive community effort to build the BEST open source AI coding assistant!
10
+
11
+
## Join the community for Bolt.diy!
10
12
11
13
https://thinktank.ottomator.ai
12
14
@@ -41,6 +43,7 @@ https://thinktank.ottomator.ai
41
43
- ✅ Mobile friendly (@qwikode)
42
44
- ✅ Better prompt enhancing (@SujalXplores)
43
45
- ✅ Attach images to prompts (@atrokhym)
46
+
- ✅ Detect package.json and commands to auto install and run preview for folder and git import (@wonderwhy-er)
44
47
- ⬜ **HIGH PRIORITY** - Prevent Bolt from rewriting files as often (file locking and diffs)
45
48
- ⬜ **HIGH PRIORITY** - Better prompting for smaller LLMs (code window sometimes doesn't start)
46
49
- ⬜ **HIGH PRIORITY** - Run agents in the backend as opposed to a single model call
@@ -55,7 +58,7 @@ https://thinktank.ottomator.ai
55
58
56
59
## Bolt.new: AI-Powered Full-Stack Web Development in the Browser
57
60
58
-
Bolt.new 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
+
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)
59
62
60
63
## What Makes Bolt.new Different
61
64
@@ -95,7 +98,7 @@ If you see usr/local/bin in the output then you're good to go.
95
98
3. Clone the repository (if you haven't already) by opening a Terminal window (or CMD with admin permissions) and then typing in this:
3. Rename .env.example to .env.local and add your LLM API keys. You will find this file on a Mac at "[your name]/bold.new-any-llm/.env.example". For Windows and Linux the path will be similar.
@@ -224,16 +227,16 @@ pnpm run dev
224
227
225
228
This will start the Remix Vite development server. You will need Google Chrome Canary to run this locally if you use Chrome! It's an easy install and a good browser for web development anyway.
226
229
227
-
## How do I contribute to oTToDev?
230
+
## How do I contribute to Bolt.diy?
228
231
229
-
[Please check out our dedicated page for contributing to oTToDev here!](CONTRIBUTING.md)
232
+
[Please check out our dedicated page for contributing to Bolt.diy here!](CONTRIBUTING.md)
230
233
231
-
## What are the future plans for oTToDev?
234
+
## What are the future plans for Bolt.diy?
232
235
233
236
[Check out our Roadmap here!](https://roadmap.sh/r/ottodev-roadmap-2ovzo)
234
237
235
238
Lot more updates to this roadmap coming soon!
236
239
237
240
## FAQ
238
241
239
-
[Please check out our dedicated page for FAQ's related to oTToDev here!](FAQ.md)
242
+
[Please check out our dedicated page for FAQ's related to Bolt.diy here!](FAQ.md)
0 commit comments