Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA
Go to file
Garry Tan 564599e58b
feat: persistent Chromium daemon with CLI wrapper
Bun-powered HTTP server on localhost keeps headless Chromium alive
between commands. CLI auto-starts server on first call (~3s), subsequent
commands ~100-200ms. Bearer token auth, 30 min idle shutdown, auto-restart
on Chromium crash.

Architecture: compiled CLI binary → HTTP POST → Bun.serve → Playwright

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 14:23:44 -07:00
src feat: persistent Chromium daemon with CLI wrapper 2026-03-11 14:23:44 -07:00
.gitignore feat: persistent Chromium daemon with CLI wrapper 2026-03-11 14:23:44 -07:00
LICENSE Initial commit 2026-03-11 14:22:45 -07:00
package.json feat: persistent Chromium daemon with CLI wrapper 2026-03-11 14:23:44 -07:00