CasualCodersProjects / dreambg-web

https://dreambg.cc
0 stars 0 forks source link

Stripe Payments #13

Closed chand1012 closed 1 year ago

chand1012 commented 1 year ago

If a user wants to become a premium member, they can pay us via stripe first we need to implement a payment endpoint via stripe, then we should add a Modal that pops up prompting a user to join our membership program to support the site and get higher resolution (4k) images.

For now we should just have free users and some cheap payment option (something like $5/mo). We should also have a way to cancel their membership from the settings page (we're not going to be completely evil).

chand1012 commented 1 year ago

720p through 1080p (maybe 1440p?) images will be free (ad supported in the future, but free for now) and 4k will require a subscription.

chand1012 commented 1 year ago

See stripe docs here. Example provided are for NextJS.

KyleVasulka commented 1 year ago

Here is a link to the stripe docs of what we probably want to do. (Build a subscription integration)

chand1012 commented 1 year ago

Closed by #34