Simple, lightweight, cookie-free analytics. All the insight of Google Analytics — none of the weight, the complexity, or the creepy.
No credit card required.
Google Analytics is heavy, invasive, and forces a cookie banner on every visitor. PulseView flips that: a featherweight script, zero cookies, and metrics you can actually understand at a glance.
PulseView never uses cookies or stores personal data, so you skip the consent banner entirely.
Add a single script tag or install @pulseview/react from npm. Works with Next.js, React, WordPress, Shopify, or any HTML page.
Visitors, page views, traffic sources, and conversions — the numbers that matter, without the clutter.
Watch your traffic live. See who's on your site right now and where they came from.
Track conversions and drop-off across multi-step flows so you know what's actually working.
GDPR, CCPA, and PECR friendly by design. We don't sell, share, or profile your visitors. Ever.
One snippet. Works anywhere.
npm install @pulseview/react
Next.js App Router
import { PulseViewScript } from "@pulseview/react/next"
export default function Layout({ children }) {
return (
<html>
<body>
{children}
<PulseViewScript
domain="your-site.com"
trackErrors
/>
</body>
</html>
)
}Track custom events
import { useTrack } from "@pulseview/react"
export function SignupButton() {
const track = useTrack()
return (
<button
onClick={() =>
track("signup", { plan: "pro" })
}
>
Get started
</button>
)
}Free plan available. No credit card required.
Set up in minutes with a single lightweight snippet. Free to start, no card needed.
Start for free