Deploy
From repo to a live client domain — one container, any host.
Docker (recommended)
The scaffold ships a Dockerfile. One container holds the site, studio, API and database; the content/ volume holds the SQLite file and uploads — back it up by copying the folder.
Environment variables
There is no secret to manage: sessions and API keys are random values stored hashed in the database, so Prelo needs no signing key of its own.
Where to run it
Anywhere a container runs: a $6 VPS with docker compose or Coolify, Fly.io (fly launch works as-is), or the client’s existing cloud. Put hosting on the client’s card on handover day — it’s their site.
Updates and backups
Custom fields live in JSON columns, so updates never need a database migration. A backup is one folder copy; a restore is one folder copy back — prelo export does the same from the CLI.