PUSHPAK-JAISWAL/pushcode-v2 ? reverse-engineered prompt
Reverse engineered prompt
Build me a cloud based coding platform where people can sign up, log in, and then write code in the browser, ask an AI for help, and safely run programs in isolated containers.
I want the app to feel like a modern online IDE with a clean dashboard, a code editor, and an assistant panel that can chat, explain code, generate snippets, and help fix bugs. The execution part should support Java, Python, C, C++, and JavaScript, with input, output, error logs, and sensible time and memory limits so it stays secure.
Please wire it up so requests go through a gateway, authentication uses JWT, and services register with discovery. Use MongoDB for stored data, and make the whole thing runnable with Docker Compose. If anything is unclear, look up current docs online and keep the setup easy to run locally.
Are you gonna build this?
make sure you review the code using coderabbit