MatthewHallberg/JarvisServer ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Node.js app that acts like a backend for a personal assistant called Jarvis. I want it to receive simple requests, talk to Amazon Alexa style voice commands, and handle a few useful actions like getting an image, pulling a YouTube link, and returning a basic response from the server.
Keep it lightweight and easy to run locally, with a simple script to start it up and a few separate files for the different actions so it’s easy to understand. If something depends on older docs or an API detail, look up the current docs online if you need to. I don’t need a fancy frontend, just the server side working well enough that I can hook it up to voice or web requests and test the main flows. Make sure the code is clean, commented enough to follow, and include a simple way to try it out or test it from the command line.
Are you gonna build this?
make sure you review the code using coderabbit