Skip to content

Commit e223e9b

Browse files
doc: update-Bolt-to-bolt
branding update Bolt to bolt in the docs
2 parents ed6433e + aab917e commit e223e9b

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

docs/docs/CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# Contribution Guidelines
22

3-
## DEFAULT_NUM_CTX
4-
5-
The `DEFAULT_NUM_CTX` environment variable can be used to limit the maximum number of context values used by the qwen2.5-coder model. For example, to limit the context to 24576 values (which uses 32GB of VRAM), set `DEFAULT_NUM_CTX=24576` in your `.env.local` file.
6-
7-
First off, thank you for considering contributing to Bolt.diy! This fork aims to expand the capabilities of the original project by integrating multiple LLM providers and enhancing functionality. Every contribution helps make Bolt.diy a better tool for developers worldwide.
8-
93
## 📋 Table of Contents
104
- [Code of Conduct](#code-of-conduct)
115
- [How Can I Contribute?](#how-can-i-contribute)
@@ -210,6 +204,12 @@ Ensure you have the appropriate `.env.local` file configured before running the
210204
- Environment-specific configurations
211205
- Other required environment variables
212206

207+
## DEFAULT_NUM_CTX
208+
209+
The `DEFAULT_NUM_CTX` environment variable can be used to limit the maximum number of context values used by the qwen2.5-coder model. For example, to limit the context to 24576 values (which uses 32GB of VRAM), set `DEFAULT_NUM_CTX=24576` in your `.env.local` file.
210+
211+
First off, thank you for considering contributing to bolt.diy! This fork aims to expand the capabilities of the original project by integrating multiple LLM providers and enhancing functionality. Every contribution helps make bolt.diy a better tool for developers worldwide.
212+
213213
## Notes
214214

215215
- Port 5173 is exposed and mapped for both development and production environments

docs/docs/FAQ.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
# Frequently Asked Questions (FAQ)
22

3-
## How do I get the best results with Bolt.diy?
3+
## How do I get the best results with bolt.diy?
44

55
- **Be specific about your stack**:
6-
Mention the frameworks or libraries you want to use (e.g., Astro, Tailwind, ShadCN) in your initial prompt. This ensures that Bolt.diy scaffolds the project according to your preferences.
6+
Mention the frameworks or libraries you want to use (e.g., Astro, Tailwind, ShadCN) in your initial prompt. This ensures that bolt.diy scaffolds the project according to your preferences.
77

88
- **Use the enhance prompt icon**:
99
Before sending your prompt, click the *enhance* icon to let the AI refine your prompt. You can edit the suggested improvements before submitting.
1010

1111
- **Scaffold the basics first, then add features**:
12-
Ensure the foundational structure of your application is in place before introducing advanced functionality. This helps Bolt.diy establish a solid base to build on.
12+
Ensure the foundational structure of your application is in place before introducing advanced functionality. This helps bolt.diy establish a solid base to build on.
1313

1414
- **Batch simple instructions**:
1515
Combine simple tasks into a single prompt to save time and reduce API credit consumption. For example:
1616
*"Change the color scheme, add mobile responsiveness, and restart the dev server."*
1717

1818
---
1919

20-
## How do I contribute to Bolt.diy?
20+
## How do I contribute to bolt.diy?
2121

2222
Check out our [Contribution Guide](CONTRIBUTING.md) for more details on how to get involved!
2323

2424
---
2525

2626

27-
## What are the future plans for Bolt.diy?
27+
## What are the future plans for bolt.diy?
2828

2929
Visit our [Roadmap](https://roadmap.sh/r/ottodev-roadmap-2ovzo) for the latest updates.
3030
New features and improvements are on the way!
@@ -33,13 +33,13 @@ New features and improvements are on the way!
3333

3434
## Why are there so many open issues/pull requests?
3535

36-
Bolt.diy began as a small showcase project on @ColeMedin's YouTube channel to explore editing open-source projects with local LLMs. However, it quickly grew into a massive community effort!
36+
bolt.diy began as a small showcase project on @ColeMedin's YouTube channel to explore editing open-source projects with local LLMs. However, it quickly grew into a massive community effort!
3737

3838
We’re forming a team of maintainers to manage demand and streamline issue resolution. The maintainers are rockstars, and we’re also exploring partnerships to help the project thrive.
3939

4040
---
4141

42-
## How do local LLMs compare to larger models like Claude 3.5 Sonnet for Bolt.diy?
42+
## How do local LLMs compare to larger models like Claude 3.5 Sonnet for bolt.diy?
4343

4444
While local LLMs are improving rapidly, larger models like GPT-4o, Claude 3.5 Sonnet, and DeepSeek Coder V2 236b still offer the best results for complex applications. Our ongoing focus is to improve prompts, agents, and the platform to better support smaller local LLMs.
4545

@@ -73,4 +73,4 @@ Local LLMs like Qwen-2.5-Coder are powerful for small applications but still exp
7373

7474
---
7575

76-
Got more questions? Feel free to reach out or open an issue in our GitHub repo!
76+
Got more questions? Feel free to reach out or open an issue in our GitHub repo!

docs/docs/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
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.
33

44
Join the community!
55

66
https://thinktank.ottomator.ai
77

8-
## Whats Bolt.diy
8+
## Whats bolt.diy
99

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)
1111

12-
## What Makes Bolt.diy Different
12+
## What Makes bolt.diy Different
1313

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:
1515

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:
1717
- Install and run npm tools and libraries (like Vite, Next.js, and more)
1818
- Run Node.js servers
1919
- Interact with third-party APIs
2020
- Deploy to production from chat
2121
- Share your work via a URL
2222

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.
2424

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.
2626

2727
For developers interested in building their own AI-powered development tools with WebContainers, check out the open-source Bolt codebase in this repo!
2828

@@ -150,7 +150,7 @@ pnpm run dev
150150

151151
## Adding New LLMs:
152152

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.
154154

155155
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!
156156

@@ -179,7 +179,7 @@ This will start the Remix Vite development server. You will need Google Chrome C
179179

180180
## Tips and Tricks
181181

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:
183183

184184
- **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.
185185

0 commit comments

Comments
 (0)