Siddu-06-0405/web3-ott ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple web app for a web3 OTT platform that helps reduce movie piracy by storing and serving video content through IPFS instead of a normal central server.
I want a clean frontend where an admin can upload a movie file, have it added to IPFS, and get back a shareable link or CID. The app should avoid pinning files on the local VPS node by default, since the server is limited on memory and CPU. It should also have a backend that handles the upload flow and keeps the app working smoothly from client to server.
Make it practical and easy to deploy on a small VPS, with the main app running on one port and a simple deploy endpoint or script so I can push the latest changes quickly. If you need to check current docs for IPFS or deployment details, go ahead and look them up online.
Are you gonna build this?
make sure you review the code using coderabbit