|
1 | | -# Welcome to Bolt DIY |
2 | | -Bolt.diy 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. |
| 1 | +# Welcome to bolt diy |
| 2 | +bolt.diy 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. |
3 | 3 |
|
4 | 4 | Join the community! |
5 | 5 |
|
6 | 6 | https://thinktank.ottomator.ai |
7 | 7 |
|
8 | | -## Whats Bolt.diy |
| 8 | +## Whats bolt.diy |
9 | 9 |
|
10 | | -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) |
| 10 | +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) |
11 | 11 |
|
12 | | -## What Makes Bolt.diy Different |
| 12 | +## What Makes bolt.diy Different |
13 | 13 |
|
14 | | -Claude, v0, etc are incredible- but you can't install packages, run backends, or edit code. That’s where Bolt.diy stands out: |
| 14 | +Claude, v0, etc are incredible- but you can't install packages, run backends, or edit code. That’s where bolt.diy stands out: |
15 | 15 |
|
16 | | -- **Full-Stack in the Browser**: Bolt.diy integrates cutting-edge AI models with an in-browser development environment powered by **StackBlitz’s WebContainers**. This allows you to: |
| 16 | +- **Full-Stack in the Browser**: bolt.diy integrates cutting-edge AI models with an in-browser development environment powered by **StackBlitz’s WebContainers**. This allows you to: |
17 | 17 | - Install and run npm tools and libraries (like Vite, Next.js, and more) |
18 | 18 | - Run Node.js servers |
19 | 19 | - Interact with third-party APIs |
20 | 20 | - Deploy to production from chat |
21 | 21 | - Share your work via a URL |
22 | 22 |
|
23 | | -- **AI with Environment Control**: Unlike traditional dev environments where the AI can only assist in code generation, Bolt.diy gives AI models **complete control** over the entire environment including the filesystem, node server, package manager, terminal, and browser console. This empowers AI agents to handle the whole app lifecycle—from creation to deployment. |
| 23 | +- **AI with Environment Control**: Unlike traditional dev environments where the AI can only assist in code generation, bolt.diy gives AI models **complete control** over the entire environment including the filesystem, node server, package manager, terminal, and browser console. This empowers AI agents to handle the whole app lifecycle—from creation to deployment. |
24 | 24 |
|
25 | | -Whether you’re an experienced developer, a PM, or a designer, Bolt.diy allows you to easily build production-grade full-stack applications. |
| 25 | +Whether you’re an experienced developer, a PM, or a designer, bolt.diy allows you to easily build production-grade full-stack applications. |
26 | 26 |
|
27 | 27 | For developers interested in building their own AI-powered development tools with WebContainers, check out the open-source Bolt codebase in this repo! |
28 | 28 |
|
@@ -150,7 +150,7 @@ pnpm run dev |
150 | 150 |
|
151 | 151 | ## Adding New LLMs: |
152 | 152 |
|
153 | | -To make new LLMs available to use in this version of Bolt.diy, head on over to `app/utils/constants.ts` and find the constant MODEL_LIST. Each element in this array is an object that has the model ID for the name (get this from the provider's API documentation), a label for the frontend model dropdown, and the provider. |
| 153 | +To make new LLMs available to use in this version of bolt.diy, head on over to `app/utils/constants.ts` and find the constant MODEL_LIST. Each element in this array is an object that has the model ID for the name (get this from the provider's API documentation), a label for the frontend model dropdown, and the provider. |
154 | 154 |
|
155 | 155 | By default, Anthropic, OpenAI, Groq, and Ollama are implemented as providers, but the YouTube video for this repo covers how to extend this to work with more providers if you wish! |
156 | 156 |
|
@@ -179,7 +179,7 @@ This will start the Remix Vite development server. You will need Google Chrome C |
179 | 179 |
|
180 | 180 | ## Tips and Tricks |
181 | 181 |
|
182 | | -Here are some tips to get the most out of Bolt.diy: |
| 182 | +Here are some tips to get the most out of bolt.diy: |
183 | 183 |
|
184 | 184 | - **Be specific about your stack**: If you want to use specific frameworks or libraries (like Astro, Tailwind, ShadCN, or any other popular JavaScript framework), mention them in your initial prompt to ensure Bolt scaffolds the project accordingly. |
185 | 185 |
|
|
0 commit comments