Remote IDE Extension
VS Code / Cursor extension enabling secure, real-time remote control of the IDE from mobile browsers.
Technical Case Study
Engineered a TypeScript VS Code extension that embeds a lightweight Express 5 server and exposes it via a secure Cloudflare Tunnel. Built a 6-tab mobile browser dashboard (Chat, Files, Terminal, Usage, Bugs, Screen) powered by Server-Sent Events (SSE) for real-time broadcasts. Integrates Chrome DevTools Protocol (CDP) for deep IDE access, features stateful terminal executions, path traversal protection, native screenshot capture, and Git integration.
$ node extension/dist/index.js
> Starting secure IDE connector host...
> Cloudflare Tunnel: Connected via named endpoint ide-bridge
> Listening for Chrome DevTools Protocol events...
> Event Broadcast: [SSE] 11 event types initialized
Mobile Client Session Token (UUID v4):
f81d4fae-7dec-11d0-a765-00a0c91e6bf6
Auto-generated session authenticated over E2E encryption.