Bolt.diy when running locally, is the webcontainer in the cloud?

when trying uploading photo it point to is this in the cloud or inside the browser webcontainer? is there any of the data sent to the cloud bolt?

https://k03xxxxxss.webcontainer-api.io/src/App.jsx:123:17)', args: Array(2), pathname: ‘/’, search: ‘’, …}

Hi

Could you please take a screen shot of something more helpful. This link doesn’t resolve to anything.

Would like to know are you working locally or using Cloudflare…?

Also are you trying to upload photos as part of an app build or trying to get the LLM to recognise and act on an image. Because most LLM’s don’t have image capability…?

Can you also include some basics like the provider, LLM and any prompts you’re trying to use please…

And to answer your initial question. The web container can run either locally or in the cloud. It creates a virtual host-server and environment and provides you with console control with both Bolt Terminal and Terminal access.

Thanks @shawn, this it not 100%. We had this in another topic I cant find this fast now, but bolt.diy is relying on the stackblitz container and needs internet access to work. So its not fully local, it needs to get/send information to the webcontainer api from stackblitz (at least this is my last state on this).

Cheers. I was under the impression the local model neeeded the DRAM for the LLM and the web container was also local in memory and needed internet for auth and some functions. You can see calls to Stackblitz in the developer console during operations so it’s quite obvious it’s still reliant.

I think you are right. justed wanted to say that there is a need for calling the webcontainer. Ressources are still needed on local maschine.

1 Like

here example, I see all traffic has stackblitz.com.