MayurDas24/VerifAI ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple end to end eKYC app called VerifAI.
I want a web app where a user can upload an ID document like Aadhaar, PAN, or Passport, plus a selfie, and the system automatically checks their identity. It should extract the key details from the ID, compare the selfie to the face on the document, do a basic image quality check for blur or low resolution, and flag possible spoofing with a simple liveness check. Then it should give a clear result with a risk level like Low, Medium, or High, plus a confidence score.
Please also save every verification to a local database so I can see past checks and audit history later. Make the frontend clean and easy to use, and have a backend API that handles the verification flow. If you need to look up current docs or best practices while building, go ahead and do that.
Are you gonna build this?
make sure you review the code using coderabbit