Last week I hit a nasty failure: my Supabase app worked on Wi-Fi but failed on some Indian mobile networks (blank screen / auth stuck / realtime disconnect). Supabase says connectivity is restored now — which is great.
I still shipped what I built during the incident: XupaStack — a free, open-source gateway you can keep ready as a fallback if reachability breaks again.
How it works
SUPABASE_URL=https://<slug>.gw.xupastack.comDocs + console: XupaStack
Repo:
Would love feedback on edge cases (auth redirects, WS, CORS). If you try it and it breaks, paste the exact steps and I’ll fix it.
The user experienced connectivity issues with Supabase on Indian mobile networks, leading them to create XupaStack, an open-source gateway to ensure reachability. They offer both self-hosted and managed modes and seek feedback on edge cases like auth redirects and CORS.