nazmuldesigns/myaii ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple AI assistant app that has a chat style web interface where people can ask questions and get helpful replies back and forth.

I want the frontend to feel clean and easy to use, with a message box, conversation history, and a clear send action. On the backend, wire it up so the app can handle chat requests, talk to the AI, and save whatever user data or chat history it needs in a database. If there are setup steps or environment values needed, make them straightforward and add anything missing so I can run it locally without a lot of guessing.

Please make sure the whole thing works as one connected project, and if you need current docs for any libraries or APIs, look them up online first. Keep it practical, polished, and ready to deploy.