Tech Stack
An overview of the modern and powerful technologies used in the Pro Next.js Prisma starter kit.
Backend
- Node.js 22
- NextJS 16
- Prisma - ORM for database management
- Better Auth - for authentication and user management
- Postgress - relational database
Fetching data
- React Query - for data fetching and state management
- oRPC - typesafe API layer
UI
- Shadcn
- Tailwind CSS
- React Email - for email templates
Content
- Fumadocs - for source documentation
- Plate JS - as Rich-text editor
i18n
- next-intl - for internationalization
Tools
- Typescript - type safety
- Zod - schema validation
- Biome - linting and formatting
Testing
- Vitest
- React testing library
- Playwright