1
2 Comments

How do you handle usage-based pricing for your app?

Hello everyone,
I'm building a small app with AI and want to have some usage-based pricing in my app. I'm thinking about a default token-based system with tiers, which grants a monthly limit of tokens.

How have you implemented something similar in your apps? Did you write it from scratch via Stripe API? Did you use any other tools?

on May 30, 2023
  1. 1

    I would imagine you could build some sort of counter that refreshes or keeps track of the calls and use a date function to check how many calls are remaining for the tier?

    1. 1

      For sure, I just thought that this a typica use case for most apps with AÍ. Maybe there is something ready made…