How to setup the logic for a full access free trial using Bubble and Stripe
Show your customers the best features of your app, for a time limited time.
There are many opportunities for visitors to your site to NOT become paying customers. You have a very short window to show them the value your product is offering, so it’s important to make the most of it.
To date my service at RosterBuddy.app assigns all new users to the free tier plan, which has some intentional limitations on the functionality available. It then is up to me to persuade them over time that an upgrade to the paid plan would be worth their while, but I’d like to flip this logic on its head.
I intend to instead default new signups to the fully functional ‘Team’ plan, with no limits in place, then over the course of a month they can experience the benefits of this, and then either start paying, or downgrade to the free tier.
I’ll document how to do this below:
The Logic
Here is the short version of the logic I want to set up for Free Trials:
person signs up : user account is created, plan is the free one
onboarding wizard: explain 1 month free trial, button to continue
strip…