A weekly newsletter on Vibium — the browser automation framework for the AI era.
Recipes across the vibium CLI, the MCP server, and JS / Python / Java clients.
Edge cases from agent-driven runs, and the parts nobody writes down.
Each issue covers one surface of Vibium in depth — a command deep-dive, a real-world recipe, an edge case worth knowing. No fluff, no filler.

Every command in the Vibium CLI, documented with animated terminal demos. Navigate, find, interact, capture, manage state, and wire up AI agents — all from a single binary, all covered in the first issue.
Coming soon
Every MCP tool documented: navigate, find, interact, capture, manage state,
control time. How to wire Vibium into Claude and Cursor, the browser_map
+ @ref pattern that makes agent sessions reliable, and the virtual
clock surface for testing time-dependent behaviour.

Every JS method documented: navigate, find elements, interact, capture dialogs, wait, run page utilities and network capture. The find-once-act-many pattern with element handles, the virtual clock for time-dependent tests, and isolated browser contexts for parallel sessions.
Coming soon
The same object model as the JS API — browser, context, page, element — in the language QA engineers actually reach for. Synchronous by default, snake_case throughout, with context managers for dialog and network capture, and the virtual clock for time-dependent tests.
Coming soon
Statically typed, camelCase, with a fluent options builder wherever arguments
are needed. FindOptions, StartOptions,
BrowserContext with try-with-resources teardown, and
Supplier<Boolean> for custom wait conditions.
The full API tour closes here.