Analytics, crashes and rage taps — one SDK

Your users are failing silently. You're looking at page views.

Analytics, crash monitoring and rage-tap detection in one SDK — for React Native, Flutter, React and Next.js.

No signup — it's the real dashboard, loaded with sample data.

React Native SDKCrash monitoring built inRage-tap detectionInstall attributionNo cookies required

18,412

Events today

24 live now

Active sessions

www.nohmo.in/dashboard
Nohmo
OverviewLast 24 hours
Active Devices
2,847
+3 last 5 min
Sessions Today
142
+12% vs yesterday
Avg Session
4m 22s
+38s vs yesterday
Events Today
184k
-3% vs yesterday
Events over time↑ 34% this week
Page View/dashboard · 2s ago
Click"Get started" · 5s ago
Scroll80% depth on /pricing · 11s ago

Features

Everything you need. Nothing you don't.

Built for developers who want deep insights without the complexity of enterprise analytics tools.

Device & location intelligence

Every visitor gets a persistent device ID from first page load. Browser, OS, screen, timezone, and GeoIP — no cookies, no login required.

Anonymous → real user, automatically

User browses anonymously then signs up? Call linkUser() and every pre-login event instantly attaches to their account. Zero data lost.

Auto-capture + custom events

Page views, clicks, scroll depth, and time spent tracked automatically. Add tracker.send() anywhere for custom events — batched with no performance hit.

Full session journeys

Every step a user took through your product, in chronological order. See exactly where they went, how long they stayed, and what they clicked.

Real-time live feed

Watch events stream in as they happen via WebSocket. See page views, clicks, and identifications the moment they occur — live.

UTM traffic attribution

First-touch UTM parameters per session — source, medium, campaign, term, content — surfaced in the Traffic dashboard so you know where users come from.

How it works

Up and running in minutes.

Three steps. No config files. No servers to manage.

Install01

Install & wrap your app

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

bash
npm install nohmo
tsx
// app/layout.tsx
import { NohmoNextProvider } from 'nohmo'
export default function RootLayout({ children }) {
return (
<html><body>
<NohmoNextProvider
projectId={process.env.NEXT_PUBLIC_NOHMO_PROJECT_ID}
apiKey={process.env.NEXT_PUBLIC_NOHMO_API_KEY}
>
{children}
</NohmoNextProvider>
</body></html>
)
}
Track02

Send custom events anywhere

Call send() with an event name and any data from any component. Events are queued and flushed every 3 seconds in a single batched request — no performance impact.

tsx
import { useNohmo } from 'nohmo'
export default function BuyButton({ item }) {
const { send } = useNohmo()
return (
<button onClick={() => send('purchase_started', {
itemId: item.id,
price: item.price,
})}>
Buy now
</button>
)
}
Identify03

Link users at login

When a user signs in, call linkUser() with their ID and email. All anonymous events from that device — including before signup — instantly attach to their account.

tsx
import { useNohmo } from 'nohmo'
export default function LoginForm() {
const { linkUser } = useNohmo()
const handleLogin = async () => {
const user = await loginAPI()
// every event before this call links to the user
await linkUser(user.id, user.email)
}
}

A dashboard that shows you what happened.

Active devices, session journeys, event breakdowns, top pages. Everything in one place, per project.

Nohmonohmo
proj_a8x2kq
A

Overview

Last 24 hours

Active Devices

2,847

+3 last 5 min

Sessions Today

142

+12% vs yesterday

Avg Session

4m 22s

+38s vs yesterday

Events Today

184k

-3% vs yesterday

Events over timeLast 24 hours
4003002001009am10am11am12pm1pm2pm3pm4pm5pm6pm7pm8pm9pm

One tool, not three

Replace your analytics and error stack with one SDK.

Product analytics, session journeys, and error monitoring in a single platform — so you can drop Amplitude and Sentry, and their two bills.

Feature comparison: Nohmo versus Amplitude, Mixpanel, and Sentry
CapabilitynohmoAmplitude / MixpanelSentry
Product analytics — events, funnels & journeys
Included
Included
Not included
Error & crash monitoring
Included
Not included
Included
Errors tied to the full user session
Included
Not included
Partial
Anonymous → identified user linking
Included
Partial
Not included
Cookieless — no cookie banner needed
Included
Not included
Partial
Mobile install attribution & retention
Included
Partial
Not included
Flat pricing — no per-event overages
Included
Not included
Not included
One SDK · one dashboard · one bill
Included
Not included
Not included
IncludedPartial / add-onNot included

Amplitude for analytics + Sentry for errors = two SDKs, two dashboards, two invoices. Nohmo is one of each.

One bill per workspace.

Every plan includes analytics, crash monitoring and rage-tap detection. All your projects on one subscription — never one bill per project.

Free

₹0/mo

1M events

1 project

Everything to get started

Starter

₹4,999/mo

5M events

3 projects

Live feed & attribution

Growth

₹29,999/mo

25M events

Unlimited projects

Unlimited projects & seats

Business

₹99,999/mo

100M events

Unlimited projects

SSO, residency, SLA

No card required · The whole product on every plan · Compare all plans

Get started today

Start tracking in 2 minutes.

Add one npm package, create a project, and see your first events flowing in. No credit card. No servers to manage.

Free forever plan

No credit card needed

Up in 2 minutes