ImamH0ssain/prepbuddy — reverse-engineered prompt
Reverse engineered prompt
Build me a local study helper called PrepBuddy that turns PDFs into adaptive quiz sessions. I want to upload a PDF, see a sensible list of sections even if the document is a report or textbook with messy headings, pick the sections I want, and generate multiple choice questions that stay grounded in that document. After I answer, show me what I got right or wrong with clear feedback, then use my history to focus future sessions more on the topics I’m weak at.
Please make it usable in three ways, a simple browser app for normal use, a command line tool for quick runs, and an API for automation. Keep each document’s history separate, and if I delete and reupload the same PDF, restore its past progress instead of treating it like a brand new file. It should work locally with a simple database, support either a hosted model, a local offline model, or a fake deterministic mode for demos and tests. Docker support would be great too. Look up current docs online if you need to.
Want more depth? Deep Reverse