Cloudflare unifies Pages and Workers into one platform
Cloudflare is converging its Pages and Workers products into a single development and application hosting platform. The move is part of a broader effort to make the company's network a destination for running full-stack applications, not just for protecting and accelerating them.
The unified platform combines static asset hosting with the Workers compute runtime, giving developers a single place to build, deploy, and manage applications. Key capabilities include global low-latency delivery—with assets and compute within 50ms of 95% of Internet-connected users—free egress, and access to Cloudflare's storage and data services such as R2 object storage, KV, Queues, and D1. The platform supports GitOps workflows, CI/CD, and preview environments out of the box.
Existing Pages and Workers applications will be migrated to the new platform rather than left behind, according to Cloudflare. The convergence has been underway for several quarters, and the company says more features will roll out incrementally.
Smart Placement moves compute closer to data
Cloudflare is introducing Smart Placement for Workers, a feature that changes where application code executes. Traditionally, Workers run at the network edge, as close to the user as possible. With Smart Placement, Cloudflare observes an application's behavior and its interactions with other resources—such as databases, object stores, or backend endpoints—and determines the optimal location within its 285+ datacenters to run the compute.
This is particularly useful for applications that rely on centralized data stores. User requests still enter Cloudflare's network near the user's location, but instead of executing the Worker right there, the network routes the request to a datacenter closer to the data the application needs. Smart Placement decides automatically whether edge execution or data-proximate execution is better, so use cases that benefit from edge compute—such as A/B testing, localization, and asset serving—remain at the edge.
Smart Placement works with both Workers and Pages projects.
Wrangler v3, workerd, and a VSCode-powered dashboard editor
Cloudflare's development tooling is getting a significant update alongside the platform changes. Wrangler v3, the CLI for Workers, now defaults to local development powered by the open-source workerd runtime. This change reduces development server startup time by 10x and script reload times by 60x.
In the Cloudflare dashboard, the online editor is being upgraded to a more powerful environment based on VSCode. It supports editing multiple JavaScript modules in the browser, provides accurate edge previews, friendlier error pages, and type checking. Both the dashboard editor and Wrangler now include updated Chrome DevTools for debugging and profiling.
The improvements to the online editor and Wrangler v3 are part of the first wave of tooling updates; more are planned in upcoming quarters.
Bigger bundles, longer startup allowance, new pricing tier plans
Acknowledging that AI workloads, WASM applications, and full-stack frameworks are pushing against existing limits, Cloudflare will increase application size limits to 10MB (after gzip) and raise the startup latency limit from 200ms to 400ms. These changes are expected to take effect within the next week.
The company also says it is working on a simplified, tiered billing model that would increase limits such as memory, with details to come later.
Modern CI build image for Pages
Pages' integrated build system is moving to a modern build image that supports recent versions of Node.js, pnpm, and other current tooling. The change also makes it easier for Cloudflare to keep the build environment current and adds build caching. New projects get the updated image by default; existing projects can opt in.
C3 CLI and framework adapters
Cloudflare is positioning itself as a hosting target for full-stack JavaScript frameworks. To that end, it has worked with framework authors to build or improve adapters for Angular, Astro, Next.js, Nuxt, Qwik, Remix, Solid, Svelte, Vue, and others. The Next.js adapter, next-on-pages, is now at version 1.0.0 and considered production-ready, with new adapters for Angular and Qwik also available.
The company is also introducing C3 (create-cloudflare CLI), a companion to the existing Wrangler CLI. C3 is intended as the single entry point to Cloudflare for developers working in terminal-based or editor-based workflows. After running the CLI, a developer picks a framework; C3 hands control to that framework's own CLI and, once dependencies are installed, returns a deployment URL—typically within about a minute.
The convergence of Pages and Workers, Smart Placement, expanded resource limits, modernized tooling, and first-class framework support together form Cloudflare's answer to where it wants to sit in web application development: not just in front of applications, but underneath them as well.



