A product tour

Analytics that actually understands your users.

Device journeys, a live event feed, UTM attribution and user identity linking — one npm package, no cookies, no config files.

app.nohmo.com/dashboard
Nohmo

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

Events over time↑ 18.4% today

01 — Install

One package. Two minutes.

Install the npm package and wrap your layout with NohmoNextProvider. Page views, scroll depth, time spent and clicks are tracked automatically.

app.nohmo.com/docs/quickstart
Nohmo
bash
npm install nohmo
tsx
// app/layout.tsx
import { NohmoNextProvider } from 'nohmo'
export default function RootLayout({ children }) {
return (
<NohmoNextProvider projectId="proj_a8x2kq">
{children}
</NohmoNextProvider>
)
}
Page views, clicks, scroll depth & time spent now track automatically.
Nohmonohmo Exit tour
Scroll to explore