jenitlalshakya/tiktok-downloader — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a clean TikTok media downloader web app like a simple landing page with one main input. A visitor should paste a TikTok link, tap a button, and then see the available media with clear buttons to download the video without watermark, image slides, or the audio as MP3. If there are multiple images, let them download everything together as a zip when possible. Add a quick paste from clipboard button that works nicely on mobile and desktop.

Use Next.js app router with TypeScript, API routes for the download logic, and stream the files instead of loading big files into memory. Make the UI fast, responsive, and polished, with a footer, helpful error messages, loading states, and a short reminder to respect creators rights. Set up basic SEO, OpenGraph image support, robots indexing controlled by an environment variable, and make it easy to deploy on Vercel. Look up current docs online if you need to.

Want more depth? Deep Reverse