The problem: Supabase projects can go idle if they’re not being used.
The solution: Run a simple keep-alive that pings your project every few minutes.
Here’s the setup in 4 steps:
1️⃣ Create dummy tables (SQL Editor → paste snippet)
2️⃣ Add an Edge Function that inserts a heartbeat row
3️⃣ Schedule a Cron job to call it every 5 minutes
4️⃣ Check your table — heartbeats show up automatically 💓