salmandotweb / nextjs-supabase-boilerplate

A nextjs supabase fullstack boilerplate

Home Page:https://www.mossoai.com/boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fullstack SAAS Next.js Supabase Stripe Tailwindcss Boilerplate

I have created this boilerplate using next.js, supabase for authentication, and stripe for payments.

Screenshot 2023-10-02 at 10 18 27 PM

What's included

  • Authentication
  • Row-level security
  • Card payments
  • Landing page
  • Protected routes

🛠️ Tech Stack

Cloning the repository

git clone https://github.com/salmandotweb/nextjs-supabase-boilerplate.git

Install packages

npm i

Setup .env file

NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
SUPABASE_SERVICE_ROLE_KEY=

NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=

Add SQL Tables

Use database.sql file

Start the app

npm run dev

Available commands

Running commands with npm npm run [command]

command description
dev Starts a development instance of the app

Salmandotweb

➤ License

Distributed under the MIT License. See LICENSE for more information.

About

A nextjs supabase fullstack boilerplate

https://www.mossoai.com/boilerplate

License:MIT License


Languages

Language:TypeScript 86.5%Language:PLpgSQL 9.2%Language:JavaScript 2.5%Language:CSS 1.8%