inulute/medium-unlocker — reverse-engineered prompt

Reverse engineered prompt

Build me a simple Medium Unlocker app with a matching website and Android app. The idea is that someone can paste a Medium article link, or share it from another app on Android, and instantly open the readable version through freedium. I want it to feel polished and straightforward, with a dark modern look, a clear input box, an Unlock button, and an easy way to copy the cleaned mirror link.

On the web side, make a small single page site that normalizes messy Medium URLs, opens the right freedium page, and shows whether the article came from cache or was fetched live. On Android, make a native feeling app with a WebView, support for opening shared Medium links from the Android share sheet, and the same URL cleanup logic built in.

Please also handle cases where the main freedium server is blocked by automatically retrying with a mirror. If it makes sense, include optional network settings like secure DNS, proxy support, and certificate pinning. Add a brief educational use disclaimer too. Look up current docs online if you need to.

Want more depth? Deep Reverse