The full-stack starter template for modern web apps.
Pre-configured with NextAuth (Credentials & Google OAuth), Prisma ORM with PostgreSQL, React Context for themes and state, and responsive test pages.
Template Architecture
Production primitives assembled with zero boilerplate clutter.
Authentication
Complete NextAuth.js setup supporting Credentials (email/password with bcrypt) and Google OAuth one-click sign in.
Prisma ORM & PostgreSQL
Full-stack database client, schema for Users, Accounts, Sessions, and sample Item model with tested CRUD endpoints.
React Context & State
ThemeContext for dark/light/system modes with localStorage persistence, plus AppContext for shared cross-component state.
Built-in Demo Pages
Two dedicated testing environments: Dashboard for user session & live DB writes; Playground for Context & toasts.
Tailwind & UI Kit
Clean, human-crafted design system with classic monochrome hierarchy, responsive navigation, and reusable components.
Type Safety & Testing
Strict TypeScript types across API routes and client hooks, backed by a pre-configured Vitest test suite.
Two Interactive Test Pages
Test authentication, database records, context state, and toasts right out of the box.
Dashboard & Live Database CRUD
Inspect the active user session and perform live write/read operations against PostgreSQL using Prisma ORM.
Playground & Context State
Interact with shared React Context state, test light/dark theme switches, trigger toast notifications, and copy starter snippets.