1
Create your Nozle account
Sign up at app.nozle.app and create your first workspace.2
3
Install the SDK
- Tab Title
- Tab Title
4
Initialize the client
Create a Nozle client instance with your secret key.- Tab Title
- Tab Title
nozle.ts
5
Track your first event
Send a billable event with metadata. Nozle automatically resolves the customer’s active subscription.- Tab Title
- Tab Title
tokens property can drive usage-based charges, while the event name (api_call) increments count-based meters.6
Check entitlements
Before executing an expensive operation, check whether the customer still has capacity on their plan.- Tab Title
- Tab Title
remaining, limit, and used fields so you can show usage progress in your UI.7
Add React billing components
Install the React SDK to get pre-built billing UI components.app/providers.tsx
8
Show a pricing table and checkout
Drop in aPricingTable to display plans. Its CTA invokes the merchant callback configured above.app/pricing/page.tsx
FeatureGate:What’s next
- React SDK, Node.js SDK, and Python SDK
- Billing Concepts — plans, metrics, and subscriptions
- Entitlements — advanced gating with margin-aware rules