Swamini005/codebase-intelligence-platform — reverse-engineered prompt

Reverse engineered prompt

Build me a simple full stack codebase intelligence app that helps someone understand a software project without digging through every file by hand.

I want a frontend where I can add a local repo or project folder, let it scan the code, and then see a clear overview of what is in the codebase, like major folders, important files, likely entry points, and how pieces connect. It should also let me search the code in a friendly way and ask plain English questions about the project, like what this service does, where a feature lives, or which files are related to a certain module. If possible, include summaries and basic insights that make onboarding easier.

Please make it feel usable, not just a demo. Add a backend that handles the analysis and a frontend that shows results cleanly. It would be great if I can run the whole thing locally with Docker Compose. If you need details, look up current docs online and make sensible choices.

Want more depth? Deep Reverse