manushwi/PathFlow ? reverse-engineered prompt

Reverse engineered prompt

Build me a web app called PathFlow that helps people understand and contribute to open source GitHub repos with AI.

I want users to log in with GitHub, paste in a public repository, and have the app clone it, analyze the structure, and show a simple dashboard with the repo layout, a visual dependency graph, and beginner friendly docs. It should also read the repo’s issues, sort them by difficulty, and match them to a user’s skill level so it can suggest good first issues. Inside the app, I want an in browser coding workspace with a file tree, editor, chat assistant, terminal, and git tools so the user can inspect files and work on fixes without leaving the site.

Use a separate backend and background worker so the heavy analysis runs asynchronously. I also want the app to store data in a database, use a vector search store for AI features, and connect to OpenRouter for the AI responses. If you need current setup details, look up the latest docs online.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab