Best of CloudflareSeptember 2025

  1. 1
    Article
    Avatar of cloudflareCloudflare·35w

    Every Cloudflare feature, available to everyone

    Cloudflare announces a major shift in its product strategy, making nearly all enterprise-only features available to customers on any plan without requiring sales calls or contracts. The rollout begins with Single Sign-On (SSO) for the dashboard, which is now accessible to all users. This change aims to democratize access to advanced security and performance tools, removing the traditional two-tiered system that restricted powerful features to large organizations. Future product releases will follow this self-service model from launch.

  2. 2
    Article
    Avatar of cloudflareCloudflare·35w

    Announcing Cloudflare Email Service’s private beta

    Cloudflare launches Email Service in private beta, combining email sending and routing capabilities. Developers can send transactional emails directly from Workers using native bindings without API keys. The service includes automatic DNS configuration for deliverability, global delivery infrastructure, and integration with existing email frameworks like React Email. Email Routing allows processing incoming emails with Workers for automated workflows.

  3. 3
    Article
    Avatar of cloudflareCloudflare·34w

    Cloudflare just got faster and more secure, powered by Rust

    Cloudflare has replaced their core NGINX-based proxy system (FL1) with a new Rust-based modular proxy (FL2) built on their Oxy framework. The migration delivers a 25% performance boost with 10ms faster median response times, uses less than half the CPU and memory, and provides better security through Rust's memory safety guarantees. The new modular architecture allows faster product development, graceful restarts without dropping connections, and eliminates the incremental performance cost of adding new features that plagued the legacy system.

  4. 4
    Article
    Avatar of astro_sourceAstro·35w

    Cloudflare Donates $150,000 to Support Astro's Open Source Mission

    Cloudflare has donated $150,000 to the Astro open source project and become an official hosting partner. The partnership aims to improve Astro's deployment experience on Cloudflare's platform, leveraging their global CDN for static sites and Workers for server-side rendering. The funding will support long-term maintenance of the Astro project, with future collaboration planned around the new Vite Environment API for better development and deployment runtime support.

  5. 5
    Article
    Avatar of cloudflareCloudflare·35w

    Supporting the future of the open web: Cloudflare is sponsoring Ladybird and Omarchy

    Cloudflare announces sponsorship of two independent open source projects: Ladybird, a new browser built completely from scratch with its own rendering and JavaScript engines, and Omarchy, an opinionated Arch Linux distribution designed for developers. Both projects aim to provide alternatives in ecosystems dominated by a few major players, with Ladybird challenging browser consolidation around Chromium and Omarchy making Linux more accessible for development work.

  6. 6
    Article
    Avatar of infoqInfoQ·35w

    Cloudflare Adds Node.js HTTP Servers to Cloudflare Workers

    Cloudflare Workers now supports Node.js HTTP client and server APIs, enabling developers to migrate existing Express.js and Koa.js applications to the serverless platform without code rewrites. The implementation uses a bridge system that connects Node.js-style servers to Workers' request handling model, offering zero cold starts and automatic scaling while maintaining compatibility with popular Node.js frameworks.

  7. 7
    Article
    Avatar of cloudflareCloudflare·35w

    Cap'n Web: a new RPC system for browsers and web servers

    Cap'n Web is a new open-source RPC protocol built in TypeScript that brings object-capability features to web development. Unlike traditional RPC systems, it requires no schemas or boilerplate, supports bidirectional calling, function passing by reference, and promise pipelining. The protocol works over HTTP, WebSocket, and postMessage, compresses to under 10kB, and enables complex interactions like authentication patterns and array operations in single network round trips. It aims to solve GraphQL's waterfall problem while maintaining familiar JavaScript programming patterns.

  8. 8
    Video
    Avatar of youtubeYouTube·34w

    Cloudflare Just Killed ALL Vibe Coding Tools!

    Cloudflare launched a one-click deployment tool for creating AI-powered coding platforms, competing with services like Replit and Bolt. The demonstration shows building a complete vibe coding platform in minutes, featuring customizable AI models, automatic deployment, and integration with various development tools. Additionally covers Chrome DevTools MCP for AI agents to analyze and optimize websites, and highlights Zapier's recent bundling of tables, interfaces, and automation tools into their free plan.

  9. 9
    Video
    Avatar of t3dotggTheo - t3․gg·36w

    Cloudflare and Vercel can't stop fighting

    A detailed analysis of the ongoing public feud between Cloudflare and Vercel, examining the technical and business reasons behind their conflict. The dispute centers around edge computing reliability issues, where Cloudflare's free and pro tiers route 10-70% of US traffic to Europe during peak hours, causing significant latency problems for Vercel's customers. Additionally, Cloudflare's DDoS protection layer interferes with Vercel's own security systems by stripping important traffic data. The conflict escalated from technical incompatibilities to personal attacks between executives, with both companies engaging in bad faith public communications that damage their professional reputations.