Mallumeet is a free online chat platform inspired by Omegle, allowing you to instantly chat and video call with strangers from around the world — securely and without any signup.
It’s built using Next.js 15 with real-time communication powered by Socket.IO.
🚀 Live Demo: https://mallumeet.netlify.app
- 🔗 Instant Connections – Start chatting immediately without registration
- 🎥 Video & Audio Chat – Real-time streaming with strangers
- 💬 Text Chat – Send messages while on a video call
- 🌐 Cross-Platform – Works on mobile, tablet, and desktop
- 🔒 Privacy Focused – No personal information required
- ⚡ Fast & Lightweight – Built with Next.js for optimal performance
- Frontend: Next.js 15 + TypeScript
- Styling: Tailwind CSS
- Real-Time Communication: Socket.IO
- Deployment: Netlify
- Fonts: Google Fonts (Inter)
- Analytics: Google Analytics
Clone the repository and install dependencies:
git clone https://github.com/your-username/mallumeet.git
cd mallumeet
npm install
# or
yarn install