Review before your agents ship
Agents change UI faster than anyone can open a browser. Buddy renders every change, diffs it against an approved baseline, and hands you, or your agent, the exact pixels that moved.
Trusted by the world's leading engineering teams
Every change clears review
Human or agent written, every change passes the same checkpoint before it lands.
- 01PlanA ticket, a prompt, a fix.
- 02Change landsAn agent or dev writes it.
- 03Visual TestsView diffed, pixel by pixel.
- 04Human reviewApprove, or send it back.
- 05Baseline updatedThe new reference is set.
See what your agents changed
Buddy compares what the browser actually painted, not the code behind it. You get baseline and current displayed side by side, every difference outlined.
Every browser, every device
Chrome, Firefox and Safari, light or dark, from HD desktop to iPhone, Pixel and Galaxy. Each variant resolves its own baseline, so a mobile-only regression can't hide behind a clean desktop.
Only the changes worth your time
Set the diff threshold, or hand Buddy the CSS and XPath selectors for the parts that never sit still - clocks, carousels, ad slots - so rendering noise never fails a build.
Built for the pipeline
Baselines, approvals and auth - handled in the run that ships your code.
One baseline per branch.
Each branch compares against its own approved baseline - you review a change once.
Gates the pipeline.
The Approve Visual Tests Session action holds the run until you review; on GitHub, the commit status blocks the merge.
Buddy Works behind auth.
Hand Buddy your login state and pages behind auth test like any other.
Nobody tests the marketing site
No one writes e2e for a pricing page - least of all the agent that built it. Visual Tests are that suite. Free while in Preview.
bdy tests capture --urls "https://your.site"Zero test code.
A URL or a sitemap is enough - nothing added to the repo.
Catches what functional tests can't.
Layout shifts, style drift, missing elements - assertions stay green.
Faster than screenshotting locally.
Every view in one run - diffs back while the change is in context.
Scales past the first ten views.
Views, browsers, devices multiply - the command stays the same.
Every version, on record.
Sessions keep every screen - each page's history, deploy by deploy.
Agents ship, you approve.
Diffs go straight back to the agent - nothing goes live unapproved.
90-second setup
Point Buddy at a URL with zero test code, wrap your existing E2E run, or upload a static Storybook build.
Set up tests for any URL
No test suite required - hand bdy a URL or a sitemap and every page is captured and compared.
npm i -g bdy
bdy tests capture --urls "https://your.app"Agent-ready by design
One place runs the whole loop without a browser: capture, compare, review. Whatever writes your UI can also check it.
- Connect to Buddy
- bdy mcp --tools suites
- visual test suites · 1 linked
- Run the visual suite
- bdy tests visual session create "npx playwright test"
- session 128 · 12 views · 3 changed
- Read back what changed
- pricing/herolayout shift
- pricing/plan-cardstyle drift
- checkout/summarymissing element
- checkout/summary lost its total row - that one's mine
- Edit src/checkout/Summary.tsx
- Re-run the suite
- session 129 · 2 changed · 0 unintended
- Handing off 2 intentional changes for review
One CLI to run it all
Scriptless capture, wrapped E2E runs, CI gating - every flow above starts from the bdy CLI. Install it and capture your first snapshot.
Go deeper
Hands-on guides for the stack you already run.
