Cole Medin commited on
Commit
354f416
Β·
1 Parent(s): 6f524fd

Updating README with resources and small fixes.

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -3,7 +3,9 @@
3
 
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
 
6
- Check the [bolt.diy Docs](https://stackblitz-labs.github.io/bolt.diy/) for more information.
 
 
7
 
8
  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
 
@@ -23,7 +25,7 @@ bolt.diy was originally started by [Cole Medin](https://www.youtube.com/@ColeMed
23
 
24
  ## Join the community
25
 
26
- [Join the bolt.diy community here, in the thinktank on ottomator.ai!](https://thinktank.ottomator.ai)
27
 
28
 
29
  ## Requested Additions
@@ -64,6 +66,8 @@ bolt.diy was originally started by [Cole Medin](https://www.youtube.com/@ColeMed
64
  - βœ… Detect terminal Errors and ask bolt to fix it (@thecodacus)
65
  - βœ… Detect preview Errors and ask bolt to fix it (@wonderwhy-er)
66
  - βœ… Add Starter Template Options (@thecodacus)
 
 
67
  - ⬜ **HIGH PRIORITY** - Prevent bolt from rewriting files as often (file locking and diffs)
68
  - ⬜ **HIGH PRIORITY** - Better prompting for smaller LLMs (code window sometimes doesn't start)
69
  - ⬜ **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
  - ⬜ Upload documents for knowledge - UI design templates, a code base to reference coding style, etc.
74
  - ⬜ Voice prompting
75
  - ⬜ Azure Open AI API Integration
76
- - βœ… Perplexity Integration (@meetpateltech)
77
- - βœ… AWS Bedrock Integration (@kunjabijukchhe)
78
  - ⬜ Vertex AI Integration
79
 
80
  ## Features
 
3
 
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
 
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!
9
 
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/).
11
 
 
25
 
26
  ## Join the community
27
 
28
+ [Join the bolt.diy community here, in the oTTomator Think Tank!](https://thinktank.ottomator.ai)
29
 
30
 
31
  ## Requested Additions
 
66
  - βœ… Detect terminal Errors and ask bolt to fix it (@thecodacus)
67
  - βœ… Detect preview Errors and ask bolt to fix it (@wonderwhy-er)
68
  - βœ… Add Starter Template Options (@thecodacus)
69
+ - βœ… Perplexity Integration (@meetpateltech)
70
+ - βœ… AWS Bedrock Integration (@kunjabijukchhe)
71
  - ⬜ **HIGH PRIORITY** - Prevent bolt from rewriting files as often (file locking and diffs)
72
  - ⬜ **HIGH PRIORITY** - Better prompting for smaller LLMs (code window sometimes doesn't start)
73
  - ⬜ **HIGH PRIORITY** - Run agents in the backend as opposed to a single model call
 
77
  - ⬜ Upload documents for knowledge - UI design templates, a code base to reference coding style, etc.
78
  - ⬜ Voice prompting
79
  - ⬜ Azure Open AI API Integration
 
 
80
  - ⬜ Vertex AI Integration
81
 
82
  ## Features