GitHub Copilot is great at helping you build things fast: scaffold a UI, wire up the logic, generate a working project right in the browser or your IDE. But once the code is ready, you still need to get it online.
This guide takes you from a local Copilot project to a live, publicly accessible URL. You'll create a GitHub repository, push your code to it, connect it to Hostman App Platform, and deploy your app. By the end, you'll have a public link and a straightforward workflow for shipping updates going forward.
Make sure you have:
This guide uses the web version of GitHub Copilot. Make sure you're logged into the same GitHub account in your browser as in Copilot—that's the account Hostman will connect to.
Your code needs to live somewhere before Hostman can deploy it. A GitHub repository is that place.
On github.com, click New next to your repository list, or click the + icon in the top-right corner and select New repository.


Once created, your repository will be available at a URL in this format:
https://github.com/USERNAME/REPONAME.git
Now let's get your code into that repository using Copilot.

In the chat, type: Upload this project to this repository.
Copilot will handle the upload. Once it's done, open the repository on GitHub and confirm that all your project files are there before moving on.
With your code on GitHub, you're ready to deploy.
Not sure which type fits your project? Ask Copilot: What framework is this project using?
Connect your GitHub account and repository:

If your repository doesn't appear, click Add Account, re-authorise, and refresh the list.

Once the deploy completes, Hostman assigns your app a public domain. Find it in Dashboard under the Domain field. You can also connect a custom domain later from Settings.
Once everything is wired up, shipping an update takes just one command to Copilot:
That's your entire workflow. No manual deploys, no extra steps.