Ask HN: 提问 HN:遭遇 Supabase 免费套餐升级到 25 美元套餐的陡峭价格跳跃。有其他中间档位的选择吗?
1 分•作者: cgozdemm•大约 2 小时前
我是一个独立开发者。我正在使用 Supabase 的免费套餐运行 sqlquest.app(一个自适应 SQL 导师),从一月份开始。流量很小,每天可能只有 10-20 个真实会话。但是,每次页面加载都会访问 5-6 个表,而且当你的应用程序正确进行状态同步时,出口流量会迅速增加。
我的出口流量超出了 5GB/月的免费上限约 15%。项目没有收到软警告或超额计费,而是直接硬性失败。每个 API 请求都返回 402 错误。登录中断。注册中断。所有面向用户的功能都停止工作。
有两种选择:
1. 等待计费周期重置,并希望“重置后短时间的延迟”不会持续数小时(确实持续了)。
2. 升级到 Pro 套餐,每月 25 美元,立即解除封锁。
当时我离一个付费学生的现场演示只有 20 分钟了,结果却遇到了这个问题。我支付了 25 美元。
25 美元的套餐提供 250GB 的出口流量——是我所需流量的 50 倍。对于已经超过免费套餐上限但不需要企业级容量的独立开发者来说,没有中间地带。
在 Hacker News 上的问题:
1. 还有人遇到过这种情况吗?你们是怎么处理的?
2. 有没有现有的解决方法(PostgREST + 自托管,或者有更好的定价梯度的其他提供商)?
3. 是否应该向 Supabase 建议推出一个 5-10 美元/月的“独立”套餐,介于免费套餐和 Pro 套餐之间?还是 25 美元的套餐对他们的单位经济效益具有战略意义?
我不是想抨击这个产品——我喜欢它的开发者体验,而且我不会切换。只是对价格跳跃感到沮丧。想知道社区的看法。
查看原文
Solo builder here. I'm running sqlquest.app — an adaptive SQL tutor — on Supabase's free tier since January. Traffic is tiny, maybe 10-20 real sessions a day. Every page load touches 5-6 tables though, and egress adds up quick when your app does state sync properly.<p>Went ~15% over the 5GB/month free egress cap. Instead of a soft warning or overage billing, the project hard-fails. Every API request returns 402. Login breaks. Signups break. Everything user-facing dies.<p>Two options:
1. Wait for the billing cycle to reset and hope the "short delay after reset" doesn't stretch into hours (it did)
2. Upgrade to Pro at $25/mo, instantly unblocked<p>I was 20 minutes from a live paid student demo when this hit. Paid the $25.<p>The $25 tier gives 250GB egress — 50× what I need. There's no middle ground for solo builders who've crossed the free cap but don't need enterprise headroom.<p>Questions for HN:<p>1. Has anyone else hit this? How'd you handle it?
2. Any existing workarounds (PostgREST + self-hosted, different provider with better pricing ladder)?
3. Is there a case to be made to Supabase for a $5-10/mo "solo" tier between Free and Pro? Or is the $25 tier strategically important for their unit economics?<p>Not trying to bash the product — I love the DX and I'm not switching. Just frustrated with the pricing jump. Curious if the community has opinions.