iftakharH/learnAI ? reverse-engineered prompt
Reverse engineered prompt
Build me a full stack study assistant where people can upload a PDF like notes, a textbook chapter, or a research paper, then use it to learn faster.
I want users to be able to sign up and log in, upload a PDF, and then chat with that document, ask for simple explanations of terms, generate flashcards, and take multiple choice quizzes with instant scoring and feedback. Please also include a dashboard that shows their uploaded documents, how many flashcards they have, quizzes taken, and their average score. Make it feel clean and modern, with a nice learning focused UI and a smooth experience on desktop and mobile.
Use a React frontend and a Node and Express backend with MongoDB for saving users, documents, flashcards, quizzes, and chat history. The app should use Google Gemini for the AI features, and uploaded PDFs should be parsed so the AI can answer from the document content. Add secure auth with JWT and password hashing. If you need current setup details, look up the latest docs online.