WhiteboxHub/project-talentscreen-rag ? reverse-engineered prompt
Reverse engineered prompt
Build me a recruitment assistant web app that lets a recruiter upload resumes and then ask questions in plain English to find and compare candidates.
I want a simple React front end and a Python backend that can ingest PDF resumes, process them in the background, and make them searchable by both keywords and meaning. The app should support a search page, a chat style assistant that answers only from the uploaded documents, and a small analytics view showing things like how many resumes are loaded, common skills, and recent activity.
Make it production ready with Docker Compose so I can run the whole stack locally, including the database, cache, and vector search. Add a health check, file upload flow, document status tracking, and a way to test it with the sample resumes already in the repo. If you need current docs for any libraries or integrations, look them up online and use the best approach.
Are you gonna build this?
make sure you review the code using coderabbit