By Manthan Patel (@LeadGenMan)
🔗 LinkedIn • 📸 Instagram • 📘 Facebook • 🎥 YouTube • 🎵 TikTok • 🎓 Skool Community • 🎬 TiltIt • ✏️ PenAnywhere • 🗣️ Impromptly AI
A local, browser-based video editor that turns one long-form video into ready-to-post vertical Reels. Load your raw footage, pick the short you want, and it builds a 50/50 split-screen clip with captions, sound effects, transitions, and an optional Claude mascot that hops on every word.
Runs entirely on your machine. No uploads, no per-clip credits, no subscription. Your footage never leaves your laptop.
Free to clone, personalize, and make your own.
Want the full video pipeline? Six skills for rough cut, captions, YouTube descriptions, Instagram captions, reel overlays, and content series live in leadgenman-video-skills, and the standalone SFX generator lives in soundeffects-claude-code.
- Auto-clips long videos into shorts. Feed it a face-cam recording and a screen recording, and it reads the transcript, finds the strongest moments, and assembles a vertical 1080x1920 Reel.
- 50/50 split screen. Screen recording on top, face cam on the bottom, with a draggable split handle so you can favor whichever matters in each scene.
- Auto retake removal. Recorded a line nine times? It keeps the cleanest take and drops the rest, then tightens the silences.
- Captions, your way. Multiple caption styles including karaoke, bold outline, and a pixel Claude mascot that hops word to word. Fonts, colors, size, casing, bounce, all customizable.
- Sound effects and music. Drop contextual SFX and background music on the timeline.
- Full manual control. Delete words or whole scenes, reorder clips, set per-clip pan and zoom, import B-roll and screenshots as overlays, undo/redo everything.
- Local and private. Projects save to disk and reopen exactly as you left them, weeks later. Nothing hits a server.
- Fast export. Renders MP4 with your system GPU. Preview equals export, no quality loss from your raw files.
git clone https://github.com/manthanpatelll/repurpose-studio.git
cd repurpose-studio
npm install
npm run devOpen http://localhost:3000 and you land straight in the studio.
You will also need ffmpeg on your PATH (used for video remux, proxies, and thumbnails). See SETUP.md for the full step-by-step, prerequisites, and how to personalize it.
- Record your long-form video (face cam + screen recording, frame-locked, same start and length).
- Drop the two video files plus the transcript into
~/Downloads. npm run dev, open the studio.- Load your raw footage. The tool transcribes locally and populates the timeline with the keeper takes.
- Pick the short you want, customize captions, add SFX and music, set your framing.
- Export. Your vertical Reel downloads to
~/Downloads, ready to post.
Full walkthrough in SETUP.md.
This is a starting point, not a finished product you have to accept as-is. It was built by describing features in plain English to an AI coding agent, and you can extend it the same way with whatever agent you use:
- Add your own caption templates (describe the style you want, preview it, then import the one you like).
- Swap the mascot for your own brand character.
- Change the split ratios, transitions, fonts, and colors to match your channel.
- Wire in your own sound effect library.
You do not need to write code. Open your coding agent in the terminal, tell it what you want, and let it build the feature.
Next.js 15 (App Router), React 19, TypeScript, Canvas 2D (no WebGL), Zustand, WebCodecs + Mediabunny for export, Tailwind v4, shadcn/ui. Local-only, not deployed anywhere.
I share how I build tools like this with AI coding agents, plus the rest of my content workflow, inside my free Skool community.
👉 Join the AI Inner Circle on Skool (free)
- Instagram: https://www.instagram.com/leadgenman/
- LinkedIn: https://www.linkedin.com/in/leadgenmanthan/
- Facebook: https://www.facebook.com/leadgenman/
- TikTok: https://www.tiktok.com/@leadgenmanthan
- YouTube: https://www.youtube.com/@LeadGenMan
- Community: https://www.skool.com/ai-inner-circle/about
- TiltIt: https://tiltit.video
- PenAnywhere: https://apps.apple.com/us/app/penanywhere/id6760774183
- Impromptly AI: https://impromptly.ai/
- Mascot pixel art inspired by the mascot generator.
MIT. See LICENSE. Use it, fork it, ship it.
⭐ If this saved you time, star the repo and join the community.