Skip to content

Commit 6d52b16

Browse files
Ark0Nclaude
andcommitted
docs: add zerolag demo video to README
Side-by-side comparison of local echo (0ms) vs server echo (600ms-2.7s) rendered from Remotion ZerolagDemo composition. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4988e85 commit 6d52b16

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ Watch background agents work in real-time. Codeman monitors agent activity and d
143143

144144
## Zero-Lag Input Overlay
145145

146+
<p align="center">
147+
<img src="docs/images/zerolag-demo.gif" alt="Zerolag Demo — local echo vs server echo side-by-side" width="900">
148+
</p>
149+
146150
When accessing your coding agent remotely (VPN, Tailscale, SSH tunnel), every keystroke normally takes 200-300ms to round-trip. Codeman implements a **Mosh-inspired local echo system** that makes typing feel instant regardless of latency.
147151

148152
A pixel-perfect DOM overlay inside xterm.js renders keystrokes at 0ms. Background forwarding silently sends every character to the PTY in 50ms debounced batches, so Tab completion, `Ctrl+R` history search, and all shell features work normally. When the server echo arrives 200-300ms later, the overlay seamlessly disappears and the real terminal text takes over — the transition is invisible.

docs/images/zerolag-demo.gif

806 KB
Loading

0 commit comments

Comments
 (0)