Example stripe implementation in real project

Hello coders, I'm going through my first Stripe phase, and I really need help. I need an example project which includes: - free, and 2 paid subscriptions - correctly saves, checks for user's tiers and updates on every change to subscription using webhooks - uses javascript, stripe sdk Does anybody know any project I can take a look at which meets these criterias
2 Replies
lukas
lukas4mo ago
stripe has a couple prebuilt samples: https://github.com/stripe-samples here for subscriptions: https://github.com/stripe-samples/subscription-use-cases if you want a larger project, you can take a look at coolify: https://github.com/coollabsio/coolify mind you that this is a very large project (since it tries to replace vercel and more), so i would recommend to stick with the stripe samples
Andrey Markin
Andrey Markin4mo ago
GitHub
GitHub - t3dotgg/stripe-recommendations: How to implement Stripe wi...
How to implement Stripe without going mad. Contribute to t3dotgg/stripe-recommendations development by creating an account on GitHub.

Did you find this page helpful?