mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-14 18:01:20 +08:00
127 lines
7.0 KiB
Plaintext
127 lines
7.0 KiB
Plaintext
---
|
|
title: "Examples"
|
|
description: "Watch finished HyperFrames videos, inspect real production projects, or start from a working template."
|
|
related:
|
|
- /quickstart
|
|
- /workflows
|
|
- /go-further
|
|
---
|
|
|
|
import { DocsVideo } from "/snippets/docs-video.jsx";
|
|
|
|
## Finished films
|
|
|
|
Each preview links to the complete source project.
|
|
|
|
<div className="not-prose grid grid-cols-1 md:grid-cols-2 gap-4 my-7">
|
|
<a className="group overflow-hidden rounded-xl border border-zinc-200 bg-white text-inherit no-underline dark:border-zinc-800 dark:bg-zinc-950" href="https://github.com/heygen-com/hyperframes-launches/tree/main/hyperframes-launch">
|
|
<video className="aspect-video w-full object-cover" src="https://static.heygen.ai/hyperframes-oss/docs/images/showcase/hyperframes-launch-preview.mp4" poster="https://static.heygen.ai/hyperframes-oss/docs/images/showcase/hyperframes-launch-poster.jpg" autoPlay muted loop playsInline preload="metadata" />
|
|
<div className="p-4">
|
|
<strong className="block text-sm">HyperFrames launch</strong>
|
|
<span className="mt-1 block text-xs text-zinc-500 dark:text-zinc-400">Product film · source included</span>
|
|
</div>
|
|
</a>
|
|
|
|
<a className="group overflow-hidden rounded-xl border border-zinc-200 bg-white text-inherit no-underline dark:border-zinc-800 dark:bg-zinc-950" href="https://github.com/heygen-com/hyperframes-launches/tree/main/timeline-launch">
|
|
<video className="aspect-video w-full object-cover" src="https://static.heygen.ai/hyperframes-oss/docs/images/showcase/timeline-editor-preview.mp4" poster="https://static.heygen.ai/hyperframes-oss/docs/images/showcase/timeline-editor-poster.jpg" autoPlay muted loop playsInline preload="metadata" />
|
|
<div className="p-4">
|
|
<strong className="block text-sm">Timeline editor launch</strong>
|
|
<span className="mt-1 block text-xs text-zinc-500 dark:text-zinc-400">Feature reveal · source included</span>
|
|
</div>
|
|
</a>
|
|
|
|
<a
|
|
className="group overflow-hidden rounded-xl border border-zinc-200 bg-white text-inherit no-underline dark:border-zinc-800 dark:bg-zinc-950"
|
|
href="https://github.com/heygen-com/hyperframes-launches/tree/main/website-to-hyperframes"
|
|
>
|
|
<video
|
|
className="aspect-video w-full object-cover"
|
|
src="https://static.heygen.ai/hyperframes-oss/docs/images/showcase/website-to-hyperframes-preview.mp4"
|
|
poster="https://static.heygen.ai/hyperframes-oss/docs/images/showcase/website-to-hyperframes-poster.jpg"
|
|
autoPlay
|
|
muted
|
|
loop
|
|
playsInline
|
|
preload="metadata"
|
|
/>
|
|
<div className="p-4">
|
|
<strong className="block text-sm">Website to HyperFrames</strong>
|
|
<span className="mt-1 block text-xs text-zinc-500 dark:text-zinc-400">
|
|
Product story · source included
|
|
</span>
|
|
</div>
|
|
</a>
|
|
|
|
<a className="group overflow-hidden rounded-xl border border-zinc-200 bg-white text-inherit no-underline dark:border-zinc-800 dark:bg-zinc-950" href="https://github.com/heygen-com/hyperframes-launches/tree/main/texture-launch-video">
|
|
<video className="aspect-video w-full object-cover" src="https://static.heygen.ai/hyperframes-oss/docs/images/showcase/texture-launch-preview.mp4" poster="https://static.heygen.ai/hyperframes-oss/docs/images/showcase/texture-launch-poster.jpg" autoPlay muted loop playsInline preload="metadata" />
|
|
<div className="p-4">
|
|
<strong className="block text-sm">Texture launch</strong>
|
|
<span className="mt-1 block text-xs text-zinc-500 dark:text-zinc-400">Motion design · source included</span>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
|
|
## One project, open end to end
|
|
|
|
This is the same small project used in the Quickstart. Its request, brief,
|
|
source, revision notes, checks, and final render are all public.
|
|
|
|
```text
|
|
Using /hyperframes, make a 10-second product intro for https://example.com.
|
|
```
|
|
|
|
<div className="not-prose my-6 grid overflow-hidden rounded-xl border border-zinc-200 bg-white md:grid-cols-4 dark:border-zinc-800 dark:bg-zinc-950">
|
|
<a className="border-b border-zinc-200 p-4 text-inherit no-underline md:border-b-0 md:border-r dark:border-zinc-800" href="https://github.com/heygen-com/hyperframes/blob/main/examples/docs-reference-project/BRIEF.md">
|
|
<span className="block text-xs font-semibold uppercase tracking-wide text-zinc-500 dark:text-zinc-400">Brief</span>
|
|
<strong className="mt-1 block text-sm">What the agent decided</strong>
|
|
</a>
|
|
<a className="border-b border-zinc-200 p-4 text-inherit no-underline md:border-b-0 md:border-r dark:border-zinc-800" href="https://github.com/heygen-com/hyperframes/tree/main/examples/docs-reference-project">
|
|
<span className="block text-xs font-semibold uppercase tracking-wide text-zinc-500 dark:text-zinc-400">Source</span>
|
|
<strong className="mt-1 block text-sm">Every editable project file</strong>
|
|
</a>
|
|
<a className="border-b border-zinc-200 p-4 text-inherit no-underline md:border-b-0 md:border-r dark:border-zinc-800" href="https://github.com/heygen-com/hyperframes/blob/main/examples/docs-reference-project/VERIFICATION.md#2-v1--v2">
|
|
<span className="block text-xs font-semibold uppercase tracking-wide text-zinc-500 dark:text-zinc-400">Revision</span>
|
|
<strong className="mt-1 block text-sm">What changed after review</strong>
|
|
</a>
|
|
<a className="p-4 text-inherit no-underline" href="https://github.com/heygen-com/hyperframes/blob/main/examples/docs-reference-project/VERIFICATION.md">
|
|
<span className="block text-xs font-semibold uppercase tracking-wide text-zinc-500 dark:text-zinc-400">Checks</span>
|
|
<strong className="mt-1 block text-sm">The real verification report</strong>
|
|
</a>
|
|
</div>
|
|
|
|
<div style={{ maxWidth: "36rem", margin: "1.5rem auto" }}>
|
|
<DocsVideo
|
|
title="The verified 10-second Reference Project render"
|
|
src="https://static.heygen.ai/hyperframes-oss/docs/reference-project/live/reference-project-v2.mp4"
|
|
poster="https://static.heygen.ai/hyperframes-oss/docs/reference-project/live/poster-v2.jpg"
|
|
/>
|
|
</div>
|
|
|
|
The result is not a sealed demo. Open any stage above and use the same shape for
|
|
your own project: request → brief → source → revision → render.
|
|
|
|
## Start from a template
|
|
|
|
Create a project with a working example:
|
|
|
|
```bash
|
|
npx hyperframes init my-video --example <name>
|
|
```
|
|
|
|
| Example | Good starting point for |
|
|
| --------------- | -------------------------------------------- |
|
|
| `warm-grain` | Branding, lifestyle, and editorial work |
|
|
| `play-mode` | Energetic social videos and product launches |
|
|
| `swiss-grid` | Technical, structured, and corporate stories |
|
|
| `kinetic-type` | Type-led promos, intros, and title cards |
|
|
| `decision-tree` | Explainable diagrams and tutorials |
|
|
| `product-promo` | Multi-scene product showcases |
|
|
| `nyt-graph` | Editorial charts and data stories |
|
|
| `vignelli` | Bold portrait announcements |
|
|
| `blank` | Agent-generated or fully custom work |
|
|
|
|
<Tip>
|
|
Choose a template for its structure and tone, then replace the sample content. If none fits, start
|
|
with `blank` and let the agent build from the brief.
|
|
</Tip>
|