Any prompt gives me: There was an error processing your request: An error occurred

You can do the same for free. It’s just following my tutorial on Deploying Bolt.diy with Cloudflare Pages (the easy way!). Cloudflare only works with static pages so the build step optimizes and “compiles” Bolt.diy to run on it. It’s way lighter and all tasks just runs client side in the Web Container.

Downside is that it will not connect to localhost, if you wanted to connect to Ollama or LMStudio, you would need to port forward and host it through HTTPS. You can do this with tools like ngrok easily, but I haven’t fully tested it myself (I generally use API’s).

Hope that answers your question.