Celld: Self-hosted, distributed Durable Objects
- Infrastructure
- Open Source
- Developer Tools
- Databases
Celld is a new Deno project that implements self-hosted Durable Objects. Each object, called a cell, has its own SQLite database, is addressed by name, and is replicated to S3-compatible object storage. The key architectural claim is that nodes coordinate through the bucket rather than through a separate consensus service. That makes the system feel much lighter to deploy than a typical distributed database stack, while still giving developers the familiar “stateful object with local storage” model that made Cloudflare Durable Objects popular.
Treat Celld as a new building block for stateful edge-style apps, not as a drop-in replacement for Cloudflare’s global platform. If you want Durable Object semantics on your own infra and can live with S3 as a hard dependency and control plane, this is worth tracking.
-
github.com
- Discuss on HN