krrishbhandari100/mirajtutor — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple app called Miraj Tutor. I want it to feel like an AI tutor where a student can type a question, get a clear explanation back, and keep chatting until they understand. Keep the interface clean and friendly, with a main chat area, a welcome message, and a text box to ask questions.

Please set up both the app side and the API side so it can send the student’s message to an AI service and return the tutor’s answer. Make it easy to configure the API key with an environment variable, and include simple error messages if something goes wrong.

Don’t overcomplicate it. The goal is a working first version that someone can run locally, test in the browser, and build on later. Use JavaScript, keep the code organized, and add short setup instructions so I know how to start both parts. Look up current docs online if you need to.

Want more depth? Deep Reverse