Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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).