Installation
Homebrew (macOS/Linux)
Manual Installation
Download Pre-built Binary: Visit the releases page and download the binary for your platform. Build from Source:First Deployment
1
Navigate to your project
2
Run deploy
- Auto-detect your framework
- Prompt you to select a cloud provider
- Create infrastructure
- Configure the server
- Deploy your app
3
Access your app
Your app will be live at the IP address shown in the output.
Provider Setup
Lightfold supports multiple cloud providers. You’ll need an API token for automated provisioning.DigitalOcean
DigitalOcean
- Create a DigitalOcean account
- Generate an API token in API settings
- Run:
lightfold config set-token digitalocean
Vultr
Vultr
- Create a Vultr account
- Generate an API key in API settings
- Run:
lightfold config set-token vultr
Hetzner Cloud
Hetzner Cloud
- Create a Hetzner Cloud account
- Generate an API token in API tokens
- Run:
lightfold config set-token hetzner
Linode
Linode
- Create a Linode account
- Generate an API token in API Tokens
- Run:
lightfold config set-token linode
Fly.io
Fly.io
- Create a Fly.io account
- Install flyctl:
curl -L https://fly.io/install.sh | sh - Generate token:
fly auth token - Run:
lightfold config set-token flyio
Bring Your Own Server (BYOS)
Bring Your Own Server (BYOS)
Already have a server? Use BYOS mode: