How to create monthly membership apps

Hello, I was wondering if anyone knows if weweb is meant to make monthly membership applications. I don’t see the functionalities to filter for only paid members. Thank you.

things like this happen in the backend! you most likely need to have a script that runs on certain intervals to check memberships, more like a clon job! this will in return update the backend. in short what im saying is weweb can do that .for the logic you will have to do it yourself though

To add on to what @wahome_mutahi was saying about using a backend, like Xano…which is what I use, you can setup APIs that a payment platform like Stripe can call into as a subscription is changed from activated…to paused…to cancelled, etc.

To get an idea of what subscription events Stripe can notify a backend via webhooks you can look at the following Stripe documentation page

Also, Xano (if you chose to use it) has a number of videos on their youtube channel that can help you move down this path.

Also, weweb has a plugin for Stripe. Here is a link to the documentation.