Cloudflare Workers · v1.4.0 diligence cut
EdgeMirror
Same request. Local workerd on the left. Real Cloudflare preview on
the right. Diffed with evidence — the quality gate Workers deploys
need before wrangler deploy. Never inventing remote results.
Captured from a real run
Static replay of edgemirror pitch-demo against a throwaway
Worker — local verified, Cloudflare preview verified, controlled
divergence labeled.
Run it yourself
CLI-first. Under five minutes with Wrangler auth. Without credentials,
remote stays REMOTE_NOT_CONFIGURED — honest, not fake.
-
Clone
git clone https://github.com/theworker02/EdgeMirror.git cd EdgeMirror && npm install && npm run build -
Optional Cloudflare login
npx wrangler login -
Live Cloudflare pitch
node packages/cli/dist/cli/bin.js pitch-demo # or: node packages/cli/dist/cli/bin.js demo cloudflare
What this demo proves
- Real local workerd — not a mocked HTTP stub.
-
Real Cloudflare preview when logged in — throwaway
edgemirror-tmp-*Workers, cleaned up after. - Labeled divergence — pitch rewrites the remote body on purpose so the meeting sees a finding, not silent MATCH theater.
-
No invented parity — missing auth →
REMOTE_NOT_CONFIGURED, never a fabricated remote trace. -
Deploy gate —
edgemirror init --cloudflare-gate+edgemirror deploy(verify before wrangler). -
Support packet —
edgemirror support-bundlefor Cloudflare tickets.
EdgeMirror is an independent source-available project and is not affiliated with, endorsed by, or sponsored by Cloudflare, Inc. Evaluation under LICENSE; commercial use via COMMERCIAL.md.