OlehHavrilko/ClipIQ — reverse-engineered prompt
Reverse engineered prompt
Build me ClipIQ, a clean web app for inspecting and downloading media from links. I want to paste a TikTok, Instagram, YouTube, X, or Reddit URL anywhere on the page and have it automatically detect the platform, show a preview, and list useful details like codec, container, FPS, bitrate, CDN, audio info, file size estimates, and whether there’s a watermark.
Let users pick a quality like 1080p, 720p, 480p, or audio only, then start a download. Show a real time progress pipeline with steps, speed, ETA, and allow canceling jobs. Support multiple downloads in a queue. Finished files should be served directly and temporary, with about a 1 hour lifetime.
Also add shareable inspect pages with a QR code. Keep the design modern, dark, and glassy, with smooth animations but still practical. Use the stack already implied here, Next.js frontend, FastAPI backend, Redis queue, yt-dlp downloader, Caddy, and Docker Compose. Make it runnable locally with one compose command.
Want more depth? Deep Reverse