What problem does it solve?
Connects an AI agent to a visible Chrome window so you can watch every navigation, click, and interaction in real time and verify browser-driven workflows without guessing what the agent did.
Core Features & Use Cases
- Headed browser launch: Starts Playwright's headed Chromium so actions are visible (not your regular Chrome).
- Auto-loaded extension & Side Panel: Loads the gstack browse extension into the browser and shows a live activity feed and sidebar chat for interactive control.
- Instrumented demo & QA: Run live demos, reproduce bugs, capture snapshots, and watch automated QA run step by step; useful for debugging flaky UI tests and design reviews.
- Robust preflight and recovery: Cleans stale servers and profile locks, verifies mode and port, and provides guidance if the extension or sidebar are not visible.
Quick Start
Type /connect-chrome to launch Playwright's headed Chromium with the gstack Side Panel so you can watch Claude control the browser and see every action live.