Features
- Auto-generated strong passwords (e.g., "blue-otter-42-moon")
- Anyone with the password joins the same room
- Optional self-destruct timer (1 hour or 24 hours)
- Real-time messaging via Supabase Broadcast (no database)
- Refresh-safe message history (per device)
- Password never transmitted to any server
- Emoji reactions, typing indicators, presence
How it works
- Open freechatroom.app
- Click "Create Room" to get a password
- Share the password with anyone you want to chat with
- They join by entering the password — no signup for them either
Common use cases
- Quick team discussions without Slack channel setup
- Classroom backchannel for Q&A during lectures
- Event chat for attendees
- Anonymous discussions with throwaway rooms
- Confidential quick chats without persistent logs
How it compares
Slack and Discord are for ongoing team channels. Jitsi Meet has built-in chat in video calls. Freechatroom fills the throwaway-room gap — instant, password-protected, no signup, truly ephemeral. For ongoing team communication, use Slack/Discord.
Privacy
Messages are relayed through Supabase Realtime but never written to a database. The password is mixed into the channel derivation via SHA-256 so it never touches any server.