
storage
No description available.
The Lens
This is Supabase's file storage service built on top of S3. Picture a managed file system with built-in auth rules, image transformations, and resumable uploads. You set policies in SQL (same as your database RLS), and files respect the same auth you already configured.
Apache 2.0. The storage API supports presigned URLs, on-the-fly image resizing, and resumable uploads for large files using the TUS protocol.
Supabase's free tier gives you 1GB of storage and 2GB bandwidth. Pro at $25/mo bumps that to 100GB storage and 250GB bandwidth, with overage at $0.021/GB stored and $0.09/GB transferred. Image transformations cost extra at $5 per 100 origin images. Self-hosting is possible. The storage server is open source and runs against any S3-compatible backend (MinIO, R2, actual AWS S3). Self-hosted means unlimited storage, no bandwidth fees, but you manage the infra.
The catch: this is tightly coupled to the Supabase ecosystem. If you're not already on Supabase, there's no reason to use this over direct S3, Cloudflare R2, or similar. And the 1GB free tier is small; one app with user-uploaded images blows through that fast.
Free vs Self-Hosted vs Paid
free self hosted paid cloud### Free (Supabase Cloud) - 1GB storage - 2GB bandwidth/month - Basic file operations - Image transformations (limited)
### Pro: $25/mo (covers entire Supabase project) - 100GB storage - 250GB bandwidth/month - Image transformations: $5 per 100 origin images - Overage: $0.021/GB stored, $0.09/GB transferred
### Team: $599/mo - Same storage model, higher base limits - Priority support, SOC2 compliance
### Self-Hosted: Free - Unlimited storage (you pay for S3-compatible backend) - No bandwidth fees from Supabase - Pair with MinIO for fully free self-hosted storage - You manage backups, scaling, and CDN
### The Math 10GB stored + 50GB bandwidth on Pro = $25/mo base (well within limits). At 500GB stored + 1TB bandwidth: ~$25 base + $8.40 storage overage + $67.50 bandwidth overage = ~$101/mo. Compare to raw AWS S3: ~$11.50 storage + $90 bandwidth = $101.50. Similar cost, but Supabase adds auth integration and image transforms.
Free tier is tight at 1GB. Pro at $25/mo covers most apps. Self-host with MinIO for unlimited free storage.
Similar Tools
About
- Owner
- supabase (Organization)
- Stars
- 1,247
- Forks
- 280
Explore Further
More tools in the directory
Get tools like this delivered weekly
The Open Source Drop — the best new open source tools, analyzed. Free.


