LlamaFinetuneGGUF commited on
Commit
ec4b43d
·
1 Parent(s): 74b6d27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -23
README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Bolt.new: AI-Powered Full-Stack Web Development in the Browser](./public/social_preview_index.jpg)](https://bolt.new)
2
 
3
  # Bolt.diy (Previously oTToDev)
4
 
@@ -56,30 +56,19 @@ https://thinktank.ottomator.ai
56
  - ⬜ Perplexity Integration
57
  - ⬜ Vertex AI Integration
58
 
59
- ## Bolt.new: AI-Powered Full-Stack Web Development in the Browser
60
 
61
- Bolt.new (and by extension 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)
 
 
 
 
 
 
62
 
63
- ## What Makes Bolt.new Different
64
 
65
- Claude, v0, etc are incredible- but you can't install packages, run backends, or edit code. That’s where Bolt.new stands out:
66
-
67
- - **Full-Stack in the Browser**: Bolt.new integrates cutting-edge AI models with an in-browser development environment powered by **StackBlitz’s WebContainers**. This allows you to:
68
- - Install and run npm tools and libraries (like Vite, Next.js, and more)
69
- - Run Node.js servers
70
- - Interact with third-party APIs
71
- - Deploy to production from chat
72
- - Share your work via a URL
73
-
74
- - **AI with Environment Control**: Unlike traditional dev environments where the AI can only assist in code generation, Bolt.new 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.
75
-
76
- Whether you’re an experienced developer, a PM, or a designer, Bolt.new allows you to easily build production-grade full-stack applications.
77
-
78
- For developers interested in building their own AI-powered development tools with WebContainers, check out the open-source Bolt codebase in this repo!
79
-
80
- ## Setup
81
-
82
- 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.
83
 
84
  ### Prerequisites
85
 
@@ -99,7 +88,7 @@ If you're new to installing software from GitHub, don't worry! If you encounter
99
  Clone the repository using Git:
100
 
101
  ```bash
102
- git clone https://github.com/stackblitz-labs/bolt.diy.git
103
  ```
104
 
105
  ### (Optional) Configure Environment Variables
 
1
+ [![Bolt.diy: AI-Powered Full-Stack Web Development in the Browser](./public/social_preview_index.jpg)](https://bolt.diy)
2
 
3
  # Bolt.diy (Previously oTToDev)
4
 
 
56
  - ⬜ Perplexity Integration
57
  - ⬜ Vertex AI Integration
58
 
59
+ ## Bolt.diy Features
60
 
61
+ - **AI-powered full-stack web development** directly in your browser.
62
+ - **Support for multiple LLMs** with an extensible architecture to integrate additional models.
63
+ - **Attach images to prompts** for better contextual understanding.
64
+ - **Integrated terminal** to view output of LLM-run commands.
65
+ - **Revert code to earlier versions** for easier debugging and quicker changes.
66
+ - **Download projects as ZIP** for easy portability.
67
+ - **Integration-ready Docker support** for a hassle-free setup.
68
 
69
+ ## Setup Bolt.diy
70
 
71
+ 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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
 
73
  ### Prerequisites
74
 
 
88
  Clone the repository using Git:
89
 
90
  ```bash
91
+ git clone -b stable https://github.com/stackblitz-labs/bolt.diy
92
  ```
93
 
94
  ### (Optional) Configure Environment Variables