Skip to content

Billing & Plans

Butterbase offers three plan tiers with monthly usage allowances.

FreeProEnterprise
Price$0/mo$25/moCustom
AI credits$0.10 (lifetime)$10/mo (then $0.10/credit)Unlimited
MAU50,000100,000 (then $0.00325/MAU)Unlimited
Database size500 MB8 GB (then $0.125/GB)Unlimited
Bandwidth5 GB250 GB (then $0.09/GB)Unlimited
File storage1 GB100 GB (then $0.021/GB)Unlimited
Function invocations50,000/mo500,000/moUnlimited
Custom domainYesYes
Priority supportYesYes
SOC2Yes
SSOYes
HIPAAPaid add-on
SLAYes

Free projects are paused after 1 week of inactivity.

MeterWhat it measures
ai_creditsAI model usage cost (platform key only — BYOK not counted)
storage_bytesTotal file storage across all apps
lambda_invocationsTotal function executions
bandwidth_bytesData transferred out

View current usage, plan limits, and usage percentages through the dashboard or API:

GET /dashboard/billing

View daily usage over a date range:

GET /dashboard/usage?startDate=2026-01-01&endDate=2026-01-31&meterType=ai_tokens
POST /dashboard/billing/checkout
{ "planId": "pro" }

Returns a URL to complete payment. Limits are updated immediately after payment.

POST /dashboard/billing/portal

Returns a URL to the self-service billing portal (update payment methods, view invoices, cancel).

Free plan: Your account is soft-locked. Read operations still work, but write operations are blocked until usage drops or you upgrade.

Pro plan: Usage beyond limits is not blocked — overage charges apply at the rates shown above. You’ll receive an email notification. If payment fails, a 7-day grace period begins. After that, the account is suspended.

StatusMeaning
activeNormal operation
soft_lockedFree plan limits exceeded
suspendedPayment failure past grace period

Want to sell subscriptions or products to your own end users? See the Monetization guide.