Supabase
Postgres-as-a-platform meets a unique challenge with incident reporting: a single outage can impact multiple layers of a team’s tech stack simultaneously. Supabase bundles database, authentication, storage, and edge functions, all served via their status page at https://status.supabase.com/. An API latency event might not just affect queries; it could also take down user sign-ins, file uploads, and real-time subscriptions. The history feed at https://status.supabase.com/history.atom is the surface to monitor if your team relies on Supabase’s unified platform.
The incident timeline on each page documents the impact by component. ‘Database’ outages might mean read replicas failed over; ‘Edge Functions’ downtime could be due to a wave of invocations exceeding the service’s capacity. For teams treating these services as independent, the canonical view of reliability is here, not in isolated error logs or dashboard uptime charts.