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.
Current release: v0.1.0
This project is in active early development. The current version focuses on a dependable local workflow before adding integrations.
- 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.
npm test
npm start -- new "Launch announcement short"
npm start -- listTo mark a task done:
npm start -- done <project-id> scriptSee ROADMAP.md.
See docs/architecture.md.