git404hub

what is ai_usage_dashboard fr?

danleetw/ai_usage_dashboard — explained in plain English

Analysis updated 2026-05-18

59HTMLAudience · developerComplexity · 2/5Setup · easy

tl;dr

AI Usage Dashboard is a local web page that shows remaining quota, reset countdowns, and context usage for AI coding tools like Claude and Codex as game-style health bars.

vibe map

mindmap
  root((usage dashboard))
    What it does
      Provider usage bars
      Reset countdowns
      Context usage tracking
      Auto language switch
    Tech stack
      HTML
      JavaScript
      Node.js built-ins
    Use cases
      Monitor AI CLI quotas
      Local-only zero-dependency
      Floating desktop widget
    Audience
      Developers using AI CLIs

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 make with this?

VIBE 1

Monitor remaining usage quota and reset countdowns for Claude, Codex, MiniMax, and other AI CLI tools in one dashboard.

VIBE 2

Keep the dashboard running locally with zero external dependencies and no data leaving your machine.

VIBE 3

Pin a small floating widget on Windows or macOS to watch AI usage without keeping a browser tab open.

what's the stack?

HTMLJavaScriptNode.js

how it stacks up fr

danleetw/ai_usage_dashboardhassancs91/claude-image-generationliangdabiao/weekend-city-trip
Stars595958
LanguageHTMLHTMLHTML
Setup difficultyeasymoderatemoderate
Complexity2/53/53/5
Audiencedeveloperdevelopergeneral

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

how do i run it?

Difficulty · easy time til it works · 5min

Requires Node.js, the start script offers to install it automatically if missing.

License terms are not stated clearly in the available README text.

in plain english

AI Usage Dashboard is a locally run web page that shows how much of your usage quota you have left across different AI coding tools, one row per provider, displayed like video game health bars. Each bar shows your current usage percentage, a countdown until your quota resets, context window usage, and weekly or monthly usage. It automatically syncs with Claude, Codex, MiniMax, Antigravity, and Kiro, though Antigravity requires its own CLI to stay running in a terminal, and Kiro requires installing and logging into its CLI separately. The project is built with zero runtime dependencies. The front end is a single index.html file, and the small server behind it, server.js, uses only Node.js's built in modules, so you do not need to run npm install to use it. The server only listens on your own machine at 127.0.0.1 and is never exposed to the outside network. The interface supports both Traditional Chinese and English, switching automatically based on your browser's language. To start it, you download the project and run a start script for your operating system: start.bat on Windows, start.command on macOS, or start.sh on Linux. These scripts detect whether Node.js is installed and, if not, offer to install it automatically using your system's package manager. Once running, it opens your browser to a local address automatically. Any sensitive information, like a MiniMax API key, stays entirely on your own computer. It is encrypted using AES-256-GCM with a key derived from your specific machine's hardware identifier, meaning the resulting config file cannot be decrypted if copied to a different computer. On Windows and macOS there is also an optional floating desktop widget, a small always on top window showing just the provider cards, available as a precompiled download or built from source.

prompts (copy fr)

prompt 1
How do I run AI Usage Dashboard's start script on Windows, macOS, or Linux without installing Node.js manually?
prompt 2
Explain how AI Usage Dashboard encrypts my MiniMax API key using a machine-specific hardware identifier.
prompt 3
How does the mini floating widget mode work and how do I switch which provider it shows?
prompt 4
What providers does AI Usage Dashboard automatically sync usage data from?

Frequently asked questions

what is ai_usage_dashboard fr?

AI Usage Dashboard is a local web page that shows remaining quota, reset countdowns, and context usage for AI coding tools like Claude and Codex as game-style health bars.

What language is ai_usage_dashboard written in?

Mainly HTML. The stack also includes HTML, JavaScript, Node.js.

What license does ai_usage_dashboard use?

License terms are not stated clearly in the available README text.

How hard is ai_usage_dashboard to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is ai_usage_dashboard for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.