Skip to content

HoomanBuilds/clipcrew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClipCrew

Podcast Clips on Autopilot

Drop a podcast or video link. An agent crew finds the best moments, cuts vertical clips, burns karaoke captions, and ships them to your feed.

Next.js TypeScript Remotion


What it does

Paste a link and a pipeline of agents does the rest:

  1. Ingest the source video (yt-dlp)
  2. Transcribe with word-level timestamps (ElevenLabs Scribe)
  3. Score moments and pick the best clips (gpt-5.6-sol)
  4. Render 9:16 clips with animated captions (Remotion)
  5. Publish the top clip to a real social account
  6. Unlock the full batch behind a checkout (Dodo Payments)

Stack

Layer Tech
Frontend Next.js 15, React 19, Tailwind, Framer Motion
Video Remotion 4
Model gpt-5.6-sol via the Vercel AI SDK
State and paywall Convex
Pipeline RabbitMQ, Redis, MinIO, Postgres workers
Transcription ElevenLabs Scribe
Payments Dodo Payments

Run

See RUN.md for the full setup and run guide.

npm install
npm run dev            # app on http://localhost:3000
node --import tsx worker/clip/dispatcher.ts   # the pipeline worker

Backend services run via docker compose up -d (RabbitMQ, Redis, MinIO, Postgres).

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors