yossTheDev/removerized — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a clean web app called Removerized that lets people edit images privately in their browser. The main idea is simple, users can drop in one or more images, remove backgrounds with AI, upscale images, choose between a few AI models, tweak output quality and file format, then download the results.

Everything should run locally in the browser, with no uploads, no backend, and no tracking. Use browser based AI inference, cache downloaded models locally so they’re faster next time, and make it work offline after the first load if possible. The interface should feel modern and friendly, with clear drag and drop upload, batch processing progress, before and after previews, and simple advanced controls that don’t overwhelm normal users.

Please build it with a modern TypeScript web stack, using Next.js, Tailwind, shadcn style components, and ONNX Runtime Web. Look up current docs online if you need to.

Want more depth? Deep Reverse