nexu-io--html-video
2.5 KiB
2.5 KiB
Template attributions
Several templates in this directory are forked from upstream projects.
Original licenses apply; see each template's template.html-video.yaml
assets_attribution block for the canonical source URL.
Apache-2.0 — heygen-com/hyperframes (registry/examples)
The following templates are direct forks (HTML + composition files unchanged besides being placed under our directory layout) of heygen-com/hyperframes:
frame-warm-grain← examples/warm-grainframe-swiss-grid← examples/swiss-gridframe-kinetic-type← examples/kinetic-typeframe-nyt-graph← examples/nyt-graphframe-decision-tree← examples/decision-treeframe-play-mode← examples/play-modeframe-product-promo← examples/product-promoframe-vignelli← examples/vignelli
Per the Apache-2.0 license:
- Copyright © Hyperframes / heygen-com.
- Redistributed unmodified, with the upstream LICENSE preserved at the repo root and this NOTICE.md acknowledging the source.
- Each template's
template.html-video.yamlrecords the upstream URL inassets_attribution.
MIT — nateherkai/hyperframes-student-kit
The following templates derive from nateherkai/hyperframes-student-kit. We keep the composition layout + animation structure but replace brand-specific copy / assets with generic placeholders so the agent can repaint per-project content:
frame-product-promo-30s← video-projects/linear-promo-30s (Linear logo + screenshots replaced with placeholder SVGs / 1×1 PNGs; sound effects kept; 30-second multi-scene promo flow preserved.)
Per the MIT license:
- Copyright © Nate Herk.
- We attribute the upstream URL in the template's
assets_attribution.
Original templates (Apache-2.0)
These were authored for html-video and are licensed Apache-2.0:
frame-data-chart-nytframe-glitch-titleframe-light-leak-cinemaframe-liquid-bg-heroframe-logo-outrovfx-text-cursor
Adding a new template
When forking a new third-party template:
- Copy source verbatim under
templates/frame-<slug>/. - Write
template.html-video.yamlwithlicense:matching the upstream license, and anassets_attributionblock pointing at the upstream URL. - Add a row to this file under the matching license section.
- If the upstream license requires it (Apache-2.0, BSD, MPL), copy
the license text as
templates/frame-<slug>/LICENSE.