BennettSchwartz/GithubCommitsLeaderboard — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a public website where developers can connect their GitHub account and see where they rank by total lifetime commits.

The main page should show a clean GitHub style leaderboard with ranks, avatars, usernames, names, total commit counts, and last updated time. People should be able to search by GitHub username, page through results, and click a profile. Add a “Connect GitHub” flow that explains what access is needed, uses GitHub OAuth, and counts public commits plus private and organization commits only when the user allows it.

Please include an API for the leaderboard, user lookup, rank lookup, and a simple SVG badge people can put in their README. Add sensible rate limits. Store users and encrypted tokens in Postgres, refresh scores automatically every few days, and make it deployable on Cloudflare Workers with a Neon database.

Use a polished GitHub inspired design. Look up current docs online if you need to.

Want more depth? Deep Reverse