Tablet-first supervision desk for remote coding agents — durable SSH panes, safety-orange
interventions, evidence dragged straight into the agent that needs it. Collapses to a
phone-native stacked workspace below.
Tablet — genuine workbench · 1194×834 · scaled to fit
CHROMUX
3 need you5 working2 done1 offline host
home-mac · SSH · 42ms⏻ durable — persists on disconnect
◧ Browser — paired
inspection window — element selectedauto-reload on
http://localhost:5173/checkout
iPhone 15 · 393×852console: 0net: 1 failed
shop/checkout
cart › payment › done
Order summary
Canvas Tote × 1$38.00
Shipping$10.00
Total$48.00
button.cta-pay · 412×88 · selected
▤ Terminal — claude~/projects/shop/checkout-flow
✻Welcome to Claude Code!~/projects/shop/checkout-flow
> fix the CTA overflow on the checkout page
● I'll look at the checkout component styles.
● Read src/components/CheckoutCTA.tsx(84 lines)
● Edit src/styles/checkout.css
- .cta-row { width: 120%; }
+ .cta-row { width: 100%; max-width: 480px; }
✔ Change applied — dev server reloaded
● The button no longer overflows. Preview updated.