The wait is over. Cloudflare Email Service is now in public beta 📧
Send and receive emails directly from Workers or REST API with global delivery on Cloudflare's network
And just in time for you to build email agents with the Agents SDK!
Introducing Workers VPC:
Workers -> private networks
Workers <- private networks
All while never leaving the networks you trust. The scope of what you can build on Workers just did 📈
The best part? it’s fully built with the @CloudflareDev stack (couldn’t imagine building this without it)
The stack in question:
- Frontend: React (on Workers Assets)
- Backend: Hono (on Workers)
- SQL database: D1
- Globally distributed servers: Durable Objects
- Edge data: KV
We just raised the Workers KV namespace limits for all Cloudflare accounts, from 200 to 1000
Folks had been running into those limits, especially teams building multi-tenant applications who split KV data by tenant. That’s now a thing of the past!
Little treat post-@CloudflareDev Week: Bulk reads in Workers KV just landed!
Now, you can fetch multiple key-value pairs using the Workers KV binding in a single operation 🚀 TLDR: faster and easier to get multiple values in a single Worker invocation!
i've been building a bunch of ai apps recently so figured i'd share the chat template
it's meant to be extensible, using React + Vite + Cloudflare Workers AI + Hono. add storage, browser rendering, real-time, etc.
npm create cloudflare@latest -- --template
Major improvements for Cloudflare Hyperdrive just dropped 👇:
* Query latency is reduced by 90% (!) by pooling databases connections closer to your database
* Hyperdrive uses Cloudflare IP addresses to connect to your database so you can configure access control lists on your
We just shipped @CloudflareDev Workers KV's analytics dashboard and GraphQL API! You can now get per-namespace analytics/cache status/latency 🚀
(perfect to see the KV perf improvements rolling out over the next few weeks 👀)
We just shipped a huge improvement to Hyperdrive to make it easier for you to connect to your private databases from Cloudflare Workers!
(Hyperdrive automatically sets up Cloudflare Access so that only Hyperdrive accesses your tunnel)
So easy that this demo fits in 2 minutes:
Click -> hang -> “is this doing anything? Let me click again” -> click -> page loads
Say what you want about skeletons, you get to see the progress incrementally!
Day 5 of @CloudflareDev week just started, blogs are out!
1) Workers VPC to connect to external resources over private networks
2) Containers comes summer 2025, with more details on what it looks like
3) Workers AI gets speculative decoding (⚡️ inference), more LoRA and new
I've been working on a side project to easily get latencies for a website across the world. Try it out -> geofetcher.appsinprogress.com
And to think I used to SSH into vm's to do this before!
📢 Just published a major refresh of workers kv example docs!
Each of these use cases benefit from KV's scale and global distribution for read-heavy workloads:
* Distributed configuration
* Serving static assets
* Persisting cached data
* Routing & A/B testing
Check them
We are live! Big day for Hyperdrive and building apps on Workers w/ Postgres (& MySQL now)
> Hyperdrive is now available to Workers Free plan
> Hyperdrive now supports MySQL
And it's still as easy as swapping your direct connection string with Hyperdrive credentials!