supabase-cost-tuning

Solid

Optimize Supabase costs through plan selection, database tuning, storage cleanup, connection pooling, and Edge Function optimization. Use when analyzing Supabase billing, reducing costs, right-sizing compute, or implementing usage tracking and budget alerts. Trigger with phrases like "supabase cost", "supabase billing", "reduce supabase costs", "supabase pricing", "supabase expensive", "supabase budget".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 | | Bandwidth | 5 GB | 250 GB included, $0.09/GB extra | 250 GB included | | Edge Functions | 500K invocations | 2M invocations, $2/million extra | 2M invocations | | Realtime | 200 concurrent | 500 concurrent | 500 concurrent | | Auth MAU | 50,000 | 100,000 | 100,000 | **Compute add-ons** (Pro and above): | Instance | vCPUs | RAM | Price | |----------|-------|-----|-------| | Micro | 2 | 1 GB | Included with Pro | | Small | 2 | 2 GB | $25/mo | | Medium | 2 | 4 GB | $50/mo | | Large | 4 | 8 GB | $100/mo | | XL | 8 | 16 GB | $200/mo...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

supabase-performance-tuning

Optimize Supabase query performance with indexes, EXPLAIN ANALYZE, connection pooling, column selection, pagination, RPC functions, materialized views, and diagnostics. Use when queries are slow, connections are exhausted, response payloads are bloated, or when preparing a Supabase project for production-scale traffic. Trigger with phrases like "supabase performance", "supabase slow queries", "optimize supabase", "supabase index", "supabase connection pool", "supabase pagination", "supabase explain analyze".

2,266 Updated today
jeremylongshore
AI & Automation Solid

supabase-rate-limits

Manage Supabase rate limits and quotas across all plan tiers. Use when hitting 429 errors, configuring connection pooling, optimizing API throughput, or understanding tier-specific quotas for Auth, Storage, Realtime, and Edge Functions. Trigger: "supabase rate limit", "supabase 429", "supabase throttle", "supabase quota", "supabase connection pool", "supabase too many requests".

2,266 Updated today
jeremylongshore
AI & Automation Solid

supabase-load-scale

Scale Supabase projects for production load: read replicas, connection pooling tuning via Supavisor, compute size upgrades, CDN caching for Storage, Edge Function regional deployment, and database table partitioning. Use when preparing for traffic spikes, optimizing connection limits, setting up read replicas for analytics queries, or partitioning large tables. Trigger with phrases like "supabase scale", "supabase read replica", "supabase connection pooling", "supabase compute upgrade", "supabase CDN storage", "supabase edge function regions", "supabase partitioning", "supavisor", "supabase pool mode".

2,266 Updated today
jeremylongshore
AI & Automation Solid

supabase-observability

Set up monitoring and observability for Supabase projects using Dashboard reports, CLI inspect commands, pg_stat_statements, log drains, and alerting. Use when implementing monitoring, diagnosing slow queries, forwarding logs, or configuring alerts for Supabase project health. Trigger with phrases like "supabase monitoring", "supabase metrics", "supabase observability", "supabase logs", "supabase alerts", "supabase inspect", "supabase log drain".

2,266 Updated today
jeremylongshore
API & Backend Listed

supabase-expert

Supabase database optimization specialist

35 Updated today
Vinix24