Billing & plans
Your BuildWithHQ subscription, trial status, and payment state.
Subscription
- Plan
- Growth (monthly)
- Seats included
- 10 builder users
- SaaS products
- Up to 5
- Renews
- Aug 6, 2026
- Dunning
- None
Comped partner accounts (reseller program) show Partner-Comp here instead: $0, no renewal date, and no Standard-product allowance — their products are template workspaces, which don’t consume plan capacity.
Payment method
No card on file
Add a payment method before your trial ends to avoid read-only mode.
Your subscription in one view: plan or trial state, next renewal, payment health, and what you’re paying for. If a payment fails, service continues through a grace period while you fix it — and this page shows exactly how long that is. Reseller partners on the comped plan see the same page with a $0 Partner-Comp subscription that never expires.
Behind this page/billing · CanManageBilling
Retrieve
sp_Builder_GetBillingHistory returns the billing profile, current subscription, and recent invoices/payments in one call.Save
Read-only page. Plan changes route to Manage plan; cancel →sp_Builder_RequestSubscriptionCancellation.Success
- Trial/dunning state matches access state.
- Payment-method presence drives the CTA.
- Amounts are integer cents + currency.
- Partner-Comp:
ExternalProcessor='Manual',TrialEndsUtcNULL (never expires),IncludedSaaSCount0 — Standard products blocked (51220/51221), workspaces unaffected.
CLI handoff
Implement this scaffold from the structured contract, then remove hard-coded preview rows. The source of truth is CLI Handoff and admin-cli-manifest.json.
Server-inject identity and scope values; never trust browser-supplied account, app, tenant, user, entitlement, price, or permission identifiers. Preserve the loading, empty, forbidden, failed, retrying, and completed states shown by the preview.