Skip to content

atukunare/clipforge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClipForge

ClipForge is a local workflow manager for AI-assisted short-form video production. It tracks scripts, subtitles, thumbnails, renders, and publishing readiness from a simple command-line interface.

Status

Current release: v0.1.0

This project is in active early development. The current version focuses on a dependable local workflow before adding integrations.

Features

  • Create video production projects.
  • Track a standard production checklist.
  • Store project state in a local JSON file.
  • Run without external services or package dependencies.
  • Validate workflow rules with Node.js built-in tests.

Quick Start

npm test
npm start -- new "Launch announcement short"
npm start -- list

To mark a task done:

npm start -- done <project-id> script

Roadmap

See ROADMAP.md.

Design Notes

See docs/architecture.md.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors