open source · MIT
AIMeter is a self-hosted dashboard that polls usage APIs across your AI subscriptions — quota, remaining, reset time — without any data leaving your server. SQLite, Postgres, MySQL, or D1. Runs anywhere.
All providers on one screen. Cards are drag-reorderable.
Usage snapshots plotted over the active billing window.
REST endpoints for scripting, status pages, and integrations.
Per-provider credential config and operational state.
# run with persistent SQLite volume
docker run -d \
--name aimeter \
-p 3000:3000 \
-v aimeter-data:/app/data \
ghcr.io/bugwz/aimeter:latest