Matt Silverlock 🐀
@elithrar
“who do we say the rules are for?” “other people.” • VP of product: storage & databases @cloudflare • http://github.com/elithrar
no containers? well, let's fix that: $ npm create cloudflare@latest -- --template=cloudflare/templates/containers-template

strong agree.
Better Auth + Planetscale + Tanstack Start + Cloudflare is a seriously awesome stack.
One more feature to consider for the local dev `.env` support in Cloudflare Workers: github.com/cloudflare/wor… Please let us know what you think.
Been waiting for this to land publicly. Tie Workers into your PR workflows and get isolated builds + preview URLs ⚡️
Per-branch preview deployments for Workers Test out code changes before merging PRs and deploying to production. Now with one consistent URL per branch: <branch-name>-<worker-name>.<subdomain>.workers.dev 🔗 below
whomever contracted the e-passport machines at SYD (@SydneyAirport) needs to get a refund. I seemingly bricked two of them. none of this tech ever works.
this is awesome, and (selfishly) perfect for agents sdk! [email protected], routes to my-agent with id 123, triggers the onEmail hook. booyah.
Email Routing now supports Subaddressing developers.cloudflare.com/changelog/2025…
🚀 Just built a "platform-as-a-service" starter kit using @Cloudflare's Workers for Platforms + Custom Hostnames 🧵 Deploy your own platform in minutes with: 🔀Subdomain routing 🔐Custom domains + TLS certs 📜Custom code deployment
Have feedback for how we improve IAM & RBAC here @Cloudflare? 👇
Do you use @Cloudflare 's API? We want to hear from you as we're researching what to do next on our account API tokens. Let us know in the quick survey below! cloudflare.sjc1.qualtrics.com/jfe/form/SV_bK…
if you’re trying to pitch your solution to us and have done a) zero research on how we work despite hundreds of blogs and b) keep interrupting us, it’s not going to go well.
o3 + web search is incredibly useful for reviewing NYC property laws, abatements, looking up titles and pulling together negotiation points on an apartment. had it summarize atypical condo bylaws from a ~45 page PDF + call out any policy gaps (which I then reviewed myself).
onEmail() is going to unlock even more here. Email your agents. Have them respond, track state & threads w/o having to stand up a DB.
🎈 we just shipped a pretty big agents SDK update: - handle emails with onEmail() - queue tasks with .queue() - automatic context, so getCurrentAgent() just works docs and polish coming soon. go build cool stuff.
My DuckLake on @Cloudflare project was just updated to the newest @DuckDB version 1.3.2 & DuckLake 0.2.0. You can now run a serverless, on-demand DuckLake with a few lines of code: github.com/tobilg/cloudfl…
Skeptical building teams with lots of egos works out as expected. Doesn’t work in sports or business.
Yes! Decorate your DO class with @ Persist via the new cloudflare/actors package = auto-persist properties to DO storage.
Persist specific property values into storage between evictions in your Durable Object so you don't have to re-hydrate their values on cold starts. As easy as adding the TS5+ property decorator to any property you want to have this behavior. 👇See PR... landing soon.
personal favorite: AutoRAG just got WAY faster ⚡️
ship summer continues!☀️ here are 4 @cloudflaredev announcements from the past week you might have missed: 1️⃣ you can now connect to remote resources when building in local dev with nextjs 2️⃣ you can now specify the number of connections your hyperdrive configuration uses to…