Mataki Labs builds the infrastructure layer between your application logic and the services you depend on. Focused tools that solve one problem well — and work together when you need them to.
YAML-driven analytics dashboards for developers
# dashboards/revenue.yaml
title: Revenue Overview
datasource: postgres-prod
panels:
- id: mrr-trend
type: line
title: MRR (last 90 days)
sql: |
SELECT date_trunc('day', created_at) AS day,
SUM(amount_cents) / 100.0 AS mrr
FROM subscriptions
WHERE created_at > NOW() - INTERVAL '90 days'
GROUP BY 1 ORDER BY 1APIs before UIs
Open where it matters
Use what you need
Boring is a feature
Your data, your control