Skip to content

Commit 0be2356

Browse files
committed
docs: simplify journey films and page endings
1 parent 9892aeb commit 0be2356

8 files changed

Lines changed: 13 additions & 370 deletions

File tree

docs/contributing.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,9 @@ For Studio changes, verify the behavior in the browser and preserve the source-p
7171
Use [GitHub Issues](https://github.com/heygen-com/hyperframes/issues) for bugs and proposals. A useful bug report includes the smallest reproduction, the first exact error, `npx hyperframes info`, and the operating system.
7272

7373
By contributing, you agree that your work is licensed under the [Apache 2.0 License](https://github.com/heygen-com/hyperframes/blob/main/LICENSE) and follows the [Code of Conduct](https://github.com/heygen-com/hyperframes/blob/main/CODE_OF_CONDUCT.md).
74+
75+
## Related topics
76+
77+
- [Test local CLI changes](/contributing/testing-local-changes)
78+
- [Contribute a Catalog item](/contributing/catalog)
79+
- [Understand release channels](/contributing/release-channels)

docs/custom.css

Lines changed: 0 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -753,120 +753,6 @@ samp {
753753
outline: none;
754754
}
755755

756-
.hf-docs-video-guide {
757-
margin-top: 0.75rem;
758-
padding: 0.85rem;
759-
border: 1px solid rgba(128, 128, 128, 0.24);
760-
border-radius: 0.7rem;
761-
background: rgba(128, 128, 128, 0.045);
762-
}
763-
764-
.hf-docs-video-guide-head {
765-
display: flex;
766-
align-items: center;
767-
justify-content: space-between;
768-
gap: 1rem;
769-
margin-bottom: 0.55rem;
770-
font-size: 0.8rem;
771-
}
772-
773-
.hf-docs-video-guide-head strong {
774-
font-weight: 650;
775-
}
776-
777-
.hf-docs-video-guide-head button,
778-
.hf-docs-video-chapters button,
779-
.hf-docs-video-transcript button {
780-
border: 0;
781-
background: transparent;
782-
color: inherit;
783-
font: inherit;
784-
cursor: pointer;
785-
}
786-
787-
.hf-docs-video-guide-head button {
788-
padding: 0.2rem 0;
789-
opacity: 0.62;
790-
font-size: 0.73rem;
791-
}
792-
793-
.hf-docs-video-guide-head button:hover,
794-
.hf-docs-video-guide-head button:focus-visible {
795-
opacity: 1;
796-
}
797-
798-
.hf-docs-video-chapters {
799-
display: grid;
800-
grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
801-
gap: 0.35rem;
802-
}
803-
804-
.hf-docs-video-chapters button {
805-
display: flex;
806-
min-width: 0;
807-
align-items: baseline;
808-
gap: 0.45rem;
809-
padding: 0.48rem 0.55rem;
810-
border-radius: 0.45rem;
811-
text-align: left;
812-
font-size: 0.76rem;
813-
line-height: 1.3;
814-
}
815-
816-
.hf-docs-video-chapters button:hover,
817-
.hf-docs-video-chapters button:focus-visible,
818-
.hf-docs-video-chapters button[data-active="true"] {
819-
background: rgba(128, 128, 128, 0.14);
820-
}
821-
822-
.hf-docs-video-chapters button[data-active="true"] {
823-
box-shadow: inset 2px 0 var(--hf-brand);
824-
}
825-
826-
.hf-docs-video-chapters span,
827-
.hf-docs-video-transcript button span {
828-
flex: 0 0 auto;
829-
opacity: 0.58;
830-
font-variant-numeric: tabular-nums;
831-
}
832-
833-
.hf-docs-video-transcript {
834-
margin-top: 0.55rem;
835-
border-top: 1px solid rgba(128, 128, 128, 0.2);
836-
}
837-
838-
.hf-docs-video-transcript summary {
839-
width: fit-content;
840-
padding: 0.65rem 0 0.1rem;
841-
font-size: 0.76rem;
842-
font-weight: 600;
843-
cursor: pointer;
844-
}
845-
846-
.hf-docs-video-transcript > div {
847-
display: grid;
848-
gap: 0.15rem;
849-
max-height: 15rem;
850-
margin-top: 0.45rem;
851-
overflow-y: auto;
852-
}
853-
854-
.hf-docs-video-transcript button {
855-
display: grid;
856-
grid-template-columns: 2.4rem 1fr;
857-
gap: 0.5rem;
858-
padding: 0.4rem 0.45rem;
859-
border-radius: 0.35rem;
860-
text-align: left;
861-
font-size: 0.75rem;
862-
line-height: 1.45;
863-
}
864-
865-
.hf-docs-video-transcript button:hover,
866-
.hf-docs-video-transcript button:focus-visible {
867-
background: rgba(128, 128, 128, 0.12);
868-
}
869-
870756
.hf-agent-action {
871757
display: flex;
872758
align-items: center;

docs/developers/index.mdx

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,6 @@ import { DocsVideo } from "/snippets/docs-video.jsx";
1111
title="A HyperFrames composition shown through the CLI, SDK, Player, and rendering infrastructure."
1212
src="/images/showcase/journey-developers-v3.mp4"
1313
poster="/images/showcase/journey-developers-v3.jpg"
14-
chapters={[
15-
{ time: 0, label: "What you can build" },
16-
{ time: 5.2, label: "The HTML contract" },
17-
{ time: 13.2, label: "CLI automation" },
18-
{ time: 20, label: "SDK inspection and editing" },
19-
{ time: 27.4, label: "Player embedding" },
20-
{ time: 32.2, label: "Rendering layers" },
21-
{ time: 40.2, label: "The mental model" },
22-
]}
23-
transcript={[
24-
{ time: 0.5, text: "What can you build on top of HyperFrames?" },
25-
{
26-
time: 5.6,
27-
text: "Start with the contract. A composition is just HTML.",
28-
},
29-
{ time: 9.6, text: "Every clip declares its own timing." },
30-
{ time: 13.6, text: "The command line treats that file as input." },
31-
{ time: 16, text: "One composition, three rows, three renders." },
32-
{
33-
time: 20.4,
34-
text: "The SDK opens the same HTML with no browser at all.",
35-
},
36-
{ time: 23.9, text: "Query it, retime a clip, write it back." },
37-
{ time: 27.8, text: "The player embeds it in your page, and seeks it." },
38-
{ time: 32.6, text: "Underneath, the engine seeks Chrome frame by frame." },
39-
{ time: 35.7, text: "The producer encodes and mixes." },
40-
{ time: 37.6, text: "The cloud does both without your machine." },
41-
{ time: 40.8, text: "One composition. Inspect or edit. Play or render." },
42-
]}
4314
/>
4415
</div>
4516

docs/go-further.mdx

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -12,58 +12,6 @@ import { DocsVideo } from "/snippets/docs-video.jsx";
1212
title="An existing HyperFrames project is revised with an agent, edited in Studio, enriched, checked, and rendered."
1313
src="/images/showcase/journey-go-further-v3.mp4"
1414
poster="/images/showcase/journey-go-further-v3.jpg"
15-
chapters={[
16-
{ time: 0, label: "Start from a working project" },
17-
{ time: 6.3, label: "Ask for a story change" },
18-
{ time: 13.85, label: "Let the agent rewrite it" },
19-
{ time: 22.6, label: "Make a precise Studio edit" },
20-
{ time: 30.1, label: "Add reusable detail" },
21-
{ time: 42.1, label: "Check and render" },
22-
{ time: 50.6, label: "Review the result" },
23-
]}
24-
transcript={[
25-
{ time: 0.45, text: "This project already works." },
26-
{
27-
time: 2.55,
28-
text: "Going further means changing it without starting over.",
29-
},
30-
{ time: 6.9, text: "Some changes are story-sized." },
31-
{
32-
time: 9.15,
33-
text: "Beat four is where this piece turns — and it was the shortest scene on the timeline.",
34-
},
35-
{
36-
time: 14.3,
37-
text: "Say that in plain language, and the timeline rewrites itself.",
38-
},
39-
{
40-
time: 17.9,
41-
text: "The turn gains a second and a half; the ending comes in to meet it.",
42-
},
43-
{
44-
time: 23.2,
45-
text: "Some changes are pixel-sized. Those you type yourself.",
46-
},
47-
{ time: 26.9, text: "A title size, set by hand, in the panel." },
48-
{ time: 30.9, text: "Then make the change worth keeping." },
49-
{
50-
time: 33.3,
51-
text: "A Catalog lower third fills the room the agent made,",
52-
},
53-
{
54-
time: 36.6,
55-
text: "and its lines become variables — so the next listing is a flag, not an edit.",
56-
},
57-
{
58-
time: 42.9,
59-
text: "Check it for real: the two findings that mattered are gone.",
60-
},
61-
{ time: 47.3, text: "Render." },
62-
{
63-
time: 51.9,
64-
text: "One project, two hands. The agent moves the story; you move the frame.",
65-
},
66-
]}
6715
/>
6816
</div>
6917

docs/introduction.mdx

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -12,40 +12,6 @@ import { LiveReferenceProject } from "/snippets/live-reference-project.jsx";
1212
title="What is HyperFrames?"
1313
src="https://static.heygen.ai/hyperframes-oss/docs/images/showcase/journey-introduction-v5.mp4"
1414
poster="https://static.heygen.ai/hyperframes-oss/docs/images/showcase/journey-introduction-v5.jpg"
15-
chapters={[
16-
{ time: 0, label: "What it is" },
17-
{ time: 6.6, label: "Why agents can build it" },
18-
{ time: 16, label: "Real films, made as web pages" },
19-
{ time: 31.7, label: "The editable project" },
20-
{ time: 40.8, label: "Studio and render" },
21-
{ time: 48.8, label: "The whole idea" },
22-
]}
23-
transcript={[
24-
{ time: 0.45, text: "So — what exactly is HyperFrames?" },
25-
{ time: 3.96, text: "It turns HTML into video." },
26-
{
27-
time: 6.61,
28-
text: "And that matters, because your agent already writes HTML, CSS and JavaScript. There's no new language for it to learn.",
29-
},
30-
{ time: 16, text: "Every film you're watching right now is a web page." },
31-
{
32-
time: 19.67,
33-
text: "The layouts, the typography, the interfaces, the animations, the transitions, the effects — all of it authored as HTML, CSS and JavaScript by an AI agent.",
34-
},
35-
{
36-
time: 31.76,
37-
text: "The footage, the images, the narration, the music, the sound — those are real files, assembled into that same editable project.",
38-
},
39-
{ time: 40.83, text: "Open it in Studio. Move a clip. Change a word." },
40-
{
41-
time: 44.56,
42-
text: "Then one command renders every frame, and hands you a file.",
43-
},
44-
{
45-
time: 48.89,
46-
text: "That's the whole idea. A request. An agent. An editable project. A video.",
47-
},
48-
]}
4915
/>
5016
</div>
5117

docs/product-updates.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,9 @@ npx hyperframes@latest upgrade --project . --check
4545
```
4646

4747
Read the [release archive](/changelog) before upgrading a production workflow with custom integrations.
48+
49+
## Related topics
50+
51+
- [Read the complete release archive](/changelog)
52+
- [Make your first video](/quickstart)
53+
- [Review and edit a project in Studio](/studio)

docs/quickstart.mdx

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -12,35 +12,6 @@ import { AgentAction } from "/snippets/agent-action.jsx";
1212
title="A beginner creates a first HyperFrames video from one short request, then continues with an agent, Studio, or the CLI."
1313
src="https://static.heygen.ai/hyperframes-oss/docs/images/showcase/journey-quickstart-v5.mp4"
1414
poster="https://static.heygen.ai/hyperframes-oss/docs/images/showcase/journey-quickstart-v5.jpg"
15-
chapters={[
16-
{ time: 0, label: "Make the request" },
17-
{ time: 8.4, label: "Confirm the intent" },
18-
{ time: 17, label: "Get a real project" },
19-
{ time: 22.8, label: "Watch the first version" },
20-
{ time: 27.8, label: "Choose how to continue" },
21-
{ time: 35.6, label: "The result" },
22-
]}
23-
transcript={[
24-
{ time: 0.2, text: "Let's make one." },
25-
{ time: 2.2, text: "This is the whole request." },
26-
{ time: 5.55, text: "One sentence, and a link." },
27-
{ time: 9.2, text: "Your agent reads it back," },
28-
{
29-
time: 10.75,
30-
text: "confirms what matters, and asks what's missing.",
31-
},
32-
{ time: 14.55, text: "You never had to write a specification." },
33-
{ time: 17.6, text: "Then it becomes a real project." },
34-
{ time: 19.85, text: "Scenes, media, timing. Files you own." },
35-
{ time: 23.5, text: "And a first version you can watch." },
36-
{ time: 28.45, text: "From here, three doors into the same project." },
37-
{
38-
time: 31.3,
39-
text: "Ask the agent. Open Studio. Or use the command line.",
40-
},
41-
{ time: 36.55, text: "Ten seconds, from one sentence." },
42-
{ time: 40.1, text: "Now make yours." },
43-
]}
4415
/>
4516
</div>
4617

0 commit comments

Comments
 (0)