Analytics from the terminal
Run your entire CRO loop without opening a dashboard. Eyepup's CLI is headless, greppable, and pipe-friendly — same data the dashboard renders, in shell.
One-line workflow
$ eyepup ask "what's blocking conversion right now?"
How it works
Step 1
Auth
npm i -g eyepup && eyepup login. One browser handshake, then live in the shell.
Step 2
Inspect
eyepup status / hottest / visitors. Snapshot of right-now traffic in three commands.
Step 3
Diagnose
eyepup ask 'why is /pricing bouncing?' Free-text question routed across visitor / funnel / anomaly buckets.
Step 4
Ship
eyepup todo --limit 1 | claude -p. Top friction goes straight to your coding agent.
