Deno has introduced Celld, an open-source project enabling the self-hosting of distributed Durable Objects. This tool allows teams to deploy stateful, consistent compute primitives outside of the Deno Deploy cloud, offering greater control over data residency and infrastructure. It effectively brings the Durable Objects model to on-premise or private cloud environments.
- Enables self-hosting of Durable Objects for better data sovereignty.
- Decouples stateful compute from Deno's managed cloud services.
- Supports distributed consistency patterns without external dependencies.
- Open-source implementation available on GitHub for community adoption.