Web,User,Productanalytics, all first-class

The analytics platform
that doesn't make you choose.

Web analytics, user analytics, and product analytics — seamlessly unified. One SDK. One dashboard. Zero compromises.

No credit card required · 14-day free trial

Page Views

4,291

+12%

Unique Visitors

9,847

+8%

Sessions

14,203

+15%

Avg Duration

2m 34s

+3%

Page views Visitors

Page views

Unique visitors

Apps tracked

8KB

SDK size

<50ms

Latency p99

99.9%

Uptime

Three pillars, one platform

Analytics that covers everything

Stop stitching together Plausible, Mixpanel, and Amplitude. Get all three, seamlessly integrated, from a single SDK.

Web

Analytics

Know every page, referrer, and session.

Track page views, unique visitors, sessions, bounce rates, and top referrers — with full geographic and device breakdowns. No cookies required.

  • Automatic page view tracking
  • Session stitching across tabs
  • UTM campaign attribution
  • Real-time activity feed

User

Analytics

Understand who's actually using your product.

Identify users, track traits and cohorts, and see every touchpoint across their lifecycle. Cross-device identity resolution included.

  • User identification & traits
  • Anonymous → identified linking
  • Cross-device fingerprinting
  • User-level activity timeline

Product

Analytics

Measure what users do, not just where they go.

Fire custom events, build funnels, analyze retention, and track any metric that matters to your product — all from the same SDK.

  • Custom event tracking
  • Funnel & conversion analysis
  • Feature adoption metrics
  • Web vitals (LCP, FID, CLS)

Auto-click tracking

Decorate any element with data-analytics to capture clicks without code.

Web Vitals built-in

LCP, FID, CLS, TTFB, and INP tracked automatically out of the box.

Privacy-first

Respects Do Not Track, no third-party cookies, GDPR-ready.

Up in minutes

Three steps to full coverage

No complex configuration. No infrastructure to manage. Install, track, ship.

01

Install the SDK

One package. Works with Next.js, React, Vue, or any web app. Under 8KB gzipped.

$npm install @signalsplash/analytics
02

Initialize & track

Configure with your App ID. Page views are tracked automatically. Add custom events where you need them.

$analytics.track('button_clicked', { label: 'CTA' })
03

See the insights

Open your SignalSplash dashboard. Real-time event feed, session replays, funnel analysis — all live instantly.

$# Dashboard ready at app.signalsplash.com

Dead simple integration

A few lines to full observability

Works with every framework. Auto-tracks pages, clicks, and web vitals. Add custom events in seconds.

// app/layout.tsx
import { AnalyticsProvider } from '@signalsplash/analytics/react';

export default function RootLayout({ children }) {
  return (
    <html>
      <body>
        <AnalyticsProvider
          appId="your-app-id"
          trackPageViews
          trackWebVitals
          trackClicks
        >
          {children}
        </AnalyticsProvider>
      </body>
    </html>
  );
}
@signalsplash/analytics · TypeScript · ESM + CJS
~7.8KB gzip

Pricing

Simple, transparent pricing

Start free. Scale as you grow. No per-seat pricing, no hidden fees.

Hobby

Freeforever

For personal projects and side hustles.

  • 100K events / month
  • 1 app
  • 90-day data retention
  • Web analytics
  • User analytics
  • Community support
Get started
Most popular

Pro

$29/ month

For growing products that need the full picture.

  • 5M events / month
  • Unlimited apps
  • 1-year data retention
  • Web + User + Product analytics
  • Funnels & retention analysis
  • Web Vitals monitoring
  • Email support
  • API access
Start free trial

Scale

$99/ month

For high-traffic products with advanced needs.

  • 50M events / month
  • Unlimited apps
  • Unlimited data retention
  • Everything in Pro
  • SSO / SAML
  • Custom data export
  • SLA guarantee
  • Dedicated support
Contact sales

All plans include a 14-day free trial. No credit card required to start.

Start tracking in under 5 minutes

Join hundreds of teams using SignalSplash to understand their users, measure their products, and ship faster with confidence.

No credit card · 14-day free trial · Cancel anytime