// 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.

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.
Scroll the diagram sideways
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
Scroll the diagram sideways
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.



