NewMeet Kometrics AI

Subscription analytics
you can talk to

Accurate MRR, churn and LTV from the billing data you already have. Then ask Kometrics AI anything about your revenue and get an answer with the report behind it.

Start free

Free until your book passes $1,000 MRR. No credit card.

app.kometrics.com
Kometrics dashboard with MRR and paid subscriber trends

Reads the billing you already run, and merges it into one book

StripePaddleCreemAsaas

Bill on two providers and a customer who moved between them stays one customer with one continuous history, instead of showing up as a churn and a signup. How integrations work

What you get

Numbers you can check, not just charts you can show

Twelve reports, six explorer tools and an analyst that reads the same ledger they do.

Metrics

Twelve reports that agree with each other

MRR, ARR, growth and churn rates, subscribers, ARPA and LTV, each with the period by period table under the chart. Proration, coupons, plan changes and multi-currency are resolved when the data is ingested, so the figure you present is the figure that survives being questioned.

  • Daily through yearly, on every report
  • Movement cells open the customers behind them
  • The in-progress period draws dotted, never as a dip
Read more

Monthly Recurring Revenue

$43,612 +4.1%

Explore

Tools for the questions a dashboard raises

A dashboard tells you MRR moved. It rarely tells you whether the customers you won this year stay longer than last year's, which days cash actually lands, or which revenue is already scheduled to leave. Six tools answer those directly.

  • Forecast, Cohorts, Maps, Goals, Revenue Calendar and Risk Radar
  • Each one reads the same ledger as the reports
  • Built for the question, not for the screenshot
Read more
app.kometrics.com/calendar
Revenue calendar showing cash already collected and cash expected in the coming months
ForecastWhere MRR lands if the last few months repeat.
Revenue CalendarWhich days the money actually arrives.
Risk RadarThe MRR carrying a warning sign, before it leaves.
Cohorts, Maps, GoalsRetention by signup month, revenue by country, targets on the chart.
Kometrics AI

Ask your revenue a question

The analyst reads your ledger, so the answer comes back with your figures rather than a plausible-sounding average. It is fenced to one workspace in the code that runs the queries, not by asking it politely, and every answer links back to the report that produced the number.

  • Reads the same metric series the reports draw
  • Answers in tables, linked to the matching report
  • Scoped to one workspace at the query layer

Coming soonA connector that puts the same answers inside Claude and ChatGPT. Kometrics AI itself runs in the app today.

Read more
Why was MRR flat last month?
New business held at $4,180, but two Scale customers downgraded and one churned, taking $3,940 out. Net movement was +$240.

Answered from your ledger

Customers

Every number traces back to a name

A metric is only trustworthy if you can open it. Each customer carries their MRR history, subscriptions, movements and invoices, so a surprising month turns into a list of names instead of an argument about the chart. Customers in dunning are called out on their own, because money that is late is a different problem from money that is gone.

  • Per-customer MRR, movements and invoices
  • Past due surfaced before it becomes churn
  • Reachable from any report cell, and from the API
Read more
app.kometrics.com/customers
Customer list with MRR, plan and status for every subscriber
Mobile

Your metrics on your phone screen

The whole book in your pocket, and the number you check first without even opening the app. Kometrics has an iOS app whose home and lock screen widgets keep this month MRR where you already look, next to the weather.

  • Home and lock screen widgets with a sparkline
  • The dashboard with this month's movement breakdown
  • Any customer with their MRR charted
  • The movements list behind every widget jump

Coming sooniOS first, App Store soon. No Android build yet.

Read more
The Kometrics iOS app showing MRR, paid subscribers and this month movement breakdown
A single customer in the Kometrics iOS app, with their MRR charted over time
For developers

Your metrics with a simple API

Everything the dashboard shows is served by a read-only REST API: metric series, customers, subscriptions and the full movements feed. Keys are scoped per workspace, stored hashed, and revocable in one click.

  • API keys with an OpenAPI contract
  • Signed webhooks keep the numbers current after the first sync
  • Money as integer cents, so nothing drifts
Read the API docs
curl
curl -G https://kometrics.com/api/v1/metrics/mrr \
  -H "Authorization: Bearer ko_your_api_key" \
  -d start-date=2026-01-01 \
  -d end-date=2026-08-01 \
  -d interval=month
Response
{
  "entries": [
    { "date": "2026-01-31", "mrr": 4820000 }
  ],
  "summary": { "current": 4820000, "percentage-change": 2.73 }
}
Pricing

Free until you pass $1,000 MRR

Then $15 a month billed yearly, or $19 month to month. One plan with everything in it, and a price that does not climb with your revenue.

All twelve reportsEvery explorer toolKometrics AIAPI and webhooksUnlimited workspaces

See your own numbers in minutes

Paste a read-only key and the first sync pulls your entire history. If you would rather look before connecting anything, the demo is a full workspace with three years behind it.