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
ts
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
Billing/Credits
Noah · current balance
247
creditsActive1 credit · report.generate
Recent events0 events
Waiting for activity…
Generate report
Costs 1 credit per run
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
CreditsSeatsQuotasLive balance
Billing/Customer
Customer
Bill an individual or a team — same primitives.
User
Team
AL
Ada LovelaceIndividual
ada@lovelace.dev · Single seat
Pro · Monthly
Recurring · auto-renew
$29/mo
Total$29/mo
user
→same call02·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
User billingTeam billingPer-seatTrials & comps
Pricing
Pick a plan
Switch anytime · One plan per customer
Starter
$0free
For tinkering.
1 project
Community
Choose
Pro
$29/mo
For solo builders.
10 projects
Email support
Choose
Team
$99/mo
Seats & SSO.
Unlimited
5 seats
SSO
Choose
Pick a plan to unlock add-ons
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
PlansAdd-onsOne-timePricing pages
Ready to start charging?
Subscriptions, credits, and checkout — without rebuilding billing from scratch.
Get started for freeExplore other apps
View allEmails
Email template configuration and management
RBAC
Role-based access control and permissions
Fraud Protection
Sign-up rules, bot detection, domain & country filters
Session Replays
Reconstructed user sessions with privacy controls
Teams
Team collaboration and management
Data Vault
Secure storage for sensitive user data