Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bharathvaj-ganesan/chargebee-saas-stack
A Chargebee focused T3 Stack that integrates User Subscriptions, Authentication and Testing. Driven by Prisma ORM. Deploys to Vercel
https://github.com/bharathvaj-ganesan/chargebee-saas-stack
chargebee nextauth nextjs planetscale prisma starter-template t3-stack tailwindcss trpc vercel
Last synced: 25 days ago
JSON representation
A Chargebee focused T3 Stack that integrates User Subscriptions, Authentication and Testing. Driven by Prisma ORM. Deploys to Vercel
- Host: GitHub
- URL: https://github.com/bharathvaj-ganesan/chargebee-saas-stack
- Owner: bharathvaj-ganesan
- License: mit
- Created: 2023-01-01T14:56:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T19:05:30.000Z (over 1 year ago)
- Last Synced: 2024-09-27T12:42:29.671Z (about 1 month ago)
- Topics: chargebee, nextauth, nextjs, planetscale, prisma, starter-template, t3-stack, tailwindcss, trpc, vercel
- Language: TypeScript
- Homepage: chargebee-saas-stack.vercel.app
- Size: 1.2 MB
- Stars: 17
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nextjs - NextJS Chargebee Subscription - A Chargebee focused T3 Stack that integrates User Subscriptions, Authentication and Testing. Driven by Prisma ORM. (Boilerplates)
- fucking-awesome-nextjs - NextJS Chargebee Subscription - A Chargebee focused T3 Stack that integrates User Subscriptions, Authentication and Testing. Driven by Prisma ORM. (Boilerplates)
README
# Chargebee Subscription Saas Starter
A Chargebee focused T3 Stack that integrates User Subscriptions, Authentication and Testing. Driven by Prisma ORM. Deploys to Vercel
## Features
- Full stack typesafety with t3-stack.
- Database ORM with Prisma.
- Automatic deployment to Vercel
- Styling with Tailwind.css + Tailwind Prettier-Plugin.
- Linting with ESLint.
- Code formatting with Prettier.
- Out of the box Authenticaton.## Demo
[https://chargebee-saas-stack.vercel.app/](https://chargebee-saas-stack.vercel.app/)
[![Screenshot of demo](./public/demo.png)](https://chargebee-saas-stack.vercel.app/)
## 📝 License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for more information.
## Credits
Inspired from [Vercel Subscription Template](https://github.com/vercel/nextjs-subscription-payments)