diff --git a/src/assets/images/workers/changelog/workers-overview.png b/src/assets/images/workers/changelog/workers-overview.png new file mode 100644 index 00000000000000..b906532bf72221 Binary files /dev/null and b/src/assets/images/workers/changelog/workers-overview.png differ diff --git a/src/content/changelog/workers/2025-10-06-new-worker-overview-page.mdx b/src/content/changelog/workers/2025-10-06-new-worker-overview-page.mdx new file mode 100644 index 00000000000000..3615378d2e6024 --- /dev/null +++ b/src/content/changelog/workers/2025-10-06-new-worker-overview-page.mdx @@ -0,0 +1,23 @@ +--- +title: New Overview Page for Cloudflare Workers +description: A new Overview page gives you a quick view of your Worker’s activity, recent versions, and bindings. +products: + - workers +date: 2025-10-07 +--- + +import { DashButton } from "~/components"; + +![Screenshot of the Workers overview page in the Cloudflare dashboard](~/assets/images/workers/changelog/workers-overview.png) + +Each of your Workers now has a new overview page in the Cloudflare dashboard. + +The goal is to make it easier to understand your Worker without digging through multiple tabs. Think of it as a new home base, a place to get a high-level overview on what's going on. + +It's the first place you land when you open a Worker in the dashboard, and it gives you an immediate view of what’s going on. You can see requests, errors, and CPU time at a glance. You can view and add bindings, and see recent versions of your app, including who published them. + +Navigation is also simpler, with visually distinct tabs at the top of the page. At the bottom right you'll find guided steps for what to do next that are based on the state of your Worker, such as adding a [binding](/workers/runtime-apis/bindings/) or connecting a custom domain. + +We plan to add more here over time. Better insights, more controls, and ways to manage your Worker from one page. + +If you have feedback or suggestions for the new Overview page or your Cloudflare Workers experience in general, we'd love to hear from you. Join the Cloudflare developer community on [Discord](https://discord.com/channels/595317990191398933/1064502845061210152).