Jkotwal01/SpecGuard_Universal_API_Testing ? reverse-engineered prompt
Reverse engineered prompt
Build me a web app called SpecGuard AI that lets a user upload an OpenAPI or Swagger file, then automatically generates a big set of API tests from it, including normal cases, edge cases, security checks, and business logic checks.
I want the app to run those tests in the background, show progress while they execute, and then give me a clean dashboard with results, failures, latency, and a simple explanation of what went wrong. It should also create downloadable reports in HTML and JSON.
Use a modern Python backend and a React frontend. Make it feel polished and easy to use, with login, project history, and a clear place to upload specs and view past runs. If you need to check current docs or best practices for any library, look them up online.