⚙️ Worker Deploy Tool v2

Mobile Worker updates, configuration inspection, backups, and guarded Durable Object setup.

Connection

The proxy holds your Cloudflare API token. This page never receives that token.

For safety, this value is never saved in browser storage.

Use the Worker name from Cloudflare, not its .workers.dev URL.

Inspect and back up

Inspect before deploying. A backup downloads the currently deployed Worker source without exposing secrets.

Deployment mode

First-time SQLite Durable Object setup

This is an infrastructure change. Use it only for the first gateway deployment. After it succeeds, switch back to Normal code update forever unless a future release explicitly adds another class.

The Worker reads this as env.STREAM_COORDINATOR.

The selected JavaScript must contain export class StreamCoordinator.

A unique one-time label Cloudflare uses to record this namespace creation.

Worker file

📄
Tap to choose a JavaScript file
Or drag and drop on desktop

This applies to Normal code updates and first-time Durable Object setup. Version-only uploads do not change live traffic, so no automatic backup is needed.