https://github.com/assertnotnull/stripe-for-saas
https://github.com/assertnotnull/stripe-for-saas
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/assertnotnull/stripe-for-saas
- Owner: assertnotnull
- Created: 2024-06-11T15:31:10.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T15:54:26.000Z (about 2 years ago)
- Last Synced: 2025-03-15T00:15:02.562Z (over 1 year ago)
- Language: TypeScript
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stripe for SaaS Full Course
This repo contains the source code for the full [Stripe for SaaS](https://fireship.io/courses/stripe-saas) course on Fireship.io
## basic-app
A simple Hono Node.js app that demonstrates the core fundamentals of a Stripe integration.
## next-app
A Next.js app that demonstrates integrates user authentication and database. It demonstrates how to build **subscription-based metered-billing** SaaS product with Stripe.