Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 711 Bytes

File metadata and controls

16 lines (13 loc) · 711 Bytes

Meterboard repository guide

Meterboard is an open-source personal SaaS command center. It normalizes spend, balances, quotas, seats, and runway without pretending estimates are provider truth.

Boundaries

  • apps/api: Python/FastAPI product API, connector manifests, credential encryption, polling, persistence.
  • apps/web: Next.js dashboard and connection onboarding.
  • supabase/migrations: database truth.
  • Provider credentials are encrypted in the API and never returned to the browser, logged, or committed.
  • Every metric carries provenance: provider, calculated, manual, or invoice.
  • Preserve native units. Never fabricate a universal credit balance.

Verification

make verify