Help me understand ottodev/bolt Code workflow

Can any one help me understand how ottodev or bolt.new works , give me low down of all the repos and where all the magic happens and how ?

Great question! So the underlying technology for Bolt.new (and thus oTToDev) is the “web container”, which allows for an entire Node environment to run within the browser which is how you can run full web apps within Bolt. You prompt the LLM to generate each file one at a time, and those are put in the web container. The LLM then also generates the commands to install dependencies in the web container environment and start the site so you have a preview.

If you are curious in more depth, there are a ton of videos on YouTube that go into more detail how it all works!

3 Likes

hey can you link a video for me to dive further deeper into this