ClipFinder · clipfinder.org
Dec 2025 – PresentAI-powered tool that finds the best clippable moments in long videos for content creators.
- Diagnosed flat revenue as a pricing-model problem rather than a demand problem and rebuilt billing end-to-end, from Stripe usage-based metering to flat subscriptions with atomic admission control in Postgres; MRR grew from roughly $300 to $1,025 in seven weeks on the same product and traffic
- Built and ran a full SaaS as sole developer: 8,452 users, 87,521 clips generated, 12,272 hours of video processed, 1.86M downstream YouTube views across 820 published videos; sustained 1,000 to 1,400 organic signups per month for eight months
- Shipped a server-side video pipeline with FFmpeg: portrait reframe, burned-in captions via ElevenLabs Scribe with speaker diarization, text-hook overlays, end-card rendering
- Architected async job orchestration with Trigger.dev v4: per-segment retries with idempotency keys, wait-token callbacks to a Python yt-dlp worker fleet on DigitalOcean, structured error envelope across the pipeline
- Exposed the product as a public REST API (auto-generated OpenAPI via Zod) and a remote MCP server (Supabase OAuth), making the tool callable by other agents
- Stack: Next.js 16, React 19, TypeScript, Tailwind 4, Trigger.dev v4, Supabase, Cloudflare R2, Vercel, DigitalOcean, Gemini API, ElevenLabs, Groq Whisper, Stripe, PostHog, Resend, FFmpeg, Python FastAPI