zxrayush95/TheRaw — reverse-engineered prompt

Reverse engineered prompt

Build me a simple self hosted file hosting app that works like my own private GitHub Raw, backed by Cloudflare R2. I want a clean web dashboard where I can sign in with one admin password, create repos or just use a global file area, upload files with drag and drop, browse everything, delete things, and edit text files right in the browser. It should preview common media like images, video, audio, PDFs, and serve every file from a clean public raw URL like /api/raw/v1/path/to/file with the right content type and no caching so updates show up instantly.

Please include API access too, with bearer tokens or api keys that I can generate and revoke, and give each key simple read, write, and delete permissions. I also want endpoints to list files, create repos, upload files, edit text files, and delete files or repos. Make it easy to run locally with env vars for R2 and easy to deploy on Render. If anything is unclear, check the current docs online and make sensible choices.

Want more depth? Deep Reverse