fujiwarachoki/moneyprinter — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an app that can automatically make YouTube Shorts from a topic I type in.

I want a simple web interface where I enter a video idea, choose a local Ollama model, and submit it to a queue. The app should generate the script, create the video with captions or text using MoviePy, add useful title and metadata, and let me download or find the finished short when it’s done. It should be reliable if I restart it, so queued jobs shouldn’t disappear.

Please include a Python backend, a frontend, and Docker setup with Postgres so I can run everything locally. Make the setup friendly, with an example env file and clear instructions. It should work with Ollama running locally, and handle common setup problems like ImageMagick path detection. Look up current docs online if you need to.

Want more depth? Deep Reverse