Payments without the plumbing
Subscriptions and one-time charges·Bill a person or a whole team·Meter usage with credits
Charge a user, grant credits, gate a feature — in a few lines
One model for users and teams·Spend a credit, ship the work·Live in your React UI
1// Returns a hosted Stripe Checkout URL — redirect the user.2const url = await user.createCheckoutUrl({3 productId: "prod_pro_monthly",4});5return Response.redirect(url);Everything you need to charge
Credits, seats, and feature gates·Bill the user or the team·Checkout and webhooks handled
01·Credits & entitlements
Sell anything by the unit — credits, seats, API calls
- Charge by the credit, the seat, the API call, the gigabyte — whatever your product sells
- Easily display the user's balance in your app
02·Bill users or teams
One way to charge — whether it's a person or a team
- Same model for individuals and teams — no separate codepath
- Per-seat add-ons that stack on top of a base plan
- Grant a plan from the server for trials, comps, and giveaways
03·Your product catalog
Plans, add-ons, and one-time purchases
- Recurring or one-time — both first-class
- Group plans so a customer can only be on one at a time
- Add-ons that only show up if the user owns the base plan
- Render your pricing page straight from the catalog
Ready to start charging?
Subscriptions, credits, and checkout — without rebuilding billing from scratch.
Get started for freeExplore other apps
View allEmail template configuration and management
Role-based access control and permissions
Pre-launch verification and readiness checks
Protect your project from fraud and abuse
Watch real user sessions to understand how people use your app
Visualize where users click across your app