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