Guides
Build guides
Step-by-step walkthroughs for shipping real features with @buildbase/sdk.
3 posts
Build guide
Charge per API call in Next.js, with overages billed to Stripe
Meter every call, enforce the quota in the same request, and bill what goes over. The whole loop in one route handler.
2 min read
Build guide
Enforcing quotas in React without scattering if-statements
Gate features on remaining quota with conditional components, and warn before the wall rather than at it.
2 min read
Build guide
Add multi-tenant workspaces in an afternoon
Workspaces, membership and roles without designing a tenancy model from scratch or bolting one on later.
3 min read