AbhinavTheDev/coding-agent ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple web app that acts like my own coding assistant.
I want a Next.js front end where I can type coding questions or task requests and get helpful answers back in a chat style interface. It should feel polished and easy to use, with a clean modern UI and a good experience on both desktop and mobile. The app should connect to an AI agent in the backend that can reason through coding tasks and generate responses, and it should use my GROQ API key from an env file.
Please set it up so the UI and agent can run separately, with clear local dev setup, and make sure the agent side can handle the main coding assistant flow without extra manual steps. If anything needs current setup details from docs or package guides, look them up online and use the best current approach.