I am looking to create a SaaS application. It needs to let users register, login, subscribe to a plan by paying with stripe, cancel plan, upgrade plan....etc., it feels awfully like I'm reinventing the wheel.
Basically I am looking for something like https://github.com/RailsApps/rails-stripe-membership-saas but for Python.
I am using django and flask, but find that someone must have solved all these generic problems.
The closest thing I found was https://github.com/zhaque/django-saas-kit but it hasn't been active for quite some time.
Anyone have a suggestion? Basically I am looking for a boilerplate SaaS python application I can use for my own project which comes with the basic features like user authentication, subscription management.
5 comments
Ask HN: Boilerplate SaaS app for Python? | Heykuki News