Deploy your first app
This walkthrough takes you from a new account to a live app. You’ll need either a GitHub repository (public or private), a ZIP archive of your app, or you can start from one of the built-in demo templates.
-
Create your account. Sign up, then confirm your email address from the verification link. You land on the dashboard, where an optional guided tour points out the main areas.
-
Start a new project. Select New project to open the deploy panel.
-
Choose a source. Pick one of:
- a GitHub URL (public or private),
- a ZIP upload of your app, or
- a demo template to try the flow with sample code.
-
Start the deploy. The platform scans your code for malware, provisions a container, and the AI agent installs, builds, and starts your app. Progress updates step by step in the dashboard.
-
Open your live site. When the deploy finishes, the project shows a public URL. Open it to see your app on the web.
What to do next
Section titled “What to do next”- Learn the core concepts behind projects and deploys.
- Read What is livemy.app? for how the pipeline works end to end.