Cole Medin commited on
Commit
7b28a75
Β·
1 Parent(s): 8ab8e67

Updating README with finished implementations and reorder the list of priorities

Browse files
Files changed (1) hide show
  1. README.md +10 -7
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