// Landing pages

What Is Cloudflare Pages and Why Workers Is the New Path

Cloudflare Pages publishes static pages on the edge network. Cloudflare now points new projects to Workers. Read the difference and how to decide.

What Is Cloudflare Pages and Why Workers Is the New Path

Cloudflare Pages publishes pages to the Cloudflare edge network from one Git repository. Each push produces a new version, and the page is served from a location near the reader.

An important change to know

Workers now serves static assets and server-rendered pages. Cloudflare states that new projects should start on Workers, and that new feature work is directed at Workers. Pages remains supported.

PagesServes static assetsPages Functions for logicStill supportedNo new features addedWorkersServes static assets and SSRDurable Objects and Cron TriggersMore complete observabilityThe path for new projects

Scroll the diagram sideways

Requests for static assets on Workers are free, the same as on Pages.

What both paths give you

  • HTTPS certificates and a global edge network with no extra setup.
  • A preview for each branch, so changes can be checked before release.
  • Version rollback when a new release breaks something.
  • Links to Cloudflare storage and queue products.

How to decide for your landing page

01New projectStart on Workers with static assetsupport.02Running projectLeave it on Pages while it meetsyour needs.03Need new featuresMove to Workers with the officialmigration guide.

Scroll the diagram sideways

Do not move a running project without a need. A migration requires retesting every route.

Questions and answers

Will Pages be shut down? Cloudflare states that Pages remains supported. What changed is the direction of feature work, which now goes to Workers.

Does the cost change after a move? Static asset requests are free on both paths, and function invocations carry the same rate. Check your own bill before you decide.

Will the page get faster? Speed comes from page weight and script count. Read the speed guide before you blame the hosting provider.

// references

Official sources

We checked every claim on this page against the documents below on 11 September 2026. Open the source before you change a live system.

// next step

Need help to apply this?

Send your target. We check the context and write the first step before implementation.