Skip to main content
July 31, 20258:32

100% Private Vibe Coding (Bolt DIY + Ollama)

By Samuel Gregory

About this video

I'm using Bolt DIY which is a locally running Vibe Coding tool from the guys at bolt.diy and I've hooked it up with Ollama to mean we can run it entierly locally with our opensource LLM of choice. Node: https://nodejs.org/ Bolt DIY: https://github.com/stackblitz-labs/bolt.diy Windsurf: https://windsurf.com/referral?referral_code=sayoopev1q3e1x1o Commands: npm i -g pnpm pnpm install pnpm run dev Modelfile FROM model:sizeb PARAMETERS num_ctx 32768 ollama create -f Modelfile model:sizeb-bolt