coleam00 / bolt.new-any-llm

Prompt, run, edit, and deploy full-stack web applications using any LLM you want!
https://bolt.new
MIT License
4.31k stars 1.77k forks source link

Allow loading an existing codebase to expand on #232

Open Mouradif opened 2 weeks ago

Mouradif commented 2 weeks ago

Describe the solution you'd like:

Instead of an initial prompt, I would love to have the ability to load an existing project by specifying the folder (the same way sync files does but files would move from the selected folder to the Bolt context). Then I would be able to prompt the AI to make changes directly on the existing project.

Intiiii commented 1 week ago

the downside is that you start with a large project, so you'll burn through your tokens from the start, and it will take longer to generate an answer

Mouradif commented 1 week ago

True, but if your goal is to build a large project with, it would burn much more tokens starting from scratch anyway. Also, nothing forces you to start with a large project.