xyven1/home-management — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a home management web app for controlling IoT devices around my house. I want a clean dashboard where I can switch between different control screens, like lights, TV, audio equipment, and any other device groups I add later.

Use the existing idea from this project, with a Vue and Vuetify front end and an Express backend that talks to the browser in real time with Socket.io. The app should feel simple to use from a tablet or computer, show the current state of devices when possible, and let me turn things on and off or send basic control commands without digging through settings.

Please set up the project so new device interfaces can be added without rewriting everything. Keep the UI tidy, responsive, and easy to navigate. If anything is unclear, make reasonable assumptions and leave clear notes in the code. Look up current docs online if you need to.

Want more depth? Deep Reverse