Deploy Bolt.new sites with VibeDeploy
Bolt.new lets you scaffold full-stack apps from a prompt entirely in the browser. VibeDeploy turns the export into a real production site on your own domain, hosted in the EU.
Why VibeDeploy for Bolt.new
Bolt.new previews run inside StackBlitz's WebContainer for fast iteration, but they're not production-grade hosting. To put your Bolt app in front of real users on your own domain, you need to export and deploy it elsewhere.
Production-grade
Real edge servers, not an in-browser sandbox. Sub-50ms response times across Europe, no WebContainer cold-start.
Static and SPA-ready
Bolt's default Vite + React + Tailwind output deploys without configuration. Drag, drop, done.
EU compliance built-in
GDPR-compliant, Belgian-hosted, with a DPA included on every paid plan. No US-data routing.
How to deploy a Bolt.new site
- 1
Build your app in Bolt.new
Iterate normally inside StackBlitz. Once it works in the preview, you're ready to ship.
- 2
Export the project
In Bolt's UI, click Download. You get a ZIP containing the full source. Unzip it locally.
- 3
Build the production output
Most Bolt projects use Vite. Run npm install and npm run build to produce the dist folder.
npm install npm run build - 4
Sign up and create a site on VibeDeploy
Free plan covers 1 site with full features. From the dashboard, choose New Site and upload the dist folder.
- 5
Point your domain at VibeDeploy
Add a CNAME record to your DNS (or use a vibedeploy.be subdomain for free). SSL provisions automatically within 60 seconds.
Bolt.new hosting at a glance
How Bolt.new's default hosting and a generic alternative compare to VibeDeploy.
| Feature | Bolt.new default / generic alt | VibeDeploy |
|---|---|---|
| Hosting location | US (Netlify) | EU (Belgium) |
| Default URL | *.netlify.app | *.vibedeploy.be or your domain |
| Bandwidth limit | Metered, per-GB pricing | Flat included on each plan |
| Custom domain free? | Yes | Yes |
| GDPR DPA | Enterprise | All paid plans |
Common questions about deploying Bolt.new
Will Bolt's StackBlitz-specific dependencies work in production?expand_more
Yes for client-side code. Bolt mostly outputs Vite + React + Tailwind which builds to static assets. Anything that ran in WebContainer purely as a dev convenience (mock APIs, hot reload) is not in the production build.
Can I redeploy automatically when I edit in Bolt?expand_more
Bolt does not have a Git auto-export, but you can connect a GitHub repo manually and let VibeDeploy redeploy on every push. Workflow: Bolt → Download → push to GitHub → VibeDeploy redeploys.
What about server-side or API routes from Bolt?expand_more
Bolt's default templates are SPA-shaped. If your project uses an external API (OpenAI, Supabase, etc.) those run as fetch calls from the browser, which works on any static host including VibeDeploy.
How does this compare to deploying via Bolt's built-in Netlify integration?expand_more
Bolt's built-in deploy goes to Netlify (US infrastructure). VibeDeploy is the EU equivalent, with flat pricing and no Netlify-style bandwidth metering. Same deploy speed.
Ship your Bolt.new project today
Free plan, no credit card. Custom domain in 60 seconds. Hosted in Belgium.