Next.js starter for email and password authentication with Prisma and Postgres
This boilerplate provides a Next.js app with email-and-password authentication using NextAuth, Prisma ORM, and a Postgres database. It includes Shadcn UI components, Tailwind CSS styling, and theming support via a custom plugin. It's suited for server-rendered web apps or SaaS prototypes that need user accounts and a Postgres-backed data layer.
0