Nest.js + Next.js TypeScript boilerplate for authentication and real-time chat
Boilerplate combining a Nest.js backend and Next.js frontend in TypeScript. Provides user authentication (email and social), JWT access and refresh tokens, account verification, password recovery, real-time chat via WebSockets, Redis caching, and database access through Prisma. Suited for web apps that need authentication, messaging, and user profiles.
0