Host Your Bolt.new Site
Your Bolt.new project, live on your own domain in under a minute
Last updated: February 20, 2026Bolt.new is great for building React apps fast, but the exported ZIP is source code — not a live site. You need to build it first, then deploy the output somewhere. Here's how to go from Bolt export to a live site with your own URL.
How to deploy
From Bolt.new to live in minutes.
Export from Bolt.new
Click the project title in the top-left, then Export → Download. This saves a ZIP file with your full project source code.
Build the project
Bolt exports source code (React + Vite), not built output. Unzip the file and run the build command to generate the dist/ folder.
unzip my-project.zip && cd my-project && npm install && npm run build Deploy to ZeroDeploy
Upload the dist/ folder via the dashboard (drag and drop) or use the CLI for a one-command deploy.
zerodeploy deploy --dir dist Things to know
Bolt.new-specific tips to avoid common pitfalls.
- The ZIP from Bolt is source code, not built output. You must run
npm install && npm run buildbefore deploying. Uploading the raw ZIP will not work. - If your Bolt project includes an Express or Node.js backend, only the frontend static files can be hosted on ZeroDeploy. The backend needs a separate server host.
- Bolt projects typically use React Router. Create a
public/_redirectsfile with/* /index.html 200so deep links work correctly. Learn more about redirects →
Everything you need
Host your Bolt.new site with the features you'd expect from a modern platform.
Instant Deploys
Push to deploy in under 5 seconds. No queues, no build minutes to worry about.
Preview URLs
Every deployment gets a unique URL. Share any version instantly with your team.
Custom Domains
Connect your own domain with automatic SSL. Just add a CNAME and you're live. Learn more →
GitHub Actions CI/CD
Deploy on every push with GitHub Actions. Get PR comments with preview URLs. Set up CI/CD →
Built-in Analytics
See traffic, top pages, referrers, and countries right in your dashboard. No third-party scripts. Learn more →
Forms That Just Work
Add action="/_forms/contact" to any form. Submissions appear in your dashboard. Learn more →
Host from other AI tools
ZeroDeploy works with any AI-generated static site.
Your Bolt project deserves its own domain
Stop sharing bolt.new preview links. Get a real URL with free hosting, SSL, and analytics.