About this tile
A shared todo list that syncs in real time across everyone in the room and across all your devices.
What you can do
- Add, edit, and check off items — every change shows up instantly for every participant.
- Reorder items by drag — positions use fractional-index sort keys so two people reordering at once don't fight each other.
- Search your list by item text to find what you wrote last week.
- Drive it from AI —
addTodo,updateTodo,deleteTodo, andgetTodosare exposed as MCP tool actions, so a bot can manage the checklist on your behalf.
Built on Synced-Store
Every todo is a row in the items table. The platform handles multi-user sync, offline writes, and conflict resolution, so the app code is just a thin UI over the synced store.
Open source
The source bundle is public — fork it as a starting point for any list-style multi-user app.