Bolt.new workflow

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.

rocket_launch

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.

deployed_code

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.

shield_lock

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. 1

    Build your app in Bolt.new

    Iterate normally inside StackBlitz. Once it works in the preview, you're ready to ship.

  2. 2

    Export the project

    In Bolt's UI, click Download. You get a ZIP containing the full source. Unzip it locally.

  3. 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. 4

    Sign up and create a site on VibeDeploy

    The 14-day free trial gives you the full Maker plan with no credit card. From the dashboard, choose New Site and upload the dist folder.

  5. 5

    Point your domain at VibeDeploy

    Add a CNAME record to your DNS (or use a vibedeploy.eu 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.

FeatureBolt.new default / generic altVibeDeploy
Hosting locationUS (Netlify)EU (Belgium)
Default URL*.netlify.app*.vibedeploy.eu or your domain
Bandwidth limitMetered, per-GB pricingFlat included on each plan
Custom domain free?YesYes
GDPR DPAEnterpriseAll 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.

Put your Bolt.new work into production

14-day free trial, no credit card. Domains, staging and snapshots included. Runs on EU infrastructure.