What problem does it solve? Building animated video compositions from scratch is slow, and reusing pre-built effects across HyperFrames projects requires knowing how to install, wire, and configure registry items correctly. ## Core Features & Use Cases - Install blocks and components: Run hyperframes add <name> to install standalone sub-compositions (blocks) or effect snippets (components), including bulk installs by tag. - Wire items into compositions: Include blocks via data-composition-src with timeline attributes, or merge component HTML/CSS/JS snippets directly into a host composition. - Discover the catalog: Browse 97 blocks and components with hyperframes catalog filtered by type or tag, with JSON output for CI and agent workflows. - Contribute upstream: Follow the idea → scaffold → build → validate → preview → ship workflow to author a new caption, VFX, transition, or component and open a PR. - Use Case: You want an animated bar chart beside your video content — run hyperframes add data-chart, wire it into index.html with data-start and data-track-index, then lint and preview. ## Quick Start Ask the assistant to install the data-chart block with hyperframes add and wire it into your index.html starting at 5 seconds on track index 1.