Open Source Video Review Without the Seat Tax
flat-price, link-based video review maps to joelclaw's Mux-backed video notes and review handoff workflows without adding seat-management bullshit
Lawn is Theo’s open source video review tool for creative teams: upload a cut, share a link, collect frame-accurate comments, and export notes back to an NLE. The pitch is aggressively narrow: do less than Frame.io and Wipster, charge $5/month flat, and stop turning every reviewer into a billable seat.
The clever part is the constraint. Lawn doesn’t try to win the entire production-workflow spreadsheet. It focuses on the part that hurts constantly: clients and collaborators need to point at the exact frame and say the thing, without creating another account or becoming another seat in the pricing model.
The GitHub repo is also useful as a modern small-team video app reference: Bun, Vite, Convex, Clerk, Stripe, Mux, and Vercel. For joelclaw, the interesting bit isn’t cloning the product. It’s the link-based review object: a video, frame-accurate comments, exportable notes, and no reviewer identity ceremony unless the workflow actually needs it.
Key Ideas
- Lawn positions itself as an open source, faster, cheaper alternative to Frame.io and Wipster for smaller creative teams.
- The product narrows the workflow to upload, share, review, and export comments instead of building a giant approval platform.
- Flat pricing changes collaboration behavior: unlimited seats means freelancers, clients, producers, and reviewers can be included without per-user math.
- The site emphasizes no-account client review links, which is a useful pattern for external feedback flows in video, docs, and agent-generated artifacts.
- The repo’s stack combines Mux for playback, Convex for backend state, Clerk for auth, Stripe for billing, and Vercel for deployment.