How it actually works under the hood
When you join, your browser opens a WebSocket connection to our server. That connection stays open for as long as you have the tab open and is what makes messages arrive instantly instead of needing the page to refresh. There is no polling, no waiting, no "tap to refresh" — the moment someone sends you a message, your screen updates.
Messages are stored on the server only long enough for delivery — they are written to an in-memory cache with a 24-hour expiry so that a brief disconnect or page reload doesn't lose them. After 24 hours they're automatically purged. No database is keeping a permanent log of your conversations.
Works on whatever you're on
The site is built as a single-page web app, which means it runs on essentially any modern browser. Phone, tablet, laptop, desktop. iOS, Android, Windows, macOS, Linux. No app store. No update prompt. No native binary you have to trust. The version you open today is the same version everyone else is opening, and improvements ship instantly.
For mobile, the layout collapses to three tabs: Browse, Inbox, and Chat. You always have one of those visible. Pinch-to-zoom works (we never disabled it the way many sites do), and tap targets are sized so you can use the platform one-handed on a bus.
What you do here that you can't do elsewhere
Online chat fills a slot that disappeared from the internet somewhere around 2015: text conversation with a stranger, with no commitment, no follow-up, no profile pressure. Social networks replaced it with public posting and DMs to people you already know. Dating apps replaced it with romantic intent. Group chats replaced it with friend groups. None of those are stranger-text-stranger in the original sense.
This platform is. Open it, see who is around, pick someone, talk. When you're done, close the tab. There is nothing to maintain.
Accessibility and small details
The whole UI is keyboard-navigable. Every interactive element has a visible focus ring; every form field has a proper label. The colour palette meets WCAG AA contrast in both light and dark themes. If you use `prefers-reduced-motion`, animations are turned off automatically.
Page load is fast because we don't ship a large JavaScript bundle, the code is split per route, and there's no autoplay video or heavy hero graphic to download. On a slow connection you'll still get into a chat in a few seconds.
Frequently asked questions
Do I need an app for online chat?
No. The platform is a website that runs in your browser. There's nothing to install on iOS, Android, or desktop.
Is online chat free?
Completely. There's no premium tier, no paid feature, no subscription. Some pages may display non-intrusive ads to keep the service running, but every feature is available to everyone.
Does the site work on mobile?
Yes. The layout collapses to mobile-friendly tabs (Browse, Inbox, Chat) and supports both portrait and landscape. Pinch-to-zoom is enabled.
Can I use it offline or save chats?
Chats are real-time only and aren't stored after they end. The platform is online-only by design.