Deployment

Production deployment, Pounce, Docker, Kubernetes, metrics, and runtime configuration

Page actions AI-ready formats and sharing
Open LLM text
Share with AI
Ask Claude Ask ChatGPT Ask Gemini Ask Copilot

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).

The smallest production command — multi-worker, with metrics and rate limiting:

chirp run myapp:app --production --workers 4 --metrics --rate-limit