As a prospective IndieHacker, I'm very soon going to commit to setting up a milestone to building my 'note-taking tool for a lifetime' app! I want to keep it subscription-based from day one, and I'm curious what services do indiehackers use for it- it should accept credit cards and help me manage subscriptions. Jen @lunchbag (https://lunchmoney.app/pricing) is one such example.
If you are developing this yourself (with code) Stripe is best for this. There are lots of resources and libraries to help you integrate with whatever language/framework you use (JavaScript, PHP, Ruby etc).
If you are going the no code route you could also look into services such as https://www.memberspace.com/ which aim to let you add subscriptions into Wordpress/squarespace sites.
Any questions let me know!
You specifically want to look up “subscriptions” https://stripe.com/docs/billing/subscriptions/creating if you go the stripe route.
In my case I use Laravel (PHP) which has a nice little module called Cashier https://laravel.com/docs/6.x/billing
This comment was deleted 6 years ago
This comment was deleted 4 years ago