About this tile
A multi-user chat app for the Poe app platform. Talk to friends, branch the conversation, and mention @bots to bring AI into the room.
What you can do
- Send messages in real time — every participant sees them as soon as they arrive.
- Mention bots with
@to start an AI response inline. Multiple bots can be in the same conversation. - Branch any message into a side thread without losing the main timeline.
- Search across your history to find old messages and threads.
Built on Synced-Store
Chat is a reference example of what the platform's synced-store primitive can do: every message is a row, every reaction is a row, and the platform handles the multi-user sync, offline-first writes, and conflict resolution.
Open source
Chat ships with its source bundle public, so you can fork it, remix it, and use it as the starting point for your own multi-user app.