← Agentic analytics

Nuxt analytics with Eyepup

Eyepup auto-injects into Nuxt 3 via your nuxt.config.ts head property — works with SSR, SSG, and hybrid rendering.

Three lines to wire it up

$ npm i -g eyepup
$ eyepup login
$cd your-app && eyepup install

Where the snippet lands

nuxt.config.ts — the snippet is added under app.head.script. SSR-safe (no window references at module scope).

Bonus

Vue Composition API + Nuxt server routes get the same first-class visitor tracking as the static pages.

Other platforms