1
3 Comments

User subscription management - how?

Hello guys, when you build a new SaaS what are you using for managing your user subscriptions?

  • Is this user a paid user or not?
  • Quotas
  • Subscription is active or not?
  • Current plan
posted to Icon for group Software as a Service
Software as a Service
on August 6, 2020
  1. 1

    Are you a programmer? If not, then you'll probably need a paid product to help handle it.

    What I usually do, is add a column to the user table for whether or not they have premium access. If there are many different products or membership levels, then I'll create a separate table for products and a join table for users <--> products. Quotas and subscription purchase history would also go in separate tables.

    1. 1

      Yes, I am. I was looking for a good open-source for that - and there are a few for each topic but nothing which gives all the options. (e.g. API gateway for rate-limiting & quotas)

      1. 1

        For something like this, it will likely be faster to write your own.

        The reason is that apps (and business models) vary in how they're structured. Even if you find something open source that does all those things, it will almost definitely do them differently than you want to. Then you're stuck trying to modify code you didn't right and may not understand.

Trending on Indie Hackers
I spent $0 on marketing and got 1,200 website visitors - Here's my exact playbook User Avatar 41 comments Why Early-Stage Founders Should Consider Skipping Prior Art Searches for Their Patent Applications User Avatar 22 comments I built eSIMKitStore — helping travelers stay online with instant QR-based eSIMs 🌍 User Avatar 20 comments Codenhack Beta — Full Access + Referral User Avatar 20 comments Veo 3.1 vs Sora 2: AI Video Generation in 2025 🎬🤖 User Avatar 18 comments Day 6 - Slow days as a solo founder User Avatar 13 comments