Overview
Light Cloud is a deployment platform that connects directly to GitHub, turning every push into a live URL. It's built for developers who want a simple, unified way to host static sites, run containers, and manage a Postgres database without juggling multiple services. The platform positions itself as a modern alternative to Vercel or Netlify, but with a broader scope: it handles the full stack, including backend containers and a managed database, all from one project. For teams that already live in GitHub, Light Cloud removes the friction of setting up separate CI/CD pipelines, cloud accounts, and database provisioning. It also leans into AI-assisted workflows, letting you deploy from Claude or GitHub Copilot, which is a differentiator in a crowded space. The core promise is speed and simplicity: connect a repo, push, and your app is live in seconds.
Key Features
-
GitHub Integration and Automatic Deploys: Light Cloud connects to a GitHub repository and automatically builds and deploys every push. The platform detects the framework and decides whether to serve static files from a global CDN or run a container on Cloud Run. This means no manual configuration for most projects, and the deployment history keeps track of commits, authors, build times, and logs.
-
Static Sites and Containers: You can host static sites (like React or Next.js frontends) on a global CDN for fast loading, or deploy containerized backends (like Node.js or Python APIs) to Cloud Run. Containers scale to zero when idle, so you only pay for actual usage. This flexibility covers a wide range of applications, from simple landing pages to full-stack apps.
-
Managed Postgres: Light Cloud provisions a managed Postgres database right alongside your app. You choose the tier, region, and storage size, and credentials are encrypted and automatically wired to your application. This eliminates the need to set up and maintain a separate database service, which is a huge time-saver for developers.
-
Preview Environments for Every Branch: Every branch and pull request gets its own unique URL, built on push and removed when the branch is deleted. This makes it easy to test changes in isolation without affecting production. Previews also scale to zero, so they don't cost anything when idle.
