hrodrig/gghstats — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple self hosted GitHub traffic stats app that keeps repo analytics longer than GitHub’s normal 14 day traffic window.

I want to give it a GitHub token, have it discover my repos or let me choose specific orgs and repos, then regularly save views, clones, referrers, popular paths, and star history into SQLite. It should have a clean web dashboard where I can see a repo list, daily charts, totals, and detail pages for each repo. Add a Head to Head page so I can compare two repos with an easy score, plus a small JSON API so other tools can read the stats.

Please include a CLI for syncing, reporting, exporting, and running the web server. Make it easy to run locally as one Go binary, and also provide Docker support. Add basic config through environment variables, including token, database path, bind address, repo filters, default language, and light or dark friendly styling. Include English, Spanish, German, French, and Brazilian Portuguese labels in the web UI.

Want more depth? Deep Reverse