Have questions, or building something cool with Cloudflare's Developer products? We're here to help. For help with your account please try @CloudflareHelp
Throwing a @CloudflareDev AI Build night next week in Boise. It's for everyone no matter their AI literacy level.
Want people to get hands on and build things!
Come hang out!
(Also want one in your city?)
luma.com/j16efhuy
I've built a full docs site in a day with @nvie!
We've just open-sourced the HTTP router that's handles billions of requests per month at Liveblocks. Our team built it with @Cloudflare Workers in mind, but it supports other runtimes too. Opinionated, type-safe, Zen.
Get it ↓
We’re live at SXSW’s Innovation Clubhouse with @eastdakota and @rsafian for a fireside chat on AI, security, and the future of the Internet.
Missed it? Join us later tonight at Kitty Cohen’s for our SXSW party! RSVP on Luma:
luma.com/unr114mi
If you’re headed to SXSW, this is handy: Festwiz helps you cut through 500+ events and find what to attend.
Built by creators on @CloudflareDev: exactly the kind of fast, useful tooling we love to see:
festwiz.pages.dev
I love Cloudflare Sandboxes. Saved me a bunch of complexity (and probably money). Check out how my migration went (involves an abandoned approach the agent took that was stupid). kentcdodds.com/blog/simplifyi…
Meet the @CloudflareDev team at @vuejsamsterdam today and tomorrow.
Stop by the booth to chat about the developer platform, Astro, and all things Cloudflare. And yes, we’ve got some swag for you.
Building multi-agent systems? @NVIDIA's Nemotron 3 Super (120B A12B) is now on Workers AI.
- Reasoning and tool calling for complex multi-agent workflows
- Built for code, finance, cybersecurity, and search agent use cases
Learn more:
developers.cloudflare.com/changelog/post…
Oh btw. I'm speaking at jsconf.es on march 14th! A brand new talk, about what's _beyond_ codemode. I hope to write a blog post about this as well, hopefully before I even go up on stage. I'm so fkin excited!!!
(s.pai speaking on pi day in spai-n. yes.)
excited to partner with @nvidia for their Nemotron 3 Super model on Workers AI! such a cool blend of research areas:
🌟 mamba-transformer hybrid model, so you get the attention of a transformer and the linear scaling of a state space model → faster token generation with good recall
🌟 multi-token prediction, predicts several tokens ahead in a single forward pass, not just one at a time → faster on long outputs
🌟 latent MoE, activates 4 experts for the compute cost of 1 → more specialized knowledge per token
try it out today —developers.cloudflare.com/changelog/post…
We want to clarify something: one of the motivations for building this feature is that building a crawler that respects crawling best practices is hard. Too many crawlers use this as an excuse not to abide by site owners' preferences, and respect directives like robots.txt.
/crawl does this out of the box.
Additionally, the /crawl endpoint cannot bypass Cloudflare's bot detection or Captchas, and self-identifies as a bot. It respects all the same protections available to operators today: AI Crawl Control, robots.txt, Content Signals and Pay-Per-Crawl.
So, site owners can and should still choose how their content is consumed, and our /crawl endpoint will respect it.
Introducing the new /crawl endpoint - one API call and an entire site crawled.
No scripts. No browser management. Just the content in HTML, Markdown, or JSON.