Vite analytics with Eyepup
Vite + React, Vite + Vue, Vite + Svelte — Eyepup auto-injects into your index.html. One command, every Vite-powered framework.
Three lines to wire it up
$ npm i -g eyepup
$ eyepup login
$cd your-app && eyepup install
Where the snippet lands
index.html — the snippet lands in <head> right before </head>. No Vite plugin, no vite.config edit.
Bonus
If you ship a SPA, Eyepup tracks visitor behaviour across client-side route changes — set { spa: true } when registering the snippet.
