Product · Workstation

Live debugger overlay.

A small pill on every dev page shows branch, service, memory, and running containers. Click to expand into the full workstation dashboard. Zero app-side integration — an HTML transform at the injector layer, not a library you add to your code.

What you see

Collapsed pill (bottom-right of any dev page served through your tunnel):

┌─────────────────────────────────────────┐
  main.web.wiley   hero-redesign   127MB   
  12 containers · p50 14ms · ws ok       
└─────────────────────────────────────────┘

Expanded dashboard:

How it works

The cloudflared tunnel points at the injector on :8081. The injector is a transparent proxy that passes all traffic through to portless on :80, but transforms HTML responses to inject a single <script src="/__remoco-overlay.js"> tag.

Key design choices:

Works with everything

No SDK, no wrapper component, no build plugin. Because the injection happens at the tunnel layer, it runs for:

Production-safe by construction. The injector only runs on private/preview URLs. Public (snapshot) URLs don't hit the injector; the overlay never ships to real users.

← Parallel worktrees Agent-native →