techrill-academy/AIC-Usage-Dashboard ? reverse-engineered prompt

Reverse engineered prompt

Build me a small local web app that lets me paste in my GitHub Enterprise slug, a personal access token with the right billing permission, and a start date, then generates an AI Credit usage dashboard from the enterprise usage report export.

I want it to show a clean summary with charts for usage over time, top products or SKUs, usage by organization, and top users, plus a searchable, sortable table of the raw records with pagination. It should also keep the experience friendly while the report is being generated, since that can take a while, so show progress updates instead of a blank screen. If the report has multiple CSV downloads, combine them into one view and let me download the combined CSV too.

Make it simple to run locally on Node 18 or newer, and keep the token in memory only, not saved anywhere. If a field is missing from the export, the dashboard should still work and just show a helpful message for that section.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab