AI video editor goes open source instead of SaaS

VibeClip is an AI video editor controlled by chat instead of by dragging clips on a timeline. It can follow requests such as cutting a dull intro, adding karaoke-style captions, or making a specific clip feel stronger. The motivation was that many AI video editors either require raw footage to be uploaded to a closed cloud service, or still make people do most editing work by hand in a timeline tool. The intended workflow is to describe the edit and then approve the before-and-after result. The project chose AGPL-3.0 open source, self-hosting, and bring-your-own-LLM-key support for DeepSeek, Gemini, and Claude instead of a typical $19 monthly SaaS with credits. The reason is that video inference cost is high, so a pure SaaS would leave the maker paying GPU and LLM bills for every free user before finding product-market fit. Keeping footage on the user’s own machine is also treated as a real privacy advantage against cloud-based tools. Open source is also part of the distribution plan because developers can self-host it, report issues, and become the first path to new users.

Key points

  • VibeClip edits video through chat commands instead of a manual timeline.
  • It targets a workflow where the user describes an edit and reviews the result.
  • The project is AGPL-3.0 open source rather than a paid SaaS with credits.
  • Users connect their own DeepSeek, Gemini, or Claude LLM key.
  • Privacy is a major selling point because footage can stay on the user’s machine.

Quick term guide

open source
Software whose code is available for people to view and often modify.
self-hosting
Running the software on your own server instead of relying fully on an outside service.
Inference cost
The actual expense incurred when an AI model calculates and generates a response.
product-market fit
When a product actually solves a real problem for a specific group of people.
cloud-based
Run through a provider’s internet servers instead of only on your own machine.
distribution
All the work involved in getting your product or content in front of people — posting on social media, sending emails, sharing in communities, etc.
developers
Developers are people who build software, apps, or websites.
Solo makers
People who build and launch their own products or services entirely on their own.
Read original