VadlapatiKarthik/autoclipper — reverse-engineered prompt
Reverse engineered prompt
Build me an Auto Clipper app that can watch predefined YouTube channels and Twitch or Kick live streams, find the best highlight moments from things like audience activity, chat spikes, and timestamped comments, then automatically cut those moments into short clips with FFmpeg.
I want it to generate subtitles with Whisper, let me review or manage clips from a simple web dashboard, and upload approved clips to a target YouTube channel. The dashboard should let me configure source channels, target YouTube settings, and see processing status.
Use a FastAPI backend with background workers for the heavy video jobs, Redis for the queue, and a React plus Tailwind frontend. Please include Docker Compose so I can run everything locally, and make it ready to deploy on Google Cloud Run with the needed environment variables for YouTube, OpenAI, and Redis. Look up current docs online if you need to.
Want more depth? Deep Reverse