Botl.diy saving my code issue?

HI there, I am struggling to commit my changes with bolt. I generate the website and make changes, like adding images from url’s. But every time the page is regenerated i loose those changes? How do I keep these changes and still continue to make more changes to the files? Hope this makes sense?

Hi @XoltriX,

bolt.diy does at the moment not support manual changes. You need to code everything by prompting. If you testet out manually something that works, you need to use the prompt to do it again and persist like this.
Will change in the future, but at the moment just the Chat History is visible/used when doing new prompts.

Thank you for the quick reply? Thus if I understand this correctly, I need to build out the whole website and the functionality using the prompt. So i can refine my prompt every time to generate the added changes? I then repeat this process until my website is complete?

Yes, you would need to build the whole website with prompts. A workaround would just be to sync it out / push to git, do your changes and import in bolt again.