Deploy to your cloud in seconds. Scale to zero where possible, control your infrastructure bill.
Pick the best components across providers.
Uses App Runner, Cloud Run, Container Apps and Containers - no Kubernetes or custom runtimes. Apps sleep when idle, wake on the next request. Cold starts in 1-3 seconds on Cloudflare, 3-5 on GCP, 2-5 on Azure. Instant on AWS.
Deploy to your own GCP, AWS, Azure, or Cloudflare account. Nothing to install upfront. Your API token stays on your machine.
Push local docker image, directly to the cloud and run. Declare what you need. Relight provisions the right service per provider and injects credentials as env vars.
One CLI, one workflow. Deploy, migrate, and manage apps the same way whether you're on Cloudflare, AWS, GCP, or Azure.
Paste your API token. Cloudflare, GCP, AWS, Azure - one command to authenticate.
Any Docker app. Relight builds the image, pushes it to your registry, and deploys. You get a URL.
No traffic? Your app sleeps. Cost drops to zero. Next request wakes it.
Every layer can run on a different provider. Use one cloud end-to-end, or pick the best of each.
These providers can host your entire app end-to-end - compute, database, DNS, and container registry.
| Layer | GCP | AWS | Azure |
|---|---|---|---|
| DNS | Cloud DNS | Route 53 | Azure DNS |
| APP | Cloud Run | App Runner* | Container Apps |
| DB | Cloud SQL (Postgres) | RDS (Postgres) | Flexible Server (Postgres) |
| Registry | Artifact Registry | ECR | ACR |
* Not true scale-to-zero. ~$2.55/mo minimum per idle app, but no cold starts.
| Provider | Layers | Best for |
|---|---|---|
| Cloudflare | DNS, Registry | Free DNS and global edge routing. Great as a CDN and DNS layer in front of any compute provider. |
| DigitalOcean | DB, DNS | Affordable managed Postgres databases. The simplest and cheapest option when you need a standalone database provider. |
| GitHub | Registry | Free container registry (GHCR). Use your existing GitHub credentials to store images instead of a cloud-specific registry. |
Simplest deploy
One API key, one bill. Everything runs in the same cloud with low latency between services. The simplest setup when you're already on a provider or just getting started.
Separate infra without moving DNS
Keep your domain on Cloudflare for free DNS and edge caching, while running compute and database on AWS. Common when you already manage DNS on Cloudflare but want AWS infrastructure.
Best pricing
Cloudflare for free DNS, GCP Cloud Run for compute with scale-to-zero, and DigitalOcean for the most affordable managed Postgres. Mix three providers to minimize cost.
Free and open source. One command to install, one command to deploy.