vercel / nextjs-subscription-payments

Clone, deploy, and fully customize a SaaS subscription application with Next.js.
https://subscription-payments.vercel.app/
MIT License
6.27k stars 1.28k forks source link

How to connect with existing Next.JS project? #107

Closed pooriaarab closed 2 years ago

pooriaarab commented 2 years ago

Hi,

I want to know how we can use this with an existing deployed project.

https://github.com/transitive-bullshit/nextjs-notion-starter-kit

Using that repo and want to setup my course using Notion. So, need to have payment gateway activated and membership/auth which seems this repo does well.

Any recommendations on how to do it is appreciated.

Also, how can we add gumroad as well instead of stripe?

thorwebdev commented 2 years ago

Using that repo and want to setup my course using Notion. So, need to have payment gateway activated and membership/auth which seems this repo does well.

Any recommendations on how to do it is appreciated.

You can just pull out the code that you need.

Also, how can we add gumroad as well instead of stripe?

Feel free to open a PR for it, or open an issue and see if someone is willing to add it.