Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Explore your Worker’s architecture in the new bindings canvas
description: You can now explore, manage and add new bindings on your Workers application in the new binding canvas
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's an inconsistency between 'binding canvas' (singular) in the description and 'bindings canvas' (plural) in the title and content. Consider standardizing on one form throughout the document.

products:
- workers
date: 2025-06-03T01:00:00Z
---

import { Render } from "~/components";

You can now visualize your Worker’s architecture with the new bindings canvas in the Cloudflare dashboard, making it easier to see and manage how your application connects to Cloudflare resources like [D1 databases](/d1), [Durable Objects](/durable-objects), [KV namespaces](/kv), and [more](/workers/runtime-apis/bindings/).

![Bindings canvas](src/assets/images/changelog/workers/bindings-canvas.png)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The image path src/assets/images/changelog/workers/bindings-canvas.png appears to be using a relative path that starts with src/. This might not resolve correctly in the final rendered documentation. Consider using the correct path format for images in your documentation system.


With this new view, you can easily:
* Explore existing bindings in a visual, architecture-style diagram
* Add and manage bindings directly from the same interface
* Discover the full range of compute, storage, AI, and media resources you can attach to your Workers application.

To get started, head to the [Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/workers-and-pages) and open the **Bindings** tab of any Workers application.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there isn't a way to deeplink here?







Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra whitespace