What Light Cloud is and what you can deploy.
Introduction
Light Cloud is a deployment platform for web apps. Connect a GitHub repository, push, and get a live URL. It runs static sites, containers, and managed PostgreSQL on one platform.
What you can deploy
- Static sites served from a global CDN. React, Vue, Angular, Svelte, plain HTML, and Next.js static export.
- Containers on Cloud Run. Next.js with server-side rendering, Node, Python, Go, Java, Ruby, PHP, .NET, or your own Dockerfile.
- Managed PostgreSQL provisioned next to your app.
How it works
- Connect a GitHub repository.
- Light Cloud detects the framework and the build.
- Every push builds the commit and deploys it.
- Static assets go to the CDN, containers run on Cloud Run.
- You get a live URL, plus logs and metrics.
Three ways to deploy
- From GitHub. Connect a repo and every push ships.
- From your AI. Deploy from Claude with the MCP server, or from GitHub Copilot with the VS Code extension. See Deploy with AI.
- From a local folder. Upload a project without a Git repository.
Where to next
- Quickstart deploys your first app.
- How it works covers the build and deploy pipeline.
- Deployments explains connecting a repo and shipping on every push.