herin7/gitforme — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a web app called GitForMe that helps someone understand any GitHub repo fast. The main flow should be simple, paste in a GitHub repository URL and get an interactive dashboard that makes the codebase easier to explore.

I want a clean landing page, then a repo view with a smart file explorer, code hotspots, dependency and security insights, contributor activity, and a section that surfaces good first issues. There should also be an AI chat assistant called GitBro that answers questions about the repo using the repo’s actual context, not generic guesses.

Please add a super context builder where I can select files, folders, or issues and copy a focused context block to use in ChatGPT, Claude, or Gemini. I also want a one click action to clone the repo and open it in VS Code.

Use the setup this project already suggests, with a frontend, a backend, and a separate AI service. Make it runnable locally with env files and docker if possible. Look up current docs online if you need to.

Want more depth? Deep Reverse