Alerts + analytics for modern SaaS

Analytics that reach you.

Track signups, revenue, and milestones. Instant email alerts, live dashboards, and user segments — built for indie founders.

Instant alerts
Live dashboards
User segments

Built-in analytics

Dashboards that update as events roll in

Time-series charts, category breakdowns, and customizable widgets — no third-party analytics tool required.

clearbeam.app/dashboard/analytics
Total events
214

Last 30 days

Sign-ups
124

+18% vs prior period

Revenue events
68

$3,332 tracked

Categories
3

SignUp, Revenue, Milestone

Events over time
Events by category

How it works

From API call to insight in minutes

01

Send an event

POST to our API from your app with a category and any custom fields you need.

02

Get notified instantly

Critical events land in your inbox the moment they happen — signups, sales, milestones.

03

Explore your data

Charts, segments, and dashboards update in real time so you always know where you stand.

Everything included

Monitor, analyze, and act on your data

From a single API endpoint to dashboards, segments, and live updates — Clearbeam covers the full event lifecycle.

Real-time notifications

Get notified about critical events the moment they happen — signups, sales, and milestones delivered straight to your inbox.

  • Instant email alerts on every event
  • Customizable notification rules
  • Works on mobile and desktop
9:41Clearbeam
New signup

user@example.com · just now

Payment received

$49.00 · 2m ago

Milestone reached

$5k MRR · 1h ago

Events

214

Revenue

$3.3k

Users

124

Events over time

Custom dashboards

Drag-and-drop widgets for time-series, category breakdowns, and field aggregates.

Segment filters42 matches
plan = PRO
amount > 49
category = sale

User segments

Filter events by field values to find power users, high-value customers, or churn risks.

Track any event

From sign-ups to payments, Clearbeam captures every critical moment in your SaaS.

Custom properties

Attach any data to an event — user email, purchase amount, or plan tier.

clearbeam.js
await fetch("https://clearbeam.mushoodhanif.com/api/v1/events", {
  method: "POST",
  body: JSON.stringify({
    category: "sale",
    fields: {
      plan: "PRO",
      email: "zoe.martinez2001@email.com",
      amount: 49.00
    }
  }),
  headers: {
    Authorization: "Bearer <YOUR_API_KEY>"
  }
})

Easy integration

Connect Clearbeam in minutes. One REST endpoint, any language — plus a live SSE stream for real-time dashboards.

Get started today

Ready to let Clearbeam
reach you?

Set up in under five minutes. One API call. Instant alerts and live analytics in your dashboard — built for founders who move fast.

  • Free tier with 1,000 events/month
  • Setup in under 5 minutes
  • No credit card required

Start tracking in minutes

1. Create your free account
2. Copy your API key
3. POST your first event