What problem does it solve?
gstack enables AI agents to automate browser-based QA and site dogfooding with a persistent, headless Chromium daemon. It provides a reliable, ship-ready surface for Claude Code to drive real browser actions, capture evidence, and iterate on web flows without repeatedly spinning up new browser instances.
Core Features & Use Cases
- Persistent browser sessions: cookies, tabs, and state survive across commands for end-to-end testing.
- Rich UI interactions: navigate, click, fill forms, take screenshots, and run diffs to verify changes.
- Evidence capture: annotated screenshots, diff outputs, and test artifacts to report bugs and verify deployments.
- Quick-start testing workflows: validate user flows, test responsive layouts, and reproduce bugs with reproducible commands.
Quick Start
Start a gstack session and exercise a simple web flow with a single, explicit instruction.