Simon Willison’s Weblog

Subscribe

Friday, 5th September 2025

After struggling for years trying to figure out why people think [Cloudflare] Durable Objects are complicated, I'm increasingly convinced that it's just that they sound complicated.

Feels like we can solve 90% of it by renaming DurableObject to StatefulWorker?

It's just a worker that has state. And because it has state, it also has to have a name, so that you can route to the specific worker that has the state you care about. There may be a sqlite database attached, there may be a container attached. Those are just part of the state.

Kenton Varda

# 4:43 pm / sqlite, cloudflare, kenton-varda

2025 » September

MTWTFSS
1234567
891011121314
15161718192021
22232425262728
2930