Question

Which free tier limit will we hit first on Supabase?

Solved · 6 views · asked by amara_v · edited

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 · edited

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