I built a website on Replit, and would now like to monetize it with subscription. I would like some advice on the best tools for that. Specifically, what I'm looking for is something that:
1. supports multiple tiers of offerings eg free users will get limited views, tier 1 users will get x features, tier 2 users will get x+y features and so forth 2. allows users to sign in (using email, gmail, etc) so that they can manage their subscription and so that they can access the premium features 3. take payments 4. a professional looking landing site like this https://uideck.com/templates/play-html/
I looked at multiple solutions:
1. Chargebee (but requires an official work email account that I don't yet have. it's also unclear if it offers a sign in feature) 2. Stripe subscription + customer portal (https://stripe.com/docs/api/subscriptions and https://stripe.com/docs/customer-management/get-started) 3. Squarespace and Wix (but saas apps don't seem to be their primary use case) 4. buy a bootstrap framework 5. Memberful
The ideal solution would have the following (in order of priority):
1. have all of the features above so that I would need to use only one tool and not multiple 2. easy to integrate / as little code as possible 3. Cheap if not free 4. gives me the flexibility to a/b test the monetization/subscription models eg being able to test when to surface the paywall, pricing, etc
Would anyone be able to advice? Thanks in advance.