/moose-next-framework-v3-supabase

Moose Next Framework w/ Supabase Auth and CRUD, Shadcn, Tailwind, Zustand

Primary LanguageTypeScript

moose-next-framework-v3-supabase-zustand

The v3.0 of the New Moose Next Framework w/ Tailwind, Shadcn, Zustand & Supabase

Coverd in v3

  • Supabase CRUD
  • Supabase Tables and relationships
  • Public Homepage and Post Single pages (SSG and ISR)
  • Zustand State Management
  • Page, Row Etc. components
  • Mobile Responsiveness & Mobile menus
  • New Navbar and Menus
  • Advanced User Management (member, admin, superadmin)
  • Super User Portal (http:/application/superadmin)

Coverd in v2

  • Connecting to Supabase
  • Email/Password based login/logout/registration
  • Route Guarding (w/ Middleware)
  • Signup Confirmation Email Template
  • Backend Error Message Display
  • Display Current User Info on Navbar
  • Blog based CRUD (basic Json Server)
  • Zustand w/ Json Server
  • More Shadcn components

Covered in v1

  • Dashboard
  • Posts Admin page
  • Post Edit page w/ form and zod validation
  • Login/Register page w/ form and zod validation
  • Dark mode implemented

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!