Skip to content

ClipLoop v0.1.0 — Open Video Workflow Layer

Choose a tag to compare

@Abdulmuiz44 Abdulmuiz44 released this 16 Jun 16:56
· 11 commits to main since this release

ClipLoop v0.1.0 — Open Video Workflow Layer

ClipLoop v0.1.0 is the first public release of Talocode’s open-source video workflow layer for builders.

ClipLoop helps indie app builders turn product updates into short-form promo video assets using a local-first workflow.

What shipped

  • cliploop init
  • cliploop script
  • cliploop storyboard
  • cliploop render
  • cliploop export x
  • cliploop doctor
  • Local .cliploop/ workspace
  • Script generation from product updates
  • Storyboard generation
  • Simple local render workflow
  • X export workflow
  • Provider architecture docs for future video backends

Install

npx @talocode/cliploop

Or install globally:

npm install -g @talocode/cliploop
cliploop

Example workflow

cliploop init
cliploop script --update "we shipped Codra v0.1.5"
cliploop storyboard --script .cliploop/scripts/latest.md
cliploop render
cliploop export x

Local-first

ClipLoop v0.1.0 works without:

  • login
  • hosted service
  • auto-posting
  • scraping
  • closed workflow
  • required AI video API

Demo video

A demo MP4 is attached to this release.

Package

"@talocode/cliploop@0.1.0"