Skip to content

HoverAI that hovers over your dev workflow

Speak or type natural-language instructions. Watch the agent drive your dev browser. Crystallize the verified session into a Playwright spec, a Skill, or a Jira case.

Quick demo ​

In any Vite / Astro / Nuxt / Next.js / Webpack project:

bash
npx @hover-dev/cli add        # install + register the plugin
pnpm dev                      # your normal dev command

The widget appears in the bottom-right of your dev page. Click ✨ to open it; hold the πŸŽ™ button or type your prompt:

log in, then add a todo named "verify hover"

The agent drives an isolated debug Chrome over CDP, narrates each step, and renders a Result + Findings card at the end. Click Save as Spec and the verified flow becomes a __vibe_tests__/<slug>.spec.ts file that runs in your CI like any other Playwright test.

Why Hover ​

Other toolsHover
Cloud-hosted agent + browser farm + per-token billingYour local CLI agent + your dev browser. No new keys, no per-token bill.
Proprietary recording format that lives in their cloudStandard @playwright/test files in your repo. CI runs without Hover.
AI runs the test forever (flaky, slow)AI explores once β†’ crystallizes into a deterministic script. Best of both.

Read the full pitch β†’

Apache 2.0 licensed