Features

Everything you need to actually use.

A guided directory for the analytics, conversion, reliability, and AI features Produl ships today. Each card links to a dedicated feature page or the relevant implementation docs with setup details, limits, and practical examples.

02 · What you get

Everything Google Analytics does
without the baggage.

Real-time

Live visitor map

Watch visitors land in real time. Geolocated to city, grouped by page, updated every second via SSE.

LCP
CLS
INP
TTFB
FCP
FID
Performance

All 6 Web Vitals

LCP, CLS, FCP, TTFB, FID, and INP — collected and graded the way Chrome does it. No plugin required.

×Third-party cookies
×Device fingerprinting
×Cross-site ID sync
Aggregated analytics
Core Web Vitals
Privacy

No third-party cookies

Zero HTTP cookies. No ad-tech fingerprints. No shared identity graph. Your visitor data stays yours.

Privacy posture

Built to avoid ad-tech tracking by default.

Produl does not set third-party tracking cookies, does not build cross-site identity graphs, and keeps analytics data in the region you select. The product docs cover implementation details; the security page explains the broader collection and storage model.

04 · The toolkit

Built for the whole workflow.

Not another dashboard that only shows pageviews. Produl has the tools you'll actually reach for — every week, when things move.

Conversion funnels

Define multi-step journeys and measure exactly where users drop off. Results recompute live.

User flows

Force-directed graph of every path users take through your site. Find the routes that convert.

Alerts

Threshold, event, and anomaly-based alerts. Get notified the moment something breaks (or takes off).

Unified dashboards

All-sites totals, per-site analytics, journeys, heatmaps, and live map controls in one focused workspace.

Deploy annotations

Mark releases on your charts. See the exact moment a change moved the metrics.

Business

Ask Produl

Natural-language queries on your own data. "How did conversion change last week?" — done.

05 · For developers

Built the way you build.

A script tag works everywhere, exposes one tiny API for custom events, and auto-captures the obvious stuff. npm adapters are optional when your stack wants them.

Script tag first

Paste the hosted tracker once and ship. No package install, build step, or tag manager required.

Auto-captures the obvious

Pageviews through SPA navigation. Outbound links. File downloads. 404s. Web Vitals. You don't wire it up.

One simple API

window.ma.track(name, props) — that's the whole custom-events API. Framework adapters add TypeScript ergonomics when you want them.

Non-blocking, async

The tracker runs on requestIdleCallback and defers to your page. Never delays a Core Web Vital.

tracking.ts
// Fire custom events with any props you like.
	window.ma.track('signup', {
  plan: 'starter',
  ref:  'twitter',
})

// Automatically captured:
// → pageviews (with SPA route changes)
// → outbound link clicks
// → file downloads (pdf, zip, docs, etc.)
// → 404s

Stop feeding your visitors
to Google. Start measuring
what actually matters.

Free forever up to 10k events · cancel any time