Setup bolt.diy and run

Hi All,

I have installed bolt.diy and downloaded ollama models. This is an offline setup. I have the following Node.js, python, git, visual studio installed and configured. I have replicated my git repo for one of my projects to build offline. A bit of a confusion which models will run to build. My project is a website built in react. For offline setup is there anything else I am missing?. My current OS is Windows 10. When I mention a prompt it keeps on spinning and shows analyzing request and does not move any further.

Not sure I understand, did you follow the documentation? Bolt.diy requires NodeJS and that’s pretty much it but it actually uses the pnpm package manager (basically uses symbolic links and shared packages to save space, etc).

This is basically all you need (assuming node is installed):

git clone https://github.com/stackblitz-labs/bolt.diy.git
cd bolt.diy
npm install -g pnpm
pnpm install
pnpm run dev

If you run into issues on Windows, just make sure you have all the Latest Visual C++ Redistributable version.