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!