nnamusoboko/studymate ? reverse-engineered prompt
Reverse engineered prompt
Build me StudyMate, a simple study notes app where people can sign in, create and save notes, and then ask questions about their own notes like a smart tutor.
I want a clean web app with a frontend for students and a backend that keeps each user’s data private. Users should be able to write notes, have them split into chunks, store embeddings, and later search for the most relevant parts before asking an AI question. The answer should come back using the note context, not just a generic chat response. Use Firebase for authentication and ownership checks, store note metadata in Firestore, and keep vectors in ChromaDB so the app remembers things between sessions.
Please make it feel ready to run locally with clear setup steps, and make sure the frontend never exposes any secret AI keys. If you need current docs for Firebase or the AI gateway, look them up online first.
Are you gonna build this?
make sure you review the code using coderabbit