Lakr233/AssppWeb — reverse-engineered prompt
Reverse engineered prompt
Build me a web app I can self host for getting and installing iOS apps outside the App Store. I want to sign in with my Apple ID in the browser, search for apps, acquire the license, and install the IPA on my device from the site. The important part is security, the server should never actually see my Apple credentials, and Apple requests should happen in the browser, with the server only relaying traffic and handling IPA compilation from public downloads.
Please make it easy to deploy on Cloudflare, Railway, or with Docker Compose, and make sure HTTPS install links and WebSocket relay support work behind a reverse proxy. Include basic settings like a site password, storage for compiled IPAs, and optional cleanup limits for old or large files. Keep the UI simple and clear, and add setup notes and warnings so people know they should self host or only use a trusted instance. Check current docs online if needed.
Want more depth? Deep Reverse