explaingit

seakee/cpa-manager-plus

Analysis updated 2026-07-03 · repo last pushed 2026-07-03

⭐ Rising1,199TypeScriptAudience · ops devopsComplexity · 3/5ActiveSetup · moderate

TLDR

A self-hosted dashboard for monitoring AI gateway traffic, track request counts, costs, failures, and account quotas in real time, all stored locally with no cloud dependency.

Mindmap

mindmap
  root((repo))
    What it does
      Real-time traffic dashboard
      Cost and spend analytics
      Account quota monitoring
      Auto-pause over-limit accounts
    Tech stack
      TypeScript
      Docker
      Linux macOS Windows
    Use cases
      Diagnose request failures
      Report weekly AI spending
      Manage multiple accounts
    Privacy
      No cloud account needed
      Keys encrypted locally
      No analytics SDKs
      Exported data redacted
    Audience
      AI gateway operators
      Teams tracking AI costs
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Monitor real-time request counts, success rates, latency, and cost across your AI gateway.

USE CASE 2

Diagnose failing Codex or Claude Code requests by viewing failure rates and redacted error summaries on the monitoring page.

USE CASE 3

Generate weekly AI spending reports with per-model cost rankings and token breakdowns.

USE CASE 4

Track multiple Codex accounts' quota limits, plan tiers, and credential status from one inspection page.

What is it built with?

TypeScriptDocker

How does it compare?

seakee/cpa-manager-pluscccyd2003-qwq/pinkbinextend-hq/ui
Stars1,1991,1811,255
LanguageTypeScriptTypeScriptTypeScript
Last pushed2026-07-032026-06-212026-07-03
MaintenanceActiveActiveActive
Setup difficultymoderatemoderateeasy
Complexity3/53/52/5
Audienceops devopsdeveloperpm founder

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires an existing OpenAI-compatible AI gateway running alongside it, plus Docker or a native binary runtime.

No license information is provided in the repository explanation, so usage rights are unclear.

In plain English

CPA Manager Plus is a self-hosted dashboard that helps you monitor and manage your AI gateway traffic. If you route AI requests through a gateway like CLIProxyAPI or any OpenAI-compatible setup serving tools like Codex or Claude Code, this tool gives you a clear window into what is happening: how many requests are flowing through, what they cost, where failures occur, and whether your accounts are still healthy and within quota. The tool works by sitting alongside your existing gateway and recording every request that passes through. It shows a real-time dashboard with today's request counts, success rates, average latency, and estimated costs. You can filter by model, account, project, or time range. On the analytics side, it breaks down spend per model and per account, with token-level detail showing how much went to input, output, reasoning, and cached content. It also runs scheduled checks on Codex accounts to verify quota remaining, credential validity, and workspace status, and if an account hits its usage limit, it automatically pauses that account and re-enables it when the quota resets. This is built for teams or individuals who run an AI gateway and need visibility into cost and reliability. For example, if your Codex requests start failing, you can open the monitoring page to see the failure rate, which accounts or models are affected, and redacted summaries of what went wrong. If you need to report weekly AI spending, the analytics page ranks models by cost and breaks down tokens across categories. And if you manage multiple Codex accounts, the inspection page tells you each account's remaining quota, plan tier, reset schedule, and credential status so you know which accounts are usable. Notably, the project is designed with privacy in mind. It has no analytics SDKs, no cloud account requirement, and no registration flow. All data stays in local files on your host machine, gateway keys are encrypted before storage, and exported data never includes raw error bodies. It runs as a single Docker container or a native binary on Linux, macOS, and Windows, and only talks externally to the gateway you configure plus any optional integrations you explicitly enable, like model price syncing from LiteLLM or OpenRouter.

Copy-paste prompts

Prompt 1
Set up CPA Manager Plus alongside my OpenAI-compatible gateway and configure it to monitor request counts, costs, and failure rates in real time.
Prompt 2
Write a Docker Compose file that runs CPA Manager Plus as a single container and connects it to my existing CLIProxyAPI gateway so I can see live traffic analytics.
Prompt 3
Configure CPA Manager Plus to automatically pause my Codex accounts when they hit their usage limit and re-enable them when the quota resets.
Prompt 4
Use CPA Manager Plus to generate a weekly AI spending report that breaks down costs per model and per account, including input, output, reasoning, and cached token details.
Prompt 5
Set up CPA Manager Plus to monitor multiple Codex accounts and show each account's remaining quota, plan tier, reset schedule, and credential status on one page.

Frequently asked questions

What is cpa-manager-plus?

A self-hosted dashboard for monitoring AI gateway traffic, track request counts, costs, failures, and account quotas in real time, all stored locally with no cloud dependency.

What language is cpa-manager-plus written in?

Mainly TypeScript. The stack also includes TypeScript, Docker.

Is cpa-manager-plus actively maintained?

Active — commit in last 30 days (last push 2026-07-03).

What license does cpa-manager-plus use?

No license information is provided in the repository explanation, so usage rights are unclear.

How hard is cpa-manager-plus to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is cpa-manager-plus for?

Mainly ops devops.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Scan in gitsafehub Deploy in gitdeployhub seakee on gitmyhub

Verify against the repo before relying on details.