Launch complex SaaS pricing in minutes, not months
Team billing - Multiple pricing models - Shopping cart - No webhooks
Empower your users with flexible pricing. Mix flat-rate, per-seat, usage-based, and one-time charges in a single plan. No limits. No complexity.
Predictable monthly or annual fees. Perfect for platform access.
Scale with team size. Charge for each user or license.
Metered charging for API calls, storage, compute, or any metric.
Setup fees, implementation packages, or one-off purchases.
Built-in. Battle-tested. Developer-first.
Sign up, plug in Stripe, model your pricing and entitlements, wire up checkout and the API, then ship.
Create your Salable account and organisation.
Define what you sell: products, plans, currencies, and entitlements.
Drop in carts and Stripe Checkout, then call one API to check entitlements for users and teams.
Turn on live mode and start charging real customers.
Know instantly whether a user's subscription grants access to any feature. No billing logic in your app — just one call and you're done.
View the docs →| 1 | try { |
| 2 | const response = await fetch( |
| 3 | 'https://salable.app/entitlements/check' + |
| 4 | '?granteeId={GRANTEE_ID}&owner={OWNER}', |
| 5 | { headers: { Authorization: 'Bearer YOUR_SECRET_KEY' } } |
| 6 | ); |
| 7 | |
| 8 | const { data } = await response.json(); |
| 9 | |
| 10 | if (data.entitlements.find((e) => e.value === '{ENTITLEMENT_VALUE}')) { |
| 11 | console.log('access granted'); |
| 12 | } else { |
| 13 | console.log('access denied: missing entitlement'); |
| 14 | } |
| 15 | } catch (e) { |
| 16 | console.log(e); |
| 17 | } |
Real developers. Real products. Real results.
"We needed per-seat + usage-based in one plan. Launch took 2 weeks vs 4 months with Stripe directly. Still had edge cases with Stripe."
"Shopping cart increased conversion by 34%. Customers bundle all 4 apps in one checkout instead of separate purchases."
"Entitlements API means zero feature-flag code. Just a little snippet. No managing tiers in our database."
Start free, scale as you grow. No hidden fees.
Perfect for side projects and early-stage products. Automatically upgrades when you grow.
For growing products with real revenue. Usage-based pricing that scales with you.
For large-scale operations with custom requirements and dedicated support.
Join 100+ developers launching SaaS products with Salable