BhatAnkush/peersphere-leaderboard ? reverse-engineered prompt
Reverse engineered prompt
Build me a polished static web app that shows a live GitHub commit leaderboard for teams and contributors.
It should pull today’s commits from each team’s repo, look across all branches, avoid counting the same commit twice, and rank people and teams by activity. I want a clean, cinematic feel with an animated podium reveal for bronze, silver, and gold, plus a ranked list underneath. There should be a simple toggle between team view and individual contributor view.
Make it work with just HTML, CSS, and JavaScript, so I can open it locally or host it on any static site with no backend. Add a config file where I can edit the teams, repos, members, timezone, refresh timing, and cache settings. It should cache results in the browser for the day, auto refresh on an interval, and have a refresh button that forces a live update. If needed, look up the current GitHub API docs online while building it.
Are you gonna build this?
make sure you review the code using coderabbit