What it is
A Twitch-inspired streaming and chat interface where the chat is populated by AI-generated personas instead of real viewers. You can drop in, watch a stream, and chat alongside (almost) real people.
It's deliberately absurd. The fun is in how convincing — or not — the AI chatters are.
How it works
Chat messages are generated by OpenAI from a cast of different AI personas, each with their own personality and posting rhythm. Messages arrive over WebSockets in real time alongside any actual users who join. SQLite stores chat history and session data.
Tech
- Nuxt — full-stack framework
- SQLite — persistence
- OpenAI — AI-generated chat personas
- WebSockets — real-time chat delivery
This exists purely because it seemed funny to build. No practical use case required. Source is private. Live (not anymore) at lixsl.cam.
