Product Thumbnail

SlopCollector

Find the slop in your supabase

Open Source
SaaS
GitHub
Database

The raccoon that cleans up your database mess. Connect Supabase, find missing indexes, catch slow queries.

Top comment

Racoon was built during the Supabase hackathon. In my other SaaS project, it became a nightmare to always re-index tables and clean up the mess. First, I created a cron job that did only that—gave me suggestions. Then came this. Happy coding. USE WITH CAUTION!

Comment highlights

Cool. And can the service give optimization advice? In theory AI is capable of that if you add rules for it

Haha, love the idea! 😄 A raccoon that tidies up your database sounds adorable and super useful. Catching missing indexes and slow queries while connecting to Supabase? Definitely a time-saver for developers!

Neat idea! For once a hackathon produces something actually solving a real life problem!

finding missing indexes manually is such a headache. actually useful tool for anyone running supabase in prod. nice hackathon build