Built with Node, Express, Socket.io & Vue. Front-end hosted on Vercel and API hosted on Render (required for persistent WebSocket connections).
Privacy note: Blabber itself stores nothing — no logs, no message history, no user data. However, the API is hosted on Render, a US-based provider that may log network traffic (IP addresses, connection metadata) at the infrastructure level. See the Privacy Policy for details.
- Real-time messaging
- Completely anonymous
- Attach and download files
- Video & audio embedding
- Image embedding
- Send invitation to current room
# Install dependencies
$ npm install
# Compiles and hot-reloads for development
$ npm run dev
# Compiles and minifies for production
$ npm run buildCode released under the MIT License.