React Framework
Next.js
Standard analytics miss page views in SPA apps entirely. Web Analyzer App tracks every client-side navigation in both App Router and Pages Router β automatically, with 2 KB of JavaScript.
2 KB
Gzipped tracker size
< 1 ms
Main thread impact
0*
Cookies by default
β
Free plan websites
Why Next.js users switch
When Next.js routes between pages client-side, traditional analytics never fires a page view. Web Analyzer App hooks into router events to track every transition.
Performance matters in React apps. Our 2 KB async script loads after your app and never appears in your bundle or Core Web Vitals.
Firing analytics events from React components usually means wrapping calls in useEffect or custom hooks. Tracker.track() is a simple one-liner that works anywhere.
Everything you need
One subscription. Every feature you need to understand your Next.js visitors and grow your business.
Works with both Next.js architectures. A small client component uses usePathname for App Router; router.events handles Pages Router.
Call Tracker.track('event_name', { data }) from any React component, server action output, or client-side handler.
Sessions are linked across navigations so you see the complete user journey β not isolated page views.
Capture UTM params on first load and attribute them to the entire session, even through SPA navigations.
Define goals based on route visits β /checkout/success, /pricing, /signup β and track conversion rates over time.
Monitor your Next.js app's availability and get instant alerts if a deployment breaks your site.
Dead-simple setup
No SDK to install. No build step. Just paste 2 lines and data starts flowing.
'use client';
import { useEffect } from 'react';
import { usePathname } from 'next/navigation';
export default function Analytics() {
const pathname = usePathname();
useEffect(() => {
window.Tracker?.page();
}, [pathname]);
return null;
}
Replace YOUR_KEY with your tracking key from your dashboard.
Create a free account β
Simple pricing
No contracts. No surprise bills. Cancel anytime.
$0 /month
Forever free. No credit card required.
First month free, then 50% off your second
$7.49 /mo
then $14.99/month · No contracts · Cancel anytime
First month free, then billed annually
$149.99 /year
$12.50/month · 2 months free · Cancel anytime
Professional Services
We can set up everything for you. Focus on your business while we handle the technical side.
We install the tracker, configure goals, funnels, and uptime monitoring on your website. Ready to go in 24 hours.
$99 one-time
Get StartedFull analytics integration for your iOS or Android app. Event tracking, user journeys, and conversion funnels β all configured.
$199 one-time
Get StartedCustom solutions for your business. Dedicated onboarding, custom integrations, SLA, and priority support.
Custom pricing
Contact UsTakes 2 minutes to set up. No engineer required. Free forever plan available.
Visitors
0
+23.4%
Page Views
0
+31.2%
Bounce
34.2%
-5.1%
Privacy-first analytics with a 2 KB script. No cookies, no consent banners. Free forever.
We'd love to hear why you're leaving. Your feedback is really important to us and helps us improve.
Your feedback helps us build a better product.
Find answers instantly
Hi! I can help you find answers about Web Analyzer App. Pick a topic or search for a question.
Popular questions
No results found.
Contact support →