Skip to main content

Production Readiness

This folder defines what “production-ready” means for reactr-dev and provides checklists, runbooks, and standards.
  1. Foundations: environments, deployments, configuration, secrets
  2. Observability: logs, metrics, traces, dashboards, alerting
  3. Security baseline: threat model, access, secrets hygiene, auditability
  4. CI/CD and releases: build, test, supply chain, reproducible deploys
  5. Incident response: runbooks, on-call, postmortems
  6. Scalability confidence: load testing, capacity planning

Definition of done: “production + scalability confidence”

  • Deployable to dev/staging/prod with documented rollback
  • SLOs defined and measurable; alerts are actionable
  • End-to-end tracing enabled for core flows
  • Logs are structured and searchable; metrics cover golden signals
  • Security controls in place (authn/authz, secrets, audit logs, least privilege)
  • Backups/DR plan documented and tested (where state exists)
  • Performance baselines established; load tests run regularly
See also: production/production-readiness.md.