hadealahmad/MonthlyQuran — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Quran memorization tracker that works offline as a web app, browser extension, and Android app. I want users to add what they memorized, then the app should automatically create daily review tasks using a 7 station spaced repetition schedule over about 55 days, so they know exactly what to review each day.
Keep the experience clean and easy for non technical users. The data should stay on the device, with local storage or browser storage, and there should be JSON export and import so people can back up their progress. Include Quran metadata lookup to make setup easier, plus basic installable PWA behavior, service worker offline support, and wrappers for Chrome, Firefox, and Android.
Please make the shared app logic live in one core codebase and sync it into the platform builds, so I’m not maintaining four separate apps. Add build scripts that package the web app, extensions, and Android build in one command. Look up current docs online if you need to.
Want more depth? Deep Reverse