Commit
·
206a6d7
1
Parent(s):
0ee3736
add/toc-for-readme
Browse filesadded a TOC for the README file, renamed some headings to better suite the TOC
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
-
[](https://bolt.diy)
|
2 |
-
|
3 |
# bolt.diy (Previously oTToDev)
|
|
|
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.
|
6 |
|
@@ -8,12 +7,24 @@ Check the [bolt.diy Docs](https://stackblitz-labs.github.io/bolt.diy/) for more
|
|
8 |
|
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 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
-
https://thinktank.ottomator.ai
|
14 |
|
15 |
|
16 |
-
## Requested Additions
|
17 |
|
18 |
- ✅ OpenRouter Integration (@coleam00)
|
19 |
- ✅ Gemini Integration (@jonathands)
|
@@ -60,7 +71,7 @@ https://thinktank.ottomator.ai
|
|
60 |
- ⬜ Perplexity Integration
|
61 |
- ⬜ Vertex AI Integration
|
62 |
|
63 |
-
##
|
64 |
|
65 |
- **AI-powered full-stack web development** directly in your browser.
|
66 |
- **Support for multiple LLMs** with an extensible architecture to integrate additional models.
|
@@ -70,7 +81,7 @@ https://thinktank.ottomator.ai
|
|
70 |
- **Download projects as ZIP** for easy portability.
|
71 |
- **Integration-ready Docker support** for a hassle-free setup.
|
72 |
|
73 |
-
## Setup
|
74 |
|
75 |
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.
|
76 |
|
|
|
|
|
|
|
1 |
# bolt.diy (Previously oTToDev)
|
2 |
+
[](https://bolt.diy)
|
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 |
|
|
|
7 |
|
8 |
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!
|
9 |
|
10 |
+
## Table of Contents
|
11 |
+
|
12 |
+
- [Join the Community](#join-the-community)
|
13 |
+
- [Requested Additions](#requested-additions)
|
14 |
+
- [Features](#features)
|
15 |
+
- [Setup](#setup)
|
16 |
+
- [Run the Application](#run-the-application)
|
17 |
+
- [Available Scripts](#available-scripts)
|
18 |
+
- [Contributing](#contributing)
|
19 |
+
- [Roadmap](#roadmap)
|
20 |
+
- [FAQ](#faq)
|
21 |
+
|
22 |
+
## Join the community
|
23 |
|
24 |
+
[Join our bolt.diy community here!](https://thinktank.ottomator.ai)
|
25 |
|
26 |
|
27 |
+
## Requested Additions
|
28 |
|
29 |
- ✅ OpenRouter Integration (@coleam00)
|
30 |
- ✅ Gemini Integration (@jonathands)
|
|
|
71 |
- ⬜ Perplexity Integration
|
72 |
- ⬜ Vertex AI Integration
|
73 |
|
74 |
+
## Features
|
75 |
|
76 |
- **AI-powered full-stack web development** directly in your browser.
|
77 |
- **Support for multiple LLMs** with an extensible architecture to integrate additional models.
|
|
|
81 |
- **Download projects as ZIP** for easy portability.
|
82 |
- **Integration-ready Docker support** for a hassle-free setup.
|
83 |
|
84 |
+
## Setup
|
85 |
|
86 |
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.
|
87 |
|