---
title: "How to Deploy Your Lovable App with App Platform | Hostman Docs"
description: "Step-by-step guide to deploying your Lovable project with Hostman App Platform. Connect GitHub, push your code, and go live in about 10 minutes—no DevOps experience needed."
---

> For the complete documentation index for AI agents, see [llms.txt](https://hostman.com/llms.txt).

You've built something in Lovable. Now let's put it on the internet. 

The good news: deploying from Lovable is one of the smoothest experiences in vibe-coding. Connect your GitHub account to the project, and your code is already in place and ready to ship. No terminal, no configuration files, no guesswork.

This guide covers taking your Lovable project from the editor to a live, publicly accessible URL via [Hostman App Platform](https://hostman.com/products/app-platform/). The whole process takes around 10 minutes. And once it's set up, every change you make in Lovable goes live automatically—no manual redeploys, ever.

## Before You Begin

You'll need two things:

-   **A project in [Lovable](https://lovable.dev/)**. Something you've built and want to share—a landing page, a tool, a web app, anything.
-   **A Hostman account**. Create one at [hostman.com](https://hostman.com/signup/) if you haven't already. It only takes a minute.

## Step 1. Create a GitHub Account

Hostman doesn't pull your code directly from Lovable, it pulls from GitHub. Think of GitHub as the middleman that holds your project's files and lets Hostman know when something has changed. You'll need an account there before anything else.

Already have one? Skip to Step 2.

1.  Go to [github.com](https://github.com) and click **Sign up**.
2.  Register with your Google account, Apple ID, or an email address.

Once you're in, you'll land on your [dashboard](https://github.com/dashboard).

![0902d2f9 709a 41df B496 De8fb6ff0a11.png](https://content.hostman.com/assets/1fb8456b-5bb6-4223-9231-66021cafbf3f.png?width=1999&height=1142)

_[GitHub](https://github.com/) Dashboard_

## Step 2. Connect Your Project to GitHub

This is the step that makes everything else easy. When you link your Lovable project to GitHub, it creates a repository for your code and keeps it in sync automatically. 

Every edit you make in Lovable gets pushed to GitHub without you having to do anything.

**In Lovable:**

1.  Open your project and click the **plus icon** in the chat window.

![Lovable Git Hub](https://content.hostman.com/assets/e3599eee-f6b2-4e4a-982e-373dfd2d93ad.png?width=954&height=133)

2.  Select **GitHub**.

![Your Digital Home Lovable 2026 08 10 15 57](https://content.hostman.com/assets/f4bb0431-c15d-4e4c-aea1-ee29cc7a35ad.png?width=1020&height=533)

_Menu in the [Lovable](https://lovable.dev/) chat interface_

3.  Click **Add connection**.

4.  Click **Add account**.

![Git Lovable 2026 08 10 15 59](https://content.hostman.com/assets/db1fced1-789a-4cd6-83e9-db54feef80ba.png?width=1095&height=581)

_Connecting GitHub in the [Lovable](https://lovable.dev/) interface_

5.  A new window will open. Click **Authorize**.
6.  Click **Install and Authorize**.
7.  Enter your GitHub account password if prompted.

That's it. 

Back in Lovable, you'll see your GitHub account listed as connected, along with the name of the repository Lovable has created for your project.

Your code is already there. Go ahead and open the repo on GitHub if you want to confirm.

![Git Lovable 2026 08 10 16 18](https://content.hostman.com/assets/c532c15b-9110-48e3-84bc-1a3dcefb407d.png?width=1101&height=510)

_GitHub repository info in the [Lovable](https://lovable.dev/) interface_

> [!NOTE]
> You don't need to name the repo or configure anything. Lovable handles all of that for you.

With your project on GitHub, you're ready to deploy.

## Step 3. Deploy on Hostman App Platform

Let's get your app running in the cloud.

1.  Open the [Hostman dashboard](https://my.hostman.com) → **App platform** → **Create App**.
2.  Choose your app type. Select **Frontend**, **Backend**, or **Docker**, then pick the framework your app uses.

> [!NOTE]
> Not sure which framework your app uses? Ask Loveable: "What framework is this app built with?"

![Lovable 05 26 2026 01 20 Pm](https://content.hostman.com/assets/0d1cdd2c-cc13-42ad-a224-44d5a2124e78.png?width=1008&height=282)

_Chat the [Lovable](https://lovable.dev/) interface_

3.  Connect your GitHub account and repository:
    

-   -   Click the **GitHub** icon on the **Repository** step.
    -   Sign in and authorize access.
    -   Select your repository from the list.

Keep **Built by the last executed commit** enabled. This is what allows Hostman to automatically redeploy your app every time Lovable pushes a new change to GitHub.

4.  Choose a deployment region.
5.  Configure your app settings. What you need to fill in here depends on your project type. When in doubt, ask Lovable. It knows your app's stack.

![Lovable 05 26 2026 01 23 Pm](https://content.hostman.com/assets/d18997b0-e521-4296-949d-27758d47f01e.png?width=882&height=613)

_Chat the [Lovable](https://lovable.dev/) interface_

For framework-specific guidance, refer to the Hostman docs: [Frontend](https://hostman.com/docs/app-platform/frontend-apps/) · [Backend](https://hostman.com/docs/app-platform/backend-apps/) · [Dockerfile](https://hostman.com/docs/app-platform/dockerfile/) · [Docker Compose](https://hostman.com/docs/app-platform/docker-compose/).

6.  Click **Create** and wait for the deployment to finish.
    

## You're Live!

When deployment completes, head to **Dashboard** and find the **Domain** field on the right. That's your app's public URL. Copy it, share it, send it to anyone you want.

Want to use a custom domain instead? Go to **Settings** to set it up.

From here on, your workflow is as simple as it gets: make changes in Lovable, and they'll flow to GitHub automatically. Hostman sees the new commit and redeploys your app in the background. You don't have to touch a thing.
