Ship a Chirp app to production
Ship a Chirp app and keep it healthy: pick the right server flags, decide what to freeze versus serve live, and harden auth before you go live. Chirp apps run on Pounce, a production ASGI server (see Production Deployment below).
Production Deployment
Ship a Chirp app to production on Pounce — prod AppConfig, the deploy preflight, workers, metrics, rate limiting, and reverse-proxy trust.
Auth Hardening
The wiring checklist for exposing an app with logins or user data to the internet
Hybrid Static/Dynamic Freeze
Static HTML with live-block placeholders backed by an origin
The smallest production command — multi-worker, with metrics and rate limiting:
chirp run myapp:app --production --workers 4 --metrics --rate-limit