← Agentic analytics

Eyepup on Vercel

Eyepup ships with a one-line Vercel deploy hook so every push auto-logs to the dossier agent. Pair with eyepup install for a 60-second integration on any Vercel-deployed app.

Three lines to wire it up

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

Where the snippet lands

eyepup install detects your framework + writes the snippet. Optional: post-deploy hook calls eyepup log so the agent grades visitors against each push.

Bonus

Works with all Vercel framework presets (Next.js, Astro, Nuxt, Remix, SvelteKit, Vite, Hugo). See /recipes/post-deploy-changelog for the build-hook recipe.

Other platforms