About this tile
A lightweight shared space for a group of people. Each room has a member list and a set of invite codes you can hand out to grow the room.
What you can do
- See who's in the room — every joined member is listed with their avatar and display name, sorted by join order.
- Generate invite URLs with one click; each invite produces a unique code that resolves through the manager's
/room-invitelanding page. - Share invites cross-device — when the host origin is known the URL is fully qualified (e.g.
https://poe.com/room-invite/<roomId>/<code>), so it works on any device. - Track invite provenance — each invite row shows who created it.
Built on Synced-Store
Members come from the $users system table and invites from a per-room invites table, so the room state stays consistent for every participant in real time.