A full stack Next.js template that can be used to build full stack apps. It includes integration with PostgreSQL.
- Typescript for secure typing
- Tailwind CSS for uniform styling
- ESLint (with import sort)
- Prettier for code formatting (The Vercel Style Guide configured with Tailwind CSS prettier plugin)
- NextUI for UI components
- Next-theme for dark mode management
- Auth.js for managing authentication (with credentials, 2FA and Google and GitHub providers)
- Commitzen for consistent commit messages (Conventional Commits)
- Support for PostgresSQL database (with Prisma)
- Nodemailer
- Autoprefixer for vendor suffixes
- Zod for validating and sanitizing data