Skip to content

Commit 953647a

Browse files
authored
Changelog for new bindings canvas (#22886)
* bindings canvas * updated title * Apply suggestions from code review * update URL
1 parent 5c51e73 commit 953647a

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
2.43 MB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: View an architecture diagram of your Worker directly in the Cloudflare dashboard
3+
description: Explore and modify your Workers' architecture directly in the Cloudflare dashboard
4+
products:
5+
- workers
6+
date: 2025-06-03T01:00:00Z
7+
---
8+
9+
import { Render } from "~/components";
10+
11+
You can now visualize, explore and modify your Worker’s architecture directly in the Cloudflare dashboard, making it easier to understand how your application connects to Cloudflare resources like [D1 databases](/d1), [Durable Objects](/durable-objects), [KV namespaces](/kv), and [more](/workers/runtime-apis/bindings/).
12+
13+
![Bindings canvas](src/assets/images/changelog/workers/bindings-canvas.png)
14+
15+
With this new view, you can easily:
16+
* Explore existing bindings in a visual, architecture-style diagram
17+
* Add and manage bindings directly from the same interface
18+
* Discover the full range of compute, storage, AI, and media resources you can attach to your Workers application.
19+
20+
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.
21+

0 commit comments

Comments
 (0)