Platform

Manage Compute usage


What you are charged for

Each project on the Supabase platform includes a dedicated Postgres instance running on its own server. You are charged for the Compute resources of that server, independent of your database usage.

Paused projects do not count towards Compute usage.

How charges are calculated

Compute is charged by the hour, meaning you are charged for the exact number of hours that a project is running and, therefore, incurring Compute usage. If a project runs for part of an hour, you are still charged for the full hour.

Example

Your billing cycle runs from January 1 to January 31. On January 10 at 4:30 PM, you switch your project from the Micro Compute size to the Small Compute size. At the end of the billing cycle you are billed for 233 hours of Micro Compute size and 511 hours of Small Compute size.

Time WindowCompute SizeHours BilledDescription
January 1, 00:00 AM - January 10, 4:00 PMMicro232
January 10, 04:00 PM - January 10, 4:30 PMMicro1full hour is billed
January 10, 04:30 PM - January 10, 5:00 PMSmall1full hour is billed
January 10, 05:00 PM - January 31, 23:59 PMSmall511

Usage on your invoice

Usage is shown as "Compute Hours" on your invoice.

Compute Credits

Paid plans include $10 in Compute Credits, which cover one project running on the Micro/Nano Compute size or portions of other Compute sizes. Compute Credits are applied to your Compute costs and are provided to an organization each month. They reset monthly and do not accumulate.

Pricing

Compute SizeHourly Price USDMonthly Price USD
Nano1$0$0
Micro$0.01344~$10
Small$0.0206~$15
Medium$0.0822~$60
Large$0.1517~$110
XL$0.2877~$210
2XL$0.562~$410
4XL$1.32~$960
8XL$2.562~$1,870
12XL$3.836~$2,800
16XL$5.12~$3,730

Billing examples

One project

The project runs on the same Compute size throughout the entire billing cycle.

Line ItemHoursCosts
Pro Plan-$25
Compute Hours Micro Project 1744$10
Subtotal$35
Compute Credits-$10
Total$25

Multiple projects

All projects run on the same Compute size throughout the entire billing cycle.

Line ItemHoursCosts
Pro Plan-$25
Compute Hours Micro Project 1744$10
Compute Hours Micro Project 2744$10
Compute Hours Micro Project 3744$10
Subtotal$55
Compute Credits-$10
Total$45

One project on different Compute sizes

The project's Compute size changes throughout the billing cycle.

Line ItemHoursCosts
Pro Plan-$25
Compute Hours Micro Project 1233$3
Compute Hours Small Project 1511$11
Subtotal$39
Compute Credits-$10
Total$29

View usage

You can view Compute usage on the organization's usage page. The page shows the usage of all projects by default. To view the usage for a specific project, select it from the dropdown. You can also select a different time period.

In the Compute Hours section, you can see how many hours of a specific Compute size your projects have used during the selected time period. Hover over a specific date for a daily breakdown.

Optimize usage

  • Start out on a smaller Compute size, create a report on the Dashboard to monitor your CPU and memory utilization, and upgrade the Compute size as needed
  • Load test your application in staging to understand your Compute requirements
  • Transfer projects to a Free Plan organization to reduce Compute usage
  • Delete unused projects

FAQ

Do Compute Credits apply to line items other than Compute?

No, Compute Credits apply only to Compute and do not cover other line items, including Read Replica Compute and Branching Compute.

Footnotes

  1. Compute resources on the Free Plan are subject to change.