Skip to main content
Lightfold - Deploy your app with a single command Deploy any web app to your favorite cloud provider with a single command. No Docker, no YAML, no hassle.

Quickstart

# Install
brew tap theognis1002/lightfold
brew install lightfold

# Deploy your app
cd your-project
lightfold deploy
That’s it! Lightfold will:
  • Auto-detect your framework (Next.js, Django, Rails, etc.)
  • Set up a server on your preferred cloud (DigitalOcean, Vultr, Linode, Fly.io, etc.)
  • Deploy your app with zero configuration

Features

Works With Your Stack

Supports 15+ frameworks including Next.js, Astro, Django, Rails, Laravel

Deploy Anywhere

DigitalOcean, Vultr, Hetzner, Linode, Fly.io, or bring your own server

Zero Config

Automatic framework detection and server setup

Smart Deploys

Only deploys what changed, skips everything else

Get Started