Cole Medin
commited on
Commit
·
121ea7e
1
Parent(s):
cd4ddfd
More feature requests!!
Browse files
README.md
CHANGED
|
@@ -14,12 +14,21 @@ This fork of bolt.new allows you to choose the LLM that you use for each prompt!
|
|
| 14 |
- ⬜ LM Studio Integration
|
| 15 |
- ⬜ DeepSeek API Integration
|
| 16 |
- ⬜ Together Integration
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
- ⬜ Better prompting for smaller LLMs (code window sometimes doesn't start)
|
| 18 |
- ⬜ Attach images to prompts
|
| 19 |
- ⬜ Run agents in the backend instead of a single model call
|
| 20 |
- ⬜ Publish projects directly to GitHub
|
|
|
|
| 21 |
- ⬜ Load local projects into the app
|
| 22 |
- ⬜ Improvements to the main Bolt.new prompt in `app\lib\.server\llm\prompts.ts` (there is definitely opportunity there)
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
# Bolt.new: AI-Powered Full-Stack Web Development in the Browser
|
| 25 |
|
|
|
|
| 14 |
- ⬜ LM Studio Integration
|
| 15 |
- ⬜ DeepSeek API Integration
|
| 16 |
- ⬜ Together Integration
|
| 17 |
+
- ⬜ Azure Open AI API Integration
|
| 18 |
+
- ⬜ HuggingFace Integration
|
| 19 |
+
- ⬜ Perplexity Integration
|
| 20 |
+
- ⬜ Containerize the application with Docker for easy installation
|
| 21 |
- ⬜ Better prompting for smaller LLMs (code window sometimes doesn't start)
|
| 22 |
- ⬜ Attach images to prompts
|
| 23 |
- ⬜ Run agents in the backend instead of a single model call
|
| 24 |
- ⬜ Publish projects directly to GitHub
|
| 25 |
+
- ⬜ Deploy directly to Vercel/Netlify/other similar platforms
|
| 26 |
- ⬜ Load local projects into the app
|
| 27 |
- ⬜ Improvements to the main Bolt.new prompt in `app\lib\.server\llm\prompts.ts` (there is definitely opportunity there)
|
| 28 |
+
- ⬜ Ability to revert code to earlier version
|
| 29 |
+
- ⬜ Prompt caching
|
| 30 |
+
- ⬜ Ability to entire API keys in the UI
|
| 31 |
+
- ⬜ Prevent Bolt from rewriting files so often
|
| 32 |
|
| 33 |
# Bolt.new: AI-Powered Full-Stack Web Development in the Browser
|
| 34 |
|