Composable infrastructure for developers

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.

01

Panoboard

YAML-driven analytics dashboards for developers

  • Dashboards as code — YAML definitions and raw SQL live in Git; no drag-and-drop builder, no vendor-locked query language
  • 26+ visualization types — Bar, line, pie, heatmap, sankey, treemap, funnel, calendar, radar, and more in a single self-hosted Docker image
  • 18+ community themes — Catppuccin, Dracula, Nord, Solarized, and more; dark-first design built for extended use
Explore Panoboard
panoboard.yaml
# 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 1

Our Philosophy

01

Developer-first

APIs before UIs

02

Transparent engineering

Open where it matters

03

Composable, not monolithic

Use what you need

04

Infrastructure-grade reliability

Boring is a feature

05

Privacy by design

Your data, your control