<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Supa Alive</title>
    <description>The latest articles on DEV Community by Supa Alive (@keepmysupaalive).</description>
    <link>https://dev.to/keepmysupaalive</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3087990%2Fb6700e2b-6431-4e7d-af6e-bd6350a27d1a.png</url>
      <title>DEV Community: Supa Alive</title>
      <link>https://dev.to/keepmysupaalive</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/keepmysupaalive"/>
    <language>en</language>
    <item>
      <title>I got tired of Supabase projects getting deactivated — so I built KeepMySupabaseAlive (Next.js 15)</title>
      <dc:creator>Supa Alive</dc:creator>
      <pubDate>Fri, 25 Apr 2025 10:40:10 +0000</pubDate>
      <link>https://dev.to/keepmysupaalive/i-got-tired-of-supabase-projects-getting-deactivated-so-i-built-keepmysupabasealive-nextjs-15-376n</link>
      <guid>https://dev.to/keepmysupaalive/i-got-tired-of-supabase-projects-getting-deactivated-so-i-built-keepmysupabasealive-nextjs-15-376n</guid>
      <description>&lt;p&gt;Hey everyone 👋&lt;/p&gt;

&lt;p&gt;A couple months ago, I started a side project using Supabase — nothing huge, just experimenting. I left it idle for a bit (life happens), and when I came back, it had been &lt;strong&gt;paused&lt;/strong&gt; due to inactivity. After 90 days, there’s no restoring from the dashboard. You have to download a backup and start again.&lt;/p&gt;

&lt;p&gt;That’s when I built &lt;strong&gt;KeepMySupabaseAlive&lt;/strong&gt;.&lt;/p&gt;




&lt;h3&gt;
  
  
  💡 What It Does
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;KeepMySupabaseAlive&lt;/strong&gt; is a simple service that keeps your Supabase project alive by pinging it on a set schedule.&lt;/p&gt;

&lt;p&gt;🛠 Key features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add your Supabase &lt;strong&gt;Public URL&lt;/strong&gt; and &lt;strong&gt;Anon key&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Set a &lt;strong&gt;custom ping frequency&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Monitor your connection with a clean dashboard (ping logs, success rate, status)&lt;/li&gt;
&lt;li&gt;Manually test your connection anytime&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can check it out here: &lt;a href="https://www.keepmysupabasealive.com" rel="noopener noreferrer"&gt;keepmysupabasealive.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🚀 producthunt: &lt;a href="https://www.producthunt.com/products/keepmysupabasealive" rel="noopener noreferrer"&gt;https://www.producthunt.com/products/keepmysupabasealive&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  ⚙️ The Stack
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js 15&lt;/strong&gt; – App router, server components&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tailwind CSS&lt;/strong&gt; – UI styling&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ShadCN UI&lt;/strong&gt; – For fast, consistent components&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Supabase&lt;/strong&gt; – Auth and DB (of course)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vercel&lt;/strong&gt; – Hosting the app&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cron jobs&lt;/strong&gt; – Managed through&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  🚧 What I Learned
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Supabase has great docs, but you have to &lt;em&gt;read the fine print&lt;/em&gt; on project inactivity.&lt;/li&gt;
&lt;li&gt;Next.js 15's App Router feels really natural once you lean into server components.&lt;/li&gt;
&lt;li&gt;UX really matters — especially for dev tools. The ping success chart was a small detail but ended up being super helpful for users.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  🧠 What’s Next
&lt;/h3&gt;

&lt;p&gt;Here’s what I’m planning next for &lt;strong&gt;KeepMySupabaseAlive&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;💾 &lt;strong&gt;Automatic Supabase backups&lt;/strong&gt; — schedule exports of your data as a safety net&lt;/li&gt;
&lt;li&gt;📈 &lt;strong&gt;Advanced monitoring&lt;/strong&gt; — more insights into downtime, ping response times, and anomalies&lt;/li&gt;
&lt;li&gt;✉️ &lt;strong&gt;Slack / Email notifications&lt;/strong&gt; — get alerted if something’s not working&lt;/li&gt;
&lt;li&gt;👥 &lt;strong&gt;Team/shared dashboards&lt;/strong&gt; — let multiple devs manage and view connections&lt;/li&gt;
&lt;li&gt;🧪 &lt;strong&gt;Detailed ping logs&lt;/strong&gt; — including response codes and error messages&lt;/li&gt;
&lt;li&gt;⚙️ &lt;strong&gt;Custom ping intervals&lt;/strong&gt; — go beyond presets and set intervals in hours/minutes&lt;/li&gt;
&lt;li&gt;🛠 &lt;strong&gt;Priority support&lt;/strong&gt; — for power users or small teams running multiple projects&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  🙌 Feedback?
&lt;/h3&gt;

&lt;p&gt;I’d love your feedback on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The tool itself&lt;/li&gt;
&lt;li&gt;How I’ve built it (Next.js 15 tips welcome!)&lt;/li&gt;
&lt;li&gt;What features you’d expect if you were using something like this for your own dev environment&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>saas</category>
      <category>programming</category>
      <category>nextjs</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
