CleanCut
Video production SaaS · live, in daily use
Not an editor. The operational backbone for a video agency: ingest a raw recording, strip silence, filler words, breaths and retakes, cut it into vertical clips, score every clip for virality, caption it against a brand kit, schedule it, publish to five platforms, then attribute what it earned.
- 13+ creator accounts operated on it
- 5 publishing platforms, one scheduler
- 6 always-on daemons behind it
- 1200/1200 requests served during a live deploy
FastAPIPython 3.11Next.js 14SupabaseOracle CloudnginxsystemdRemotion
The part I'm actually proud of: it deploys without dropping a
request. Rolling SIGHUP across four uvicorn workers, a
blue/green Next.js pair sharing a build dir, a 17-URL smoke gate, and a
cron that repairs a build mismatch every two minutes.