Welcome to Tier Docs
Get started with our guides, tutorials, references and examples to kickstart with Tier
await tier.subscribe(
"org:customer-id-from-your-db",
"plan:plan-id@version" // or it can be an array of feature-ids,
)
Quickstarts
Explore how to setup pricing with Tier and wire it up with your application in a few minutes
YOU'LL LEARN HOW TO
- Build pricing models and sync with Stripe.
- Integrate SDK, initiate subscription / checkout, check for entitlements, and report usage.
- Show pricing table and render customer billing portal.
Create pricing model
Use our model builder to create your pricing plan, with the right features & entitlements.
Initiate subscription
Enable users to select a plan and create a stripe checkout flow to make payment.
Check feature access
Hide or display features to your customer based on their current subscription plan.
Render pricing table
Create a pricing page for your marketing page and also to upsell other plans.
Report feature usage
Wire up your app to report a feature usage by an feature entitled customer.
Explore Tier
Subscription & billing
A range of resources to implement pricing page, subscriptions & billing.
Grandparenting
Utilities that automatically handle and manage customers on your older pricing plan.
Entitlements & access
Simple functions to check usage, restrict access to features and prompt upgrades.