- Keep publishing them to Netlify, or
- Switch to Bolt hosting
If your project was published to Netlify before Bolt hosting was introduced, see the section on Managing projects published to Netlify before August 14, 2025.
Connect Bolt to your Netlify account
A Netlify account is required to connect Bolt to Netlify. If you don’t have one, sign up for one. Follow these steps to connect your Netlify account to Bolt:- Log in to Bolt.
- Hover over the left side of the screen, then click Settings.
- Click Applications under Personal Settings.
- Click Connect in the Netlify section.
- Log in to Netlify as prompted.
- Follow Netlify’s steps to complete the process.
Publish new projects to Netlify instead of Bolt hosting
While Bolt hosting is the default hosting option provided when you choose to publish a project, you can also choose to connect a Netlify account and publish your project to Netlify hosting instead. To switch a project from Bolt to Netlify hosting, two things are required:- You must first connect Bolt to your Netlify account as described in the section above.
- You must not have already published your project to Bolt hosting. (There is no going back; you’ll have to create a new, unpublished copy of the project if you’ve already published it to Bolt hosting.)
- Click the gear icon near the top-right of your screen to open Project settings.
- Click Domains & Hosting.
- Use the drop-down to select Netlify for your hosting provider.
- Close the Setting window.
- Click Publish in the top-right corner of your screen.
- Click the second Publish button that appears.
- Wait about a minute for Bolt to deploy your site.
- Click the link that appears in the chat window to open your site (published to Netlify) in your browser.
Unpublish a project with Netlify hosting
Want to take down a site you’ve published with Netlify hosting? No problem, just follow these steps:- Click the gear icon near the top-right of your screen to open Project settings.
- Click Domains & hosting.
- Click the red Unpublish text.
- Confirm by clicking Unpublish again.
Switch your project from Netlify to Bolt hosting
You cannot switch from Netlify to Bolt hosting when your project is in a published state.
This information applies to projects published after August 14, 2025. For projects published prior to that date, before the introduction of Bolt hosting, see the next section on Managing projects published to Netlify before August 14, 2025.
- Unpublish your project if it is currently published to Netlify.
- Click the gear icon near the top-right of your screen to open Project settings.
- Click Domains & Hosting.
- Use the drop-down to select between Bolt Cloud for your hosting provider.
Your project will now publish to Bolt hosting.
Managing projects published to Netlify before August 14, 2025
If you’ve published your site to Netlify prior to August 14, 2025, you have the option of continuing to use Netlify, or you can switch to Bolt hosting. How you manage a project published before August 14, 2025 depends on how it was set up:- Published by Bolt to a Netlify domain with no Netlify account connected: Bolt created a public copy of your site on a Netlify URL when you originally published it, but you have never connected a Netlify account to Bolt as an integration.
- Published by Bolt to your own connected Netlify account: Bolt created a public copy of your site on a Netlify URL connected to your account via the Bolt/Netlify integration.
Switch a project to Bolt hosting originally published to Netlify prior to August 14, 2025
Switching a project published to Netlify before August 14, 2025 works the same whether or not you had connected a Netlify account. Follow the steps below:
- Click the gear icon near the top-right of your screen to open Project settings.
- Click Domains & Hosting.
- Click Switch to Bolt hosting.
- Click Confirm hosting switch. Bolt will begin moving your hosting.
- Wait about a minute for Bolt to finish. You’ll see a notification that your site was deployed to a
bolt.host
domain.
Unpublish a project originally published to Netlify prior to August 14, 2025
If you need to remove an older Netlify deployment, how you can do it depends on whether or not you had a Netlify integration connected when the site was published:- If your project was published to Netlify by Bolt without a Netlify integration set up on your account, contact Bolt support.
- If your site was connected to your Netlify account when it was published, you must handle its removal from your Netlify dashboard. To learn more, see Netlify’s article on Deploys, rollback, and deletion.
Add a domain to a project originally published to Netlify prior to August 14, 2025
For projects published before August 14, 2025, you can keep working on them and publishing updates to their Netlify URL as usual. However, you won’t be able to add a custom domain to these projects through the Bolt chatbox or project settings. To add a custom domain to a Bolt project published on Netlify prior to August 14, 2025, you’ll need to either:- Connect a custom domain through Netlify, or
- Switch the project to Bolt hosting, then add a custom domain in Project settings.
Limitations
If you plan to continue using Netlify, you may want to understand more about the platform and the type of software it’s designed to host. For example, Netlify can’t host your database or a traditional backend.- Read Bolt’s Supported technologies | Recommended stack and architecture
- What is Netlify?: Netlify’s own description of their purpose and features.
- Intro to Composable Architecture: this is a big topic, but it’s worth exploring, as it helps you understand what Netlify can and can’t support, and how to build for publishing to Netlify.
Explore Netlify’s website and documentation for full details of Netlify’s features.
Publish manually
You can also publish your project to Netlify without connecting your Bolt account.- Run the project build command (usually
npm run build
). - Click Download to download the project.
- Follow Netlify’s Manual deploy instructions.
Note that Bolt calls this feature Publish whereas Netlify calls it Deploy.
Disconnect your Netlify integration
If you’d like to disconnect your Netlify integration, follow the steps below:- Log in to Bolt.
- Hover over the left side of the screen, then click Settings.
- Click Applications under Personal Settings.
- Click Disconnect in the Netlify section.
- Log in to your Netlify account and remove Bolt from your authorized applications:
- Click your profile > User settings > OAuth.
- Under Authorized applications, click the menu for the Bolt entry.
- Click Revoke access.
Netlify FAQs and troubleshooting
How can I unpublish a project on Netlify?
How can I unpublish a project on Netlify?
For projects published after August 14, 2025, see Unpublish a project with Netlify hosting. For projects originally published to Netlify prior to August 14, 2025, without a Netlify integration, contact Bolt customer support to request unpublishing. If your account does have a Netlify integration, you can unpublish your site through your Netlify account. See their article on Deploys, rollback, and deletion.
I published my project with Netlify before Bolt hosting was introduced on August 14, 2025, do I have to switch off Netlify to Bolt?
I published my project with Netlify before Bolt hosting was introduced on August 14, 2025, do I have to switch off Netlify to Bolt?
No, you do not have to make the switch. The choice is yours to continue publishing your existing projects to Netlify and use them to manage any custom domains, or to switch to Bolt hosting.
Can I publish new projects to Netlify?
Can I publish new projects to Netlify?
Yes, though your project needs to be in an unpublished state to make the switch. See Publish new projects to Netlify instead of Bolt hosting.