Shopify analytics with Eyepup
Drop the Eyepup snippet into your theme.liquid layout file and every visitor on every store gets a profile — plus friction-pattern detection across PDPs, cart, and checkout.
Three lines to wire it up
$ npm i -g eyepup
$ eyepup login
$cd your-app && eyepup install
Where the snippet lands
layout/theme.liquid — paste the snippet inside <head>. eyepup install --site myshop.myshopify.com handles the auth + token.
Bonus
Multi-store ops? Run eyepup todo --site $store.myshopify.com per store; loop the top friction across all of them and pipe to Claude Code.
