A modern real-time messaging application built with Next.js, TypeScript, and Tailwind CSS.
- Real-time messaging
- User authentication
- File sharing
- Group chats
- Responsive design
- Next.js 13
- TypeScript
- Tailwind CSS
- Prisma
- MongoDB
- Pusher (real-time)
- Install dependencies:
npm install-
Set up environment variables in
.env -
Run the development server:
npm run devOpen http://localhost:3000 to view the app.
npm run dev- Start development servernpm run build- Build for productionnpm start- Start production server
MIT License