tiny

Connection:Connected
User:anon-1760023171262-hldtpxbc0
Realtime Collaborative Todo List with User-based ShardingGitHub
What is this? This is a simple example of a TinyBase + Cloudflare Durable Objects application. Each user gets their own private todo list with real-time sync.
Architecture: User-based sharding enabled! Each user gets 128MB storage (~100K todos per user) with rate limiting protection
💡 Try different users: Add ?userId=alice or ?userId=bob to the URL to test user isolation. Each user gets their own private todo list with real-time sync!

Todo List Demo

Raw Store Data

Storage: 35 bytes / 128MB DO limit
{
  "tables": {
    "todos": {}
  },
  "values": {}
}