Edge Computing with Cloudflare Workers
Building vertical microfrontends on Cloudflare’s platform

Building vertical microfrontends on Cloudflare’s platform

1/30/2026 · Brayden Wilmoth

What this post added

Introduces a new Worker template for Vertical Microfrontends (VMFE) that allows mapping multiple independent Cloudflare Workers to a single domain. This enables teams to work in silos while presenting a single, seamless application to the user. It details how VMFE splits applications by URL path, allowing teams to own the entire vertical stack for a route. The post also covers techniques for creating visually unified experiences using CSS View Transitions and preloading with Speculation Rules, and explains zero-config request routing using service bindings and HTML rewriting.

Read the original post ↗