What is livemy.app?
livemy.app is a one-click hosting platform for web apps. You give it your code — a GitHub repository, a ZIP archive, or one of the ready-made demo templates — and an AI agent sets up a container, configures networking, and deploys your app to a live URL. You don’t manage servers, and you don’t write deploy scripts.
How a deploy works
Section titled “How a deploy works”When you start a deploy, the platform runs the same pipeline every time:
- Scan — your code is checked for malware before anything runs. If it’s flagged, the deploy stops and you see why.
- Provision — an isolated container is created for your project.
- Deploy — the AI agent installs dependencies, builds your app, and starts it, working through problems as it goes.
- Go live — your project gets a public URL and is reachable on the web.
You watch this happen in real time from the dashboard, step by step.
Who does the work
Section titled “Who does the work”On the Free and Maker plans, all setup and changes happen through the AI agent — you don’t get direct server access. Instead of logging into a machine, you describe what you want in AI Assist and the agent applies it.
On the Pro plan, you can additionally open direct SSH access to your project when you want to work in a shell yourself.
What livemy.app is good for
Section titled “What livemy.app is good for”- Shipping a side project or prototype without touching infrastructure.
- Getting a demo online from a template in minutes.
- Letting an AI agent handle the parts of deployment you’d rather not.
Next steps
Section titled “Next steps”- Deploy your first app — a step-by-step walkthrough.
- Core concepts — the ideas the dashboard is built around.