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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@
3
3
4
4
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.
5
5
6
-
Check the [bolt.diy Docs](https://stackblitz-labs.github.io/bolt.diy/) for more information.
6
+
Check the [bolt.diy Docs](https://stackblitz-labs.github.io/bolt.diy/) for more information.
7
+
8
+
Also [this pinned post in our community](https://thinktank.ottomator.ai/t/videos-tutorial-helpful-content/3243) has a bunch of incredible resources for running and deploying bolt.diy yourself!
7
9
8
10
We have also launched an experimental agent called the "bolt.diy Expert" that can answer common questions about bolt.diy. Find it here on the [oTTomator Live Agent Studio](https://studio.ottomator.ai/).
9
11
@@ -23,7 +25,7 @@ bolt.diy was originally started by [Cole Medin](https://www.youtube.com/@ColeMed
23
25
24
26
## Join the community
25
27
26
-
[Join the bolt.diy community here, in the thinktank on ottomator.ai!](https://thinktank.ottomator.ai)
28
+
[Join the bolt.diy community here, in the oTTomator Think Tank!](https://thinktank.ottomator.ai)
27
29
28
30
29
31
## Requested Additions
@@ -64,6 +66,8 @@ bolt.diy was originally started by [Cole Medin](https://www.youtube.com/@ColeMed
64
66
- ✅ Detect terminal Errors and ask bolt to fix it (@thecodacus)
65
67
- ✅ Detect preview Errors and ask bolt to fix it (@wonderwhy-er)
66
68
- ✅ Add Starter Template Options (@thecodacus)
69
+
- ✅ Perplexity Integration (@meetpateltech)
70
+
- ✅ AWS Bedrock Integration (@kunjabijukchhe)
67
71
- ⬜ **HIGH PRIORITY** - Prevent bolt from rewriting files as often (file locking and diffs)
68
72
- ⬜ **HIGH PRIORITY** - Better prompting for smaller LLMs (code window sometimes doesn't start)
69
73
- ⬜ **HIGH PRIORITY** - Run agents in the backend as opposed to a single model call
@@ -73,8 +77,6 @@ bolt.diy was originally started by [Cole Medin](https://www.youtube.com/@ColeMed
73
77
- ⬜ Upload documents for knowledge - UI design templates, a code base to reference coding style, etc.
0 commit comments