Your Supabase goes down, your app stays up. Managed hot-standby that syncs back when primary recovers. No infra to manage.
Health checks every 5 seconds. When primary drops, traffic flips to your hot standby instantly.
Writes to standby during outage replay to primary automatically when it recovers. Zero data loss.
Add failoverProxy() to your app. Works with Next.js, Flutter, React Native, any Supabase client.
$29/mo. We provision a hot standby on our infrastructure.
CREATE PUBLICATION failover_pub FOR ALL TABLES; — that's it on your end.
One line in your app. failoverProxy({ primaryUrl, standbyUrl })
We monitor, failover, and sync. You get notified.