supabase-cost-tuning

Installation
SKILL.md

Supabase Cost Tuning

Overview

Reduce Supabase spend by auditing usage against plan limits, eliminating database and storage waste, and right-sizing compute resources. The three biggest levers: database optimization (vacuum, index cleanup, archival), storage lifecycle management (compress before upload, orphan cleanup), and connection pooling to reduce compute add-on requirements.

Prerequisites

  • Supabase project with Dashboard access (Settings > Billing)
  • @supabase/supabase-js installed: npm install @supabase/supabase-js
  • Service role key for admin operations (storage audit, cleanup scripts)
  • SQL editor access (Dashboard > SQL Editor or psql connection)

Pricing Reference

Resource Free Tier Pro ($25/mo) Team ($599/mo)
Database 500 MB 8 GB included, $0.125/GB extra 8 GB included
Storage 1 GB 100 GB included, $0.021/GB extra 100 GB included
Related skills
Installs
30
GitHub Stars
2.2K
First Seen
Jan 24, 2026