christianokabanga-del/ChatBot.Me — reverse-engineered prompt
Reverse engineered prompt
Build me a full stack chat app called ChatBot.Me that feels modern, fast, and reliable for real time messaging. I want users to be able to sign up, log in securely, stay authenticated, and send and receive messages instantly without refreshing the page. Make the backend expose clean API endpoints and use live socket connections for the actual chat experience.
On the front end, make it simple and polished, with a responsive layout that works well on phone and desktop. Users should be able to share media in chat, and those uploads should be stored in the cloud instead of locally. Please handle the usual auth flow cleanly, protect private routes, and make the app feel production ready, not just like a demo.
Use the repo structure that is already here and wire the frontend and backend together so it runs end to end. If anything is unclear, check current docs online and make sensible choices. Also set it up so it is easy to deploy and maintain.
Want more depth? Deep Reverse