Demo, all content is generated
Question

Supabase invoice is $35 but I'm on the $25 plan with spend cap ON

Solved · 761 views · asked by noor_builds · edited

I upgraded to Supabase Pro for my Lovable app. Spend cap is on, so I expected $25 flat. Invoice says $35.xx. The line item is "Compute Hours".

My usage is tiny (under 1GB database). Where does the $10 come from?

What I’ve tried

Checked the usage page, all bars are way below the limits. Spend cap toggle is definitely on.

Comment
How many projects are in that organization? Including old test ones? hannah_reyes · edited

2 answers

Marked as helpful by the asker
hannah_reyes · edited

Almost certainly a second project. On paid plans every project runs its own compute instance, billed per hour. Pro includes $10 of compute credits, which covers one project on the smallest (Micro) size. A second project, even an empty test one Lovable created, adds roughly another $10 a month.

The spend cap only limits usage overages (egress, storage, MAU...). Compute, and add-ons like PITR, custom domain or IPv4, are always billed.

Check Organization > Projects. Delete (or move to a free org) anything you don't need. Paused projects don't accrue compute.

Comment
There's a "remix" project from when I duplicated the app in Lovable. Deleted it. thanks! noor_builds · edited
Common one. Keeping test projects in a separate free org is a nice habit. mira_dev · edited
mira_dev · edited

Also check whether branching is enabled. Every preview branch runs its own compute and is billed per hour while it exists.

Comment
no branching, but good to know noor_builds · edited