Skip to content

Commit cc778ce

Browse files
chore(pricing-www): adjust storage prices (supabase#46276)
We bill $0.00002919 per GB/hour, which is a monthly price of $0.0217 for a 744-hour month and $0.00213 for a 730-hour month. Since that's a difference of ~1.5%, the billing team felt this is worthy to change 🙌🏻 <img width="351" height="867" alt="Screenshot 2026-05-22 at 16 22 56" src="https://github.com/user-attachments/assets/46b8da91-02f8-46b0-b8be-dc9c060bf4eb" /> <img width="1349" height="168" alt="Screenshot 2026-05-22 at 16 23 01" src="https://github.com/user-attachments/assets/9ec2d44f-2583-4b53-8431-a5ea1c226e7c" /> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Pricing Updates** * Updated file storage overage rates for Pro and Team plans to $0.0213 per GB. <!-- review_stack_entry_start --> [![Review Change Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/supabase/supabase/pull/46276?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) <!-- review_stack_entry_end --> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 5daf672 commit cc778ce

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/shared-data/plans.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const plans: PricingInformation[] = [
5858
['8 GB disk size per project', 'then $0.125 per GB'],
5959
['250 GB egress', 'then $0.09 per GB'],
6060
['250 GB cached egress', 'then $0.03 per GB'],
61-
['100 GB file storage', 'then $0.021 per GB'],
61+
['100 GB file storage', 'then $0.0213 per GB'],
6262
'Email support',
6363
'Daily backups stored for 7 days',
6464
'7-day log retention',

packages/shared-data/pricing.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,8 @@ export const pricing: Pricing = {
401401
title: 'Storage',
402402
plans: {
403403
free: '1 GB included',
404-
pro: ['100 GB included', 'then $0.021 per GB'],
405-
team: ['100 GB included', 'then $0.021 per GB'],
404+
pro: ['100 GB included', 'then $0.0213 per GB'],
405+
team: ['100 GB included', 'then $0.0213 per GB'],
406406
enterprise: 'Custom',
407407
},
408408
usage_based: true,

0 commit comments

Comments
 (0)