Premium AI usage dashboard for AntiGravity with burn rate tracking, exhaustion predictions, and beautiful insights.
Antigravity Usage redefines how you monitor your AI consumption. Built for power users who need clarity, prediction, and aesthetics.
- Real-Time Dashboards: A unified Sidebar and Full-Screen Dashboard monitoring all your quotas in real-time.
- Insights Engine: Advanced analytics including Session Burn Rate and Predicted Exhaustion times.
- Visual Intelligence:
- Laws of UX Compliance: Designed using Miller's Law (chunking), Von Restorff Effect (critical alerts), and Aesthetic-Usability Effect.
- Status Indicators: Dynamic color-coded bars and badges for instant health checks.
- Zero Config: Automatically detects your local Antigravity server ports.
- Platform Agnostic: Works perfectly on Windows and macOS.
Managing AI quotas shouldn't feel like managing a spreadsheet. I built Antigravity Usage to bring a layer of "Premium Utility" to the developer workflow. By leveraging modern design principles and a reactive state architecture, this extension transforms raw JSON data into actionable, beautiful insights, keeping you in flow without the anxiety of hitting sudden limits.
- Open VS Code.
- Press
Ctrl+Pand typeext install Zendevve.antigravity-usage. - The extension automatically activates when it detects an active Antigravity session.
- Status Bar: Click the "AG" status bar item to open the Quick Sidebar.
- Sidebar: View your primary model's health at a glance.
- Dashboard: Click "Open Dashboard" for deep analytics, charts, and historical trends.
- Commands:
Antigravity: Refresh Quota- Force a manual update.Antigravity: Open Dashboard- Launch the full analytics view.Antigravity: Clear History- Reset your session stats.
Customize your experience in Settings > Extensions > Antigravity Usage.
| Setting | Description | Default |
|---|---|---|
antigravity.refreshInterval |
Polling frequency in milliseconds. | 3000 |
antigravity.warningThreshold |
Percentage at which the status bar turns yellow/red. | 10 |
antigravity.displayStyle |
visual formatting of status bar (percentage, fraction, icon). |
percentage |
antigravity.pinnedModels |
List of models to keep at the top of your capabilities list. | [] |
├── docs/ # Feature specs, ADRs, and guides
│ ├── ADR/ # Architecture Decision Records
│ └── Features/ # Deep dive into functionality
├── src/ # Source Code
│ ├── core/ # Business Logic (Store, Fetcher, Insights)
│ ├── ui/ # UI Components (Renderer, Tokens)
│ └── utils/ # Formatters and Helpers
├── legacy/ # Archived V1 codebase
└── package.json # Manifest and ConfigurationThis project leverages the following powerful libraries:
- VS Code Extension API - The framework for integration.
- TypeScript - For strict type safety and architectural robustness.
- Redux Pattern - Inspired the internal
QuotaStoredesign.
This project is licensed under the MIT License.
- Why MIT? I believe tools like this should be open and accessible. You are free to fork, modify, and improve this dashboard.
See the LICENSE file for details.
Zendevve
Built with MCAF (Managed Code Coding AI Framework).