Whispr is a minimal and clean real-time chat application that allows users to send and receive messages instantly. Built with modern web technologies, Whispr focuses on simplicity and a smooth user experience.
🚀 Live Demo: https://whispr-kh7r.onrender.com
- 💬 Real-time text messaging
- 👤 User-friendly and clean interface
- ⚡ Fast and responsive
- 📱 Mobile-friendly design
❗ Currently, Whispr supports only basic text-based chatting. Features like video calling, voice messages, or speech recognition are not available yet.
- Frontend: HTML, CSS, JavaScript, React
- Backend: Node.js, Express
- Real-Time Communication: Socket.IO
- Deployment: Render
```bash
git clone https://github.com/Avinashrkrk/Whispr.git
cd Whispr
```bash
npm run build
```bash
npm run start
```bash
cd ../frontend
npm run dev
Visit http://localhost:5000 in your browser to use the app locally.
```bash
Whispr/
├── frontend / # React frontend
│ └── ...
├── backend/ # Node.js + Express backend with Socket.IO
│ └── ...
└── README.md
-
🧠 Add speech-to-text using Whisper AI
-
📹 Integrate video calling with WebRTC
-
🔒 Improve user authentication
-
🌐 Add support for multiple chat rooms or channels