If you're looking for a way to increase user conversion, free trials are a great feature to get users to your "a-ha!" moment faster. 'Free Trials' are now available through Clerk Billing. This saves you from building trial logic, cancellation flows, and upgrade paths yourself.
If you already have Clerk Billing set up:
- Navigate to your Clerk Dashboard -> Configure -> Billing -> Subscription plans.
- Choose any paid plan your app offers.
- Flip the toggle for 'Free trial'.
That's it! Your <PricingTable />
component will automatically update your plans that have free trials enabled.
You can set the duration of the trial and cancel free trials at the user level at any point - all from the Clerk Dashboard.
We’ve set up free trials with best practices built in. Users who sign-up for a free trial are required to provide a credit card upfront, ensuring a smooth transition to a paid plan once the trial period ends.
Give it a try. It only takes a few clicks to start offering free trials in your application. See our demo
New to Clerk Billing? Here's our guide to get you started.
Top comments (0)