Framecraft – Generate demo videos from a prompt using HTML Canvas/Skill/MCP/LLM(github.com)
github.com
Framecraft – Generate demo videos from a prompt using HTML Canvas/Skill/MCP/LLM
https://github.com/vaddisrinivas/framecraft
3 comments
I have been using remotion, will test framecraft and update
Thank you! Lmk!Also feel free to drop a PR if you think something should change
The architecture: a SKILL.md file teaches the LLM story structure, pacing, and visual design. The LLM then orchestrates 3 MCP servers directly. No custom video pipeline needed — the skill alone is sufficient, which we verify by running CI with only the external MCPs (no framecraft wrapper).
Some numbers from CI runs: a 15-second teaser costs ~$1 in tokens, takes ~49 LLM turns, ~1.8M input tokens, and ~14 minutes. Token-heavy but it works.
Built this because I kept postponing the demo video for a Chrome extension I maintain. Screen recording was 45 minutes per update. Now it's one prompt.
Source: github.com/vaddisrinivas/framecraft