Production readiness

Backend

A public, non-secret map of the production backend pieces Pawbi needs before TestFlight and App Store review.

Domain Plan

Required DNS

Backend Health

The backend must return a successful JSON response at /health. The current app release configuration expects https://api.pawbi.app.

{
  "ok": true,
  "service": "pawbi-backend"
}

Production Secrets Checklist

Store these as AWS SSM secure parameters or another secrets manager. Do not place secret values in this website or the mobile app bundle.

External Services

Launch Verification