Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoineross/Hikari
A complete & open source Nextjs.14, Stripe and Supabase SaaS Starter Template using App Router
https://github.com/antoineross/Hikari
nextjs stripe supabase template
Last synced: 9 days ago
JSON representation
A complete & open source Nextjs.14, Stripe and Supabase SaaS Starter Template using App Router
- Host: GitHub
- URL: https://github.com/antoineross/Hikari
- Owner: antoineross
- License: mit
- Created: 2024-07-23T08:12:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T14:53:10.000Z (about 2 months ago)
- Last Synced: 2024-10-12T02:22:23.018Z (26 days ago)
- Topics: nextjs, stripe, supabase, template
- Language: TypeScript
- Homepage: https://hikari.antoineross.com
- Size: 9.26 MB
- Stars: 172
- Watchers: 4
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shadcn-ui - Hikari - A complete & open source Nextjs.14, Stripe and Supabase SaaS Starter Template using App Router. (Saas)
- awesome-shadcn-ui - Hikari - A complete & open source Nextjs.14, Stripe and Supabase SaaS Starter Template using App Router. (Saas)
README
# π Complete Next.js Subscription Starter Template
The all-in-one starter kit for building high-performance SaaS applications using Next.js, TailwindCSS, and Supabase.
> **Warning**: This app is a work in progress. I'm building this in public. Follow the progress on Twitter [@antoineross\_\_](https://twitter.com/antoineross__). Check out the features below.
## π Features
- π **Complete Auth Package**: Secure user management and authentication with [Supabase](https://supabase.io/docs/guides/auth)
- π οΈ **Data Management**: Powerful data access & management tooling on top of PostgreSQL with [Supabase](https://supabase.io/docs/guides/database)
- π³ **Stripe Integration**: Seamless integration with [Stripe Checkout](https://stripe.com/docs/payments/checkout) and the [Stripe customer portal](https://stripe.com/docs/billing/subscriptions/customer-portal)
- π **Pricing & Subscriptions**: Automatic syncing of pricing plans and subscription statuses via [Stripe webhooks](https://stripe.com/docs/webhooks)
- π **TailwindCSS & Tailwind UI**: Customized and flexible UI components with Tailwind UI
- βοΈ **React 18**: Enjoy the latest features and improvements with React 18
- π **TypeScript**: Strongly typed programming for better development experience
- π¨ **Shadcn/ui**: Beautiful and customizable UI components
- π **Zod Validation**: Schema validation to keep your data safe and sound
- π§ͺ **Testing Tools**: Integrated unit and e2e testing with Jest, React Testing Library, and Playwright
- π§βπ» **Developer Experience**: ESLint, Prettier, Husky, and Commitlint for maintaining code quality and consistency
- π **Supabase storage** - Included are setting up policies, and handling image compression in the browser.
- βΌ¬ **tRPC** - Included a guide on how to add a very lean trpc router for your api. You just need to add 3 folders, and 1 file.
- βοΈ **Local Development**: Develop locally with Supabase, Docker, and a set of custom commands
- π **Documentation & Blog**: Utilize MDX compiler from the open-source project Fumadocs for documentation and blog content.## π¬ Demo
[Live Demo](https://hikari.antoineross.com/)
**Hero Section:** ![Screenshot of demo](./public/hikari-landingpage.png)
**Dashboard View:** ![Screenshot of dashboard](./public/hikari-dashboard.png)
**Pricing Table:** ![Screenshot of pricing](./public/hikari-pricing.png)
**Documentation:** ![Screenshot of documentation](./public/hikari-documentation.png)
**Blog:** ![Screenshot of blog](./public/hikari-blog.png)
## π Quick Start Guide
Get up and running quickly by following the [Quick Start Guide](https://hikari.antoineross.com/docs/quick-start).
## π Going Live
### **1. Archive Testing Products**
Before going live, archive all test mode Stripe products. Switch Stripe from test mode to production mode and update your environment variables.
### **2. Redeploy**
After updating environment variables, redeploy your application through Vercel.
## π Additional Features
- π **Analytics Ready**: Easy integration with analytics tools like Google Analytics
- π **I18n Support**: Built-in internationalization with Paraglide
- π₯ **Lighthouse Performance**: Achieve a perfect score with optimized performance, accessibility, and SEO## π€ Contribution
To contribute:
1. Fork the repository.
2. Create a new branch.
3. Make your changes and commit them.
4. Push to the forked repository.
5. Create a pull request.## β€οΈ Support
If you like the project, consider leaving a star. π
[![Star History Chart](https://api.star-history.com/svg?repos=antoineross/Hikari&type=Date)](https://star-history.com/#antoineross/Hikari&Date)Made by [Antoine Ross](https://antoineross.com).