Documentation menu

Light Cloud is a deployment platform for web apps - connect a GitHub or GitLab repo, push, and get a live URL for static sites, containers, and managed databases.

Introduction

Light Cloud is a deployment platform for web apps. Connect a GitHub or GitLab 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. See Databases.

How it works#

  1. Connect a GitHub or GitLab repository.
  2. Light Cloud detects the framework and the build.
  3. Every push builds the commit and deploys it.
  4. Static assets go to the CDN, containers run on Cloud Run.
  5. You get a live URL, plus logs and metrics.

The full pipeline, step by step, is on How it works.

Three ways to deploy#

  • From GitHub or GitLab. Connect a repo and every push ships. See Deployments and Git providers.
  • 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. See Deploy from an upload.

The pieces#

PieceWhat it isDocs
ApplicationOne deployed project, linked to one repositoryDeployments
EnvironmentOne running copy of an application, one per branchPreview environments
DeploymentOne build and release of one commitBuilds
DatabaseManaged PostgreSQL or MySQL next to your appsDatabases
DomainYour own hostname on any environmentCustom domains

Where to next#