/next-auth-lucia-drizzle-template

A Next.JS boilerplate with lucia auth and drizzle, also other packages like tailwind, shadcn, T3Env, arctic, zod, zsa following a clean architecture approach

Primary LanguageTypeScriptMIT LicenseMIT

Stack

  • NextJS - Frontend and Backend
  • TursoDB - Database
  • Drizzle - ORM
  • Lucia - Authentication and Authorization
  • TailwindCSS - Styling
  • ShadCN - UI Components
  • Vercel - Deployment

Getting Started

First, install the dependencies:

pnpm install

Then, run the development server:

pnpm dev

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