Take Bolt.new output live on EU infrastructure
Bolt.new proves the idea in the browser; production asks harder questions about domains, jurisdiction and uptime. VibeDeploy answers them with EU-hosted infrastructure that takes the standard Vite export as-is.
Why VibeDeploy for Bolt.new
Bolt's built-in deploy route leads to US infrastructure by default. If your users, clients or compliance requirements sit in Europe, the export is your decision point: build it once, deploy to VibeDeploy, and the site runs under EU jurisdiction with a domain and snapshots instead of a sandbox URL.
Real servers, EU jurisdiction
The production build leaves the WebContainer and runs on EU data-centre infrastructure operated by a European company, with a DPA on every paid plan.
Vite output deploys untouched
Bolt's default Vite + React + Tailwind export builds to a dist folder that deploys with zero configuration. Drag it in or push the repo.
Costs that survive success
Flat per-plan pricing with bandwidth included, instead of per-GB metering that punishes a launch that goes well.
The Bolt.new to production workflow
- 1
Prove the app inside Bolt.new
StackBlitz's in-browser environment is where you iterate. The moment the preview behaves the way you want, the building phase is over and the shipping phase starts.
- 2
Download the source
Bolt's Download button produces a ZIP containing the complete project source. Unpack it on your own machine.
- 3
Compile the production bundle
Bolt projects are typically Vite-based, so two commands produce the dist folder that actually gets served.
npm install npm run build - 4
Create the site on VibeDeploy
A 14-day trial gives you the full Maker plan without a credit card. Pick New Site in the dashboard and upload the dist folder.
- 5
Route your domain to it
A CNAME record in your DNS points the domain at VibeDeploy, or you stay on a free vibedeploy.eu subdomain. Either way the SSL certificate issues automatically inside a minute.
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.eu 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
Where is the ZIP download for a Bolt.new project?expand_more
Use Download in Bolt.new's project controls to save an archive of the complete source. Extract it locally, install the listed packages, and run the project's build command. With the common Vite setup, npm run build creates the dist directory that is ready for a static host.
What turns a downloaded Bolt project into a public website?expand_more
First compile the extracted source, then send the resulting output folder to VibeDeploy or connect a GitHub repository so pushes rebuild it. Register your domain in the site settings and aim its CNAME at the platform. An SSL certificate is provisioned automatically, with no separate certificate setup.
Do StackBlitz-specific pieces of a Bolt project survive in production?expand_more
Everything client-side does. The typical Vite + React + Tailwind output compiles to static assets, and the WebContainer-only conveniences such as mock APIs and hot reload never make it into a production build in the first place.
Is there an automatic redeploy path when I keep editing in Bolt?expand_more
Bolt has no automatic Git export, but the loop is easy to assemble by hand: download from Bolt, push to a GitHub repository you connected, and VibeDeploy rebuilds and redeploys on every push to that repo.
How do server-side routes or APIs from a Bolt project behave?expand_more
Bolt's standard templates are single-page apps. External services such as OpenAI or Supabase are called with fetch from the visitor's browser, a pattern any static host serves fine, VibeDeploy included.
Bolt already integrates with Netlify. Why deploy here instead?expand_more
That built-in path lands on Netlify's US infrastructure. VibeDeploy is the European counterpart: the same deploy speed, flat per-plan pricing, and none of Netlify's per-GB bandwidth metering.
More tool workflows
Put your Bolt.new work into production
14-day free trial, no credit card. Domains, staging and snapshots included. Runs on EU infrastructure.