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 databases on one platform.
What you can deploy
- Static sites served from a global CDN. React, Vue, Angular, Svelte, SolidJS, Qwik, Gatsby, plain HTML, and Next.js static export.
- Containers on Cloud Run. Next.js, Nuxt, SvelteKit, Remix, Django, Rails, Laravel, Spring Boot — any Node, Python, Go, Java, Ruby, PHP, or .NET app, or your own Dockerfile. See Frameworks for the full list.
- Managed PostgreSQL or MySQL 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 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.