Built something with Bolt and ready to share it with the world? This guide walks you through going from a Bolt project to a live, publicly accessible URL—no DevOps experience required. You'll connect Bolt to GitHub, push your code to a repository, and deploy it on Hostman App Platform. The whole process takes about 10 minutes.
Every time you make changes in Bolt after the initial setup, they'll be published automatically, without manual redeploys.
Make sure you have:
GitHub is where your project's code will live. Hostman connects to it to pull your app and build it. If you already have a GitHub account, skip to Step 2.
Linking GitHub to Bolt means your code changes will flow to GitHub automatically—no manual uploads, no copy-pasting files.
In Bolt:
This step creates a GitHub repository for your project. From this point on, any changes you make in Bolt will be pushed to the repo automatically.
bolt-app.Your repository will be created and your project files will be uploaded automatically. You can open the repo on GitHub to confirm everything is there.
Now let's get your app running in the cloud.
Not sure which framework your app uses? Ask Bolt: "What framework is this app built with?"
Connect your GitHub account and repository:
If the repo doesn't appear, click Add Account, re-authorize, and try again.
Keep Built by the last executed commit enabled. This lets Hostman automatically rebuild your app whenever you push changes to GitHub.
Choose a deployment region.
Configure your app settings. Consult Bolt if you're unsure what to enter. For framework-specific guidance, refer to the Hostman docs: Frontend · Backend · Dockerfile · Docker Compose.
Click Order and wait for the deployment to finish.
Once deployment completes, go to Dashboard and look for the Domain field. That's your app's public URL. Share it with the world.
Want to use your own domain name? Head to Settings to configure it.
Going forward, just ask Bolt to make changes to your project.
They'll be pushed to GitHub automatically, and Hostman will pick up the new commit and redeploy your app. No extra steps needed.