Source for HeyGen's HyperFrames launch videos. Each subdirectory is a standalone HyperFrames composition — open index.html in a browser (or via the HyperFrames CLI) to preview, render, or remix. See License before redistributing bundled assets.
| Launch | Directory | Public video |
|---|---|---|
| HF HeyGen × Stripe | HF-heygen-stripe/ |
Watch |
| Re-brandable launch templates (×4) | heygen-apple-motion/ |
— |
| Claude paper launch | claude-paper-launch/ |
Watch |
| Cloud Render launch | cloud-render-launch/ |
Watch |
| Codex five-hour-limit replica | codex-five-hour-limit-replica/ |
Watch |
| Figma integration launch | figma-launch/ |
Watch |
| Frame.md storyboard launch | frame-md-launch-storyboard/ |
Watch |
| HyperFrames launch | hyperframes-launch/ |
Watch |
| Inspector launch | inspector-launch/ |
Watch |
| Kimi K3 promo | k3-promo/ |
Watch |
| Liquid brand refraction | liquid-brand-refraction/ |
— |
| PR-to-video launch | pr-to-video-launch/ |
Watch |
| Send to HyperFrames launch | claude-design-send-hyperframes-launch/ |
— |
| SFX music launch | sfx-music-launch/ |
Watch |
| SpaceX launch | spacex-launch/ |
Watch |
| Texture launch video | texture-launch-video/ |
Watch |
| Timeline editor launch | timeline-launch/ |
Watch |
| Variables launch | variables-launch/ |
Watch |
| VFX HeyGen combined | vfx-heygen-combined/ |
Watch |
| Website → HyperFrames demo | website-to-hyperframes/ |
Watch |
This repo uses Git LFS for video, audio, image, and font assets. HTML, CSS, JS, JSON, and Markdown are stored as regular text.
# one-time: install Git LFS
brew install git-lfs # macOS
git lfs install
# clone (LFS assets download automatically)
git clone https://github.com/heygen-com/hyperframes-launches.git
cd hyperframes-launchesIf you cloned without LFS installed, pull the assets after installing:
git lfs pullTo clone just the text (skip large assets) and fetch them on demand:
GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/heygen-com/hyperframes-launches.git
cd hyperframes-launches
git lfs pull --include="hyperframes-launch/assets/*" # or any subset you needEach video directory follows the HyperFrames project shape:
<project>/
├── index.html # top-level composition
├── compositions/ # scene-level compositions
├── assets/ # video, audio, image inputs (LFS)
├── renders/ # local rendered videos (ignored by Git)
├── STORYBOARD.md # shot-by-shot plan
└── meta.json # project metadata
Generated files under each top-level project's renders/ directory stay local. Commit the composition source and required input media under assets/; files under assets/renders/ remain tracked when they are source material.
cd hyperframes-launch
hyperframes preview # open the studio
hyperframes render # render to mp4See the HyperFrames CLI docs for the full command set.
Original composition source code, configuration, and documentation authored by HeyGen in this repository are licensed under the Apache License 2.0, unless a file states otherwise.
That license does not apply to bundled media, brand assets, or fonts, including logos, photos, audio, video, and screenshots, or to third-party software. Those materials remain subject to their respective owners' terms and may require replacement or separate permission before redistribution. The Apache License does not grant permission to use HeyGen's or any third party's trademarks.
- Create a new subdirectory:
mkdir my-launch && cd my-launch && hyperframes init - Build the composition.
- Commit — LFS will pick up binary assets automatically via the root
.gitattributes. - Add a row to the Videos table above.