Fear of implementing Subscription flow
reddit.com·2d·
Discuss: r/webdev
⏱️Async Programming
Preview
Report Post

Hi fellow devs

I have being Deving around past few years, mostly BE, mostly Py, little JS.

Recently, with the help of AI ( :D )i manage to get couple of ideas/products out there, mostly as a way to learn FE/UI/UX and some of the User flows etc

One of my biggest "fears" is to implement the following two

  • Feature flags
  • Subscription flow

The reason is due to my limited understanding and assumed complexity on the topics

How did you get around that, and did you find an easy easy way to do both/either ?

Can future flag help subscriptions ?

I want to use feature flags as well, to enable a subset of users to test new features, ( like beta testers etc ) but also to have a way to "test in production"

My general stack is

  • NextJS Routed
  • Supabase ( DB, Auth, Storage, Functions ...

Similar Posts

Loading similar posts...