A minimalist, fast, lightweight and anonymous chat application.
- Minimalist interface - focus is on chat, not distracting extras
- Lightning fast messages - powered by websockets for real-time communication
- Anonymous profiles - no personal details required to chat
To run locally you will need an .env
file containing a variable BD_URI="mongodb connection uri"
- Clone repo
- npm install
- npm run dev
- Visit http://localhost:3000
Pull requests are welcome! I'd love help improving:
- Security and anonymity features
- Message persistence options
- Accessibility
- Additional themes
This project is open source under the MIT license.