Skip to content

ljaviertovar/nextjs-saas-starter

Repository files navigation

🏗️ Starter kit for build a SaaS

image

Front-end

  • Next js
  • Shadcn/ui
  • React Hook Form
  • Zod
  • React Email

Back-end

  • Auth.js
  • Prisma
  • Resend

Installig

pnpm run install

Running app

pnpm run dev
npx prisma studio

This project is explained in the following posts:

👤 Implementing Authentication in Next.js 14 with NextAuth.js, Shadcn/ui, react-hook-form, and Zod

👤 How to Send Email Verification in Next.js 14 With NextAuth.js, Resend, and React Email

👤 Enhancing Password Security and Recovery with Next.js 14 and NextAuth.js