Eladgel1/error-translator — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an “Error Translator” web app for developers who get confusing programming errors and want a plain English explanation.

The user should be able to paste a stack trace or runtime error into a chat style page, optionally pick a language like JavaScript, Python, Java, or auto detect, then click analyze. The app should return a clear summary, the likely cause, concrete fix steps, and extra debugging steps. Keep previous analyses in a history panel so the user can reopen an earlier session.

Use a simple modern frontend with a clean conversation layout and a backend API that sends the error text to Google Gemini and returns structured results. Make it easy to run locally, with environment variables for the Gemini key and frontend API URL. Include Docker support for running both frontend and backend together, plus basic tests, linting, and GitHub Actions style CI for build and deploy. Look up current docs online if you need to.

Want more depth? Deep Reverse