I built this after losing access to a Supabase project I hadn’t touched for a few weeks. Turns out, on the free tier, Supabase pauses inactive projects — and after 90 days, you can’t recover them.
KeepMySupabaseAlive is a tool that solves that problem. It pings your project regularly to keep it active.
You add your Supabase Public URL and Anon key, choose a ping interval, and the tool takes care of the rest. There's also a simple dashboard with ping logs, status, and manual test options.
I built it using:
Next.js 15 (App Router + Server Components)
Supabase (for auth and DB)
Tailwind + ShadCN UI for the interface
Vercel + Cloudflare for hosting and performance
I'm planning to add features like automatic Supabase backups, downtime alerts, and team access.
harley_bentley•3h ago
KeepMySupabaseAlive is a tool that solves that problem. It pings your project regularly to keep it active.
You add your Supabase Public URL and Anon key, choose a ping interval, and the tool takes care of the rest. There's also a simple dashboard with ping logs, status, and manual test options.
I built it using:
Next.js 15 (App Router + Server Components)
Supabase (for auth and DB)
Tailwind + ShadCN UI for the interface
Vercel + Cloudflare for hosting and performance
I'm planning to add features like automatic Supabase backups, downtime alerts, and team access.
Here's the link: https://keepmysupabasealive.com
producthunt https://www.producthunt.com/products/keepmysupabasealive
Would love feedback, feature suggestions, or critiques — especially from anyone working with Supabase or running side projects. Thanks!