Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Local Explorer

How to access and use the browser-based Local Explorer interface to view and edit local binding data like KV, R2, D1, and Durable Objects during development.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Local Explorer

How to access and use the browser-based Local Explorer interface to view and edit local binding data like KV, R2, D1, and Durable Objects during development.

When To Use

Use when you need to seed test data, verify Worker writes, debug workflow runs, or execute ad-hoc SQL queries against local D1 or Durable Object storage during development.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-development-testing-local-explorer-workflow-guide.mdA guide explaining the browser-based interface for viewing and editing local binding data during Workers development.Questions about a guide explaining the browser-based interface for viewing and editing local binding data during Workers development.
examples/workers-development-testing-local-explorer-cloudflare-workers-local-expl.textThe terminal command used to launch the Workers Local Explorer via wrangler dev.Exact payloads, commands, or snippets shown in The terminal command used to launch the Workers Local Explorer via wrangler dev.
examples/workers-development-testing-local-explorer-cloudflare-workers-local-expl-2.textThe terminal command used to launch the Workers Local Explorer using yarn wrangler dev.Exact payloads, commands, or snippets shown in The terminal command used to launch the Workers Local Explorer using yarn wrangler dev.
examples/workers-development-testing-local-explorer-cloudflare-workers-local-expl-3.textThe terminal command used to launch the Workers Local Explorer using pnpm wrangler dev.Exact payloads, commands, or snippets shown in The terminal command used to launch the Workers Local Explorer using pnpm wrangler dev.
examples/workers-development-testing-local-explorer-cloudflare-workers-local-expl-4.textA curl command demonstrating how to access the Workers Local Explorer API endpoint on localhost.Exact payloads, commands, or snippets shown in A curl command demonstrating how to access the Workers Local Explorer API endpoint on localhost.

What This Skill Covers

  • Local Explorer is a browser-based interface for viewing and editing the data in your local bindings during development. It is available at /cdn-cgi/explorer...
  • Main sections: Prerequisites, Open Local Explorer, Supported bindings, D1 and Durable Objects SQL studio, API.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://developers.cloudflare.com/workers/development-testing/local-explorer/index.md