⚡ A lightning-fast, responsive, and beautiful real-time chat application built with Next.js. Supports private messaging, group chats, dark mode, and more. Experience seamless conversations with instant updates and modern UI.
- ✅ Real-time messaging (WebSockets)
- ✍️ Typing indicators
- 📤 File/image upload support
- 🔒 Secure auth with JWT or NextAuth
- 🌓 Dark mode toggle
- 📱 Fully responsive
- 👥 Private and group chats
- ⚙️ Clean, scalable code structure
Contributions are welcome! To contribute:
- Fork the repo
- Create a new branch (
git checkout -b feature-name) - Commit your changes (
git commit -m "Add new feature") - Push to the branch (
git push origin feature-name) - Open a Pull Request
Please follow clean code practices and write descriptive commit messages.
This project is licensed under the MIT License.
- Next.js Documentation – Framework used for SSR and routing
- Socket.IO Docs – Real-time engine
- Tailwind CSS Docs – Utility-first CSS framework
- Shadcn UI – Component UI library
- Dribbble UI Inspiration – UI design reference
