Push your source. serve-r builds, containerises, and deploys to a global Cloud Run URL — no YAML, no Kubernetes, no ceremony.
Run serve-r deploy ./ from any Go project directory. Zero config required.
Every deployment gets a unique *.serve-r.adrienbird.net URL — share with teammates instantly.
Built on Cloud Run. Your app only runs when it has traffic. Pay for what you use.
Watch your build stream live in the dashboard or terminal. SSE-powered, no polling.
Point any domain to your deployment. SSL certificates provisioned automatically.
Enterprise-grade infrastructure under the hood. Global edge, auto-scaling, 99.95% SLA.
go install github.com/birddigital/serve-r/cmd/serve-r-cli@latest
serve-r login YOUR_TOKEN
serve-r deploy ./
Full documentation lives in the serve-r CLI. Run serve-r --help for available commands.