A product tour
Device journeys, a live event feed, UTM attribution and user identity linking — one npm package, no cookies, no config files.
Active Devices
2,847
↑ +3 last 5 min
Sessions Today
218
↑ +12% vs yesterday
Avg Session Time
4m 22s
↑ +38s vs yesterday
Events Today
14,392
↓ -3% vs yesterday
01 — Install
Install the npm package and wrap your layout with NohmoNextProvider. Page views, scroll depth, time spent and clicks are tracked automatically.
npm install nohmo
// app/layout.tsximport { NohmoNextProvider } from 'nohmo'export default function RootLayout({ children }) {return (<NohmoNextProvider projectId="proj_a8x2kq">{children}</NohmoNextProvider>)}