Meter turns raw product events into billable usage, real-time dashboards, and revenue you can actually forecast. Built for usage-based SaaS.
Most usage-based teams stitch together event pipelines, cron jobs, and a prayer. Meter replaces the whole stack.
Ingest millions of events per second with exactly-once guarantees. Usage shows up on dashboards — and invoices — in under a second.
Sum, max, unique counts, time-weighted averages — define any billable metric in plain SQL-like rules. Change pricing without re-instrumenting.
Native sync to Stripe, Chargebee, and your data warehouse. Every line item traceable back to the raw events that produced it.
Three lines to track any usage event. Idempotent by design, batched automatically, typed end to end.
import { meter } from "@meter/sdk"; // count every API call against the customer's plan await meter.track({ event: "api_request", customer: req.org.id, value: 1, idempotencyKey: req.id, });
Free up to 1M events per month. No credit card, no sales call.