WWriting Practice

What if every entity were one small server?

A direct explanation of Durable Object identity, execution, storage, alarms, suitable tasks, consistency boundaries, and the new celld implementation.

From mechanism to evidence.

The film opens up identity, activation, event gates, private SQLite, alarms, and failure semantics; derives a workload-fit test; then tests the model with a persistent writing coach and an identity, paid-usage, and audit subsystem built from Durable Objects.

The point that matters: with celld, this model now runs outside Cloudflare — Worker code and per-object SQLite on nodes and a bucket you own, writes durable before any response, and orders of magnitude cheaper at scale by celld's own benchmarks.

7 minutes 28 seconds · 1080p · AI-generated English narration using ElevenLabs · Durable Objects — Kenton Varda & the Cloudflare Workers team · celld — Ryan Dahl & Deno Land, Apache-2.0 · github.com/denoland/celld

  1. The Durable Object promise
  2. The object boundary
  3. What a Durable Object is
  4. A callable reference
  5. Activation and hibernation
  6. Single-threaded execution and gates
  7. Private SQLite
  8. Durable alarms
  9. The workload-fit test
  10. Choose the consistency boundary
  11. A persistent writing coach
  12. One project, one object
  13. A failure-safe agent job
  14. GitHub identity as routing
  15. Billing inside one account object
  16. The cross-object saga
  17. How celld operates
  18. The reusable design question