Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proposal: make Stripe optional #124

Closed
iuioiua opened this issue Apr 27, 2023 · 3 comments · Fixed by #302
Closed

proposal: make Stripe optional #124

iuioiua opened this issue Apr 27, 2023 · 3 comments · Fixed by #302

Comments

@iuioiua
Copy link
Contributor

iuioiua commented Apr 27, 2023

See:

@iuioiua
Copy link
Contributor Author

iuioiua commented May 1, 2023

I've played around with the implementation of this idea. It adds a layer of complexity to the codebase as a whole, especially around aspects that would be paywalled (i.e. premium features). I don't think this is worth pursuing for now, given that only a few people have expressed interest.

This can be revisited if there's enough demand for the modification.

@huai-jie
Copy link
Contributor

Oh, I am really wondering how to implement the premium features without online payment processing services like Stripe.

It is possible to make it like this? Separate the without Stripe version from the general branches that are with Stripe.

Database management with Deno KV, which provides zero config durable data storage. Prefer using Supabase for data storage? Check out this version of SaaSKit.

@evilmonkey19
Copy link

I like the idea, but I feel it is much more natural to embed it as some add-on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants