Metrics as Code

Turn Key Metrics into Actionable Services

Define, track, and analyze your Key Performance Indicators with a simple API. Transform static business metrics into dynamic, automated services that drive results.

Join waitlist

kpis.do

import { KPIs } from '@do/sdk';

// Get the current status of a KPI via the API
const kpi = await KPIs.get('monthly-active-users');

console.log({
  name: kpi.name,
  value: kpi.currentValue,
  status: kpi.status, // e.g., 'on-track', 'at-risk'
  trend: kpi.trend,   // e.g., 'increasing', 'stable'
});

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.