Login

Lost your password?
Don't have an account? Sign Up

Coding an Annual SaaS Subscription

I add an annual subscription to Saffron which is a SaaS product I'm working on and share how I coded it.

Links from video:

—-
Follow me online:
#benawad

—-
Music in video:

"I Don't Need U 2 Say Anything (Free Download) [Hip Hop/LoFi Beat]" by Le Gang
Link:

https://www.saas.place

36 comments

  1. PULG A

    I just tried your android app and give 5 stars.I’m suprised that web scraping part didnt fail in foreign language(Serbian).It scraps ingriedients and steps perfectly.Maybe someday you will show as that part of code.Great video.

  2. Riley Shea

    I wish I had a Mom that could make me Figma sketches. Mine just just yells at me and tells me webshits aren’t real developers. Asks why I couldn’t be a C++ dev like my brother.

  3. Lucifero Von Nachtosphere

    Out of curiosity, how is the tech stack for this app? I assume there you are using React JS/Native and JWT/GraphQL for authentication? Thank you in advance!

    I’ve started developing a little SaaS product in Laravel/React but I’d like to branch out soon to a native app too, so that’s why I’m wondering.

  4. Brad Hall

    Something to think about for 11 months from now are the requirements of running an annual recurring subscription vs. a monthly recurring. Monthly recurring requires no notification prior to charging and annual subscriptions do require advance notification to be able to charge. Also unless I missunderstood, typically you have to offer a discount or incentive for someone to subscribe for a year in advance. Added features or 10 to 15% discount would be a good start.

    1. Ben Awad

      > Monthly recurring requires no notification prior to charging and annual subscriptions do require advance notification to be able to charge
      Does it? I have a yearly LastPass subscription on auto renew and it does not reconfirm each year

      > Also unless I missunderstood, typically you have to offer a discount or incentive for someone to subscribe for a year in advance.
      Yep I’m giving a ~17% discount

    2. Brad Hall

      @Ben Awad looking at my notes from a FTC /billing disclosure workshop I attended. if the recurring charge is anything beyond monthly (B2C) it requires notification 30-45 days advanced notification. I will look to see if I have any sources cited

  5. Sarthak Joshi

    Hi Ben! Just curious, how do you prevent free accounts from paid features? What logics did you apply in your app? Is it a good idea to track every user actions and add a middleware to check if that action has an access to paid feature…? I’m currently building saas app with React on frontend, but trying to fix this problem. Thanks bro!

Leave a Comment

Your email address will not be published.

*
*