Question

Which free tier limit will we hit first on Supabase?

Solved · 151 viewsasked by amara_v

Small nonprofit, 300 users, PDFs in storage.

What I’ve tried

Read the pricing page. Many numbers.

Comment

1 answer

Marked as helpful by the asker
jonas_k

For you: storage (1 GB) long before database (500 MB) or bandwidth. PDFs add up fast. Compress on upload, set a size limit in the bucket, and set the spend cap so 'hitting the limit' means 'uploads fail', not 'a bill arrives'.

Comment
Bucket limit set to 10 MB per file and the spend cap is on. amara_v