🌊 set sail in 5 minutes
Five commands between you and a live HTTPS app. The CLI is a single binary — no config files, no YAML, no kubectl.
1 · come aboard
$ bootload signup --email you@example.com
password: ********
✓ welcome aboard — you're logged in
2 · christen your ship
$ bootload org create "My Company"
$ bootload project create production
✓ project production — private network + wallet created
3 · insert coin
$ bootload wallet topup --amount 10
🪙 coins in the chest — balance €10.00
€10 runs a 1-vCPU / 2 GB sloop for over a month.
4 · cast off
$ bootload deploy --image ghcr.io/you/app:latest \
--port 3000:http --domain yourapp.com
⚓ casting off…
🚢 app has set sail — https://yourapp.com
No domain yet? Skip --domain and you get a free subdomain. Need state? Add --volume data:/data.
5 · watch the horizon
$ bootload status
app ghcr.io/you/app desired=1 replicas: 1 healthy
$ bootload logs app -f
$ bootload metrics app