Skip to content

Deploy a project

To deploy, you give livemy.app your app in one of three ways. It then scans your code, provisions an isolated container, and an AI agent builds and starts your app — until it’s live at a public URL.

Select New project to start, then choose a source.

The New project panel: upload an archive or paste a Git repository link, pick a template, and add optional deploy context.The New project panel: upload an archive or paste a Git repository link, pick a template, and add optional deploy context.

Drag an archive onto the uploader, or click to choose a file. Supported formats are .zip, .tar, .tar.gz, .tgz, .rar, and .7z, up to 100 MB. After you pick a file, start the deploy — the archive uploads and the deploy begins.

Paste a repository link (for example https://github.com/user/repo). livemy.app supports GitHub, GitLab, Bitbucket, Gitee, Codeberg, and SourceHut. You can optionally choose a branch — detect it automatically or pick one from the list.

Private repositories are supported too. When you paste one, livemy.app asks you to grant read access — authorize with GitHub, or paste a read-only access token. See Connect a private repository.

Pick one of the ready-made templates — a blog, an automation tool, analytics, a wiki, and more — to try the flow with a working app. Selecting a template fills in the repository and a suggested deploy context for you.

The Deploy context field lets you tell the AI agent what to do — for example “Deploy a WordPress blog with a WooCommerce store” or “create an owner account.” Leave it empty to let the agent deploy with sensible defaults.

  1. Fetch your code. livemy.app clones your repository or unpacks your archive.

  2. Scan. Your code is checked for malware before anything runs.

  3. Set up. An isolated container is provisioned for your project.

  4. AI deploys. The agent installs dependencies, builds your app, and starts it — working through problems as it goes.

  5. Go live. Your project gets a public URL.

Progress updates live, step by step. You can select Stop deploy at any time to cancel — see Track a deploy for what you see while it runs.

Your project shows its public URL — open it in a new tab or copy it. A Deploy report summarizes what the agent did, and from here you can start another deploy or delete the project.