Cole Medin
commited on
Commit
Β·
7b28a75
1
Parent(s):
8ab8e67
Updating README with finished implementations and reorder the list of priorities
Browse files
README.md
CHANGED
|
@@ -12,23 +12,26 @@ This fork of Bolt.new allows you to choose the LLM that you use for each prompt!
|
|
| 12 |
- β
Filter models by provider (@jasonm23)
|
| 13 |
- β
Download project as ZIP (@fabwaseem)
|
| 14 |
- β
Improvements to the main Bolt.new prompt in `app\lib\.server\llm\prompts.ts` (@kofi-bhr)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
- β¬ LM Studio Integration
|
| 16 |
-
- β¬ DeepSeek API Integration
|
| 17 |
- β¬ Together Integration
|
| 18 |
- β¬ Azure Open AI API Integration
|
| 19 |
- β¬ HuggingFace Integration
|
| 20 |
- β¬ Perplexity Integration
|
| 21 |
-
- β¬ Containerize the application with Docker for easy installation
|
| 22 |
-
- β¬ Better prompting for smaller LLMs (code window sometimes doesn't start)
|
| 23 |
-
- β¬ Attach images to prompts
|
| 24 |
-
- β¬ Run agents in the backend as opposed to a single model call
|
| 25 |
-
- β¬ Publish projects directly to GitHub
|
| 26 |
- β¬ Deploy directly to Vercel/Netlify/other similar platforms
|
| 27 |
- β¬ Load local projects into the app
|
| 28 |
- β¬ Ability to revert code to earlier version
|
| 29 |
- β¬ Prompt caching
|
| 30 |
- β¬ Ability to enter API keys in the UI
|
| 31 |
-
- β¬ Prevent Bolt from rewriting files as often
|
| 32 |
- β¬ Have LLM plan the project in a MD file for better results/transparency
|
| 33 |
|
| 34 |
# Bolt.new: AI-Powered Full-Stack Web Development in the Browser
|
|
|
|
| 12 |
- β
Filter models by provider (@jasonm23)
|
| 13 |
- β
Download project as ZIP (@fabwaseem)
|
| 14 |
- β
Improvements to the main Bolt.new prompt in `app\lib\.server\llm\prompts.ts` (@kofi-bhr)
|
| 15 |
+
- β
DeepSeek API Integration (@zenith110)
|
| 16 |
+
- β
Mistral API Integration (@ArulGandhi)
|
| 17 |
+
- β
"Open AI Like" API Integration (@ZerxZ)
|
| 18 |
+
- β
Ability to sync files (one way sync) to local folder (@muzafferkadir)
|
| 19 |
+
- β
Containerize the application with Docker for easy installation (@aaronbolton)
|
| 20 |
+
- β
Publish projects directly to GitHub (@goncaloalves)
|
| 21 |
+
- β¬ Prevent Bolt from rewriting files as often (Done but need to review PR still)
|
| 22 |
+
- β¬ **HIGH PRIORITY** - Better prompting for smaller LLMs (code window sometimes doesn't start)
|
| 23 |
+
- β¬ **HIGH PRIORITY** - Attach images to prompts
|
| 24 |
+
- β¬ **HIGH PRIORITY** - Run agents in the backend as opposed to a single model call
|
| 25 |
- β¬ LM Studio Integration
|
|
|
|
| 26 |
- β¬ Together Integration
|
| 27 |
- β¬ Azure Open AI API Integration
|
| 28 |
- β¬ HuggingFace Integration
|
| 29 |
- β¬ Perplexity Integration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
- β¬ Deploy directly to Vercel/Netlify/other similar platforms
|
| 31 |
- β¬ Load local projects into the app
|
| 32 |
- β¬ Ability to revert code to earlier version
|
| 33 |
- β¬ Prompt caching
|
| 34 |
- β¬ Ability to enter API keys in the UI
|
|
|
|
| 35 |
- β¬ Have LLM plan the project in a MD file for better results/transparency
|
| 36 |
|
| 37 |
# Bolt.new: AI-Powered Full-Stack Web Development in the Browser
|