4
2 Comments

How do you add user subscription?

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.

on March 7, 2020
  1. 1

    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!

    1. 1

      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

  2. 1

    This comment was deleted 6 years ago

  3. 2

    This comment was deleted 4 years ago