Skip to content

Commit 8d675bd

Browse files
committed
docs: give the journey endings a hierarchy and something to look at
Both pages ended in a row of equal cards, which is a fresh decision at exactly the moment the reader should be moving, and each card only named its destination. They now lead with one dominant next step that shows what is on the other side — a live scene preview for the workflow chooser, the real Renders panel for export — followed by the genuinely relevant alternatives as a quiet sentence of links, ranked by how likely they are to matter. The point is hierarchy rather than scarcity: several onward paths are fine, but they should not all shout at the same volume, and a link that shows the thing earns the click that a link naming the thing does not.
1 parent 02df421 commit 8d675bd

2 files changed

Lines changed: 29 additions & 9 deletions

File tree

docs/quickstart.mdx

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,18 @@ Open **Renders**, choose the format and resolution, and start the export.
135135

136136
You have a video that plays in Studio or an exported file you can watch. Installation alone is not the finish line.
137137

138-
<CardGroup cols={2}>
139-
<Card title="Choose another workflow" icon="route" href="/workflows">
140-
Make a product video, explainer, recut, PR video, motion graphic, music video, or presentation.
141-
</Card>
142-
<Card title="Get unstuck" icon="life-ring" href="/help">
143-
Start with the visible symptom when Studio, media, animation, or export is not behaving.
144-
</Card>
145-
</CardGroup>
138+
<a href="/workflows" className="not-prose group flex flex-col sm:flex-row no-underline overflow-hidden rounded-xl border border-zinc-200 dark:border-zinc-800 hover:border-zinc-400 dark:hover:border-zinc-600 transition-colors my-6">
139+
<video
140+
className="w-full sm:w-64 shrink-0 aspect-video object-cover bg-zinc-100 dark:bg-zinc-900"
141+
src="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/flowchart.mp4"
142+
poster="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/flowchart.png"
143+
autoPlay muted loop playsInline
144+
/>
145+
<div className="p-5">
146+
<span className="text-[11px] font-semibold uppercase tracking-widest text-zinc-500 dark:text-zinc-400">Now make something specific</span>
147+
<span className="mt-1 block text-lg font-semibold text-zinc-900 dark:text-zinc-100">Choose a workflow →</span>
148+
<span className="mt-1 block text-sm text-zinc-600 dark:text-zinc-400">A launch video, an explainer, captions on footage, a PR walkthrough, a motion graphic, a music-driven cut, or a presentation. Each path tells you what to give the agent.</span>
149+
</div>
150+
</a>
151+
152+
Also useful from here: learn the workspace properly in [Studio](/studio), find a ready-made scene in the [Catalog](/catalog), or start from a visible symptom in [Get unstuck](/help).

docs/studio/index.mdx

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,17 @@ Before sharing:
106106
4. Export a version with a useful name.
107107
5. Watch the exported file once.
108108

109-
If something blocks the task, [start from the visible symptom](/help).
109+
<a href="/studio/export" className="not-prose group flex flex-col sm:flex-row no-underline overflow-hidden rounded-xl border border-zinc-200 dark:border-zinc-800 hover:border-zinc-400 dark:hover:border-zinc-600 transition-colors my-6">
110+
<img
111+
className="w-full sm:w-64 shrink-0 aspect-video object-cover bg-zinc-100 dark:bg-zinc-900"
112+
src="/images/studio/export.jpg"
113+
alt="The Renders panel in HyperFrames Studio, showing format and resolution options"
114+
/>
115+
<div className="p-5">
116+
<span className="text-[11px] font-semibold uppercase tracking-widest text-zinc-500 dark:text-zinc-400">When it is ready</span>
117+
<span className="mt-1 block text-lg font-semibold text-zinc-900 dark:text-zinc-100">Export a version →</span>
118+
<span className="mt-1 block text-sm text-zinc-600 dark:text-zinc-400">Pick a format and resolution, watch the render queue, and keep named versions you can compare instead of overwriting the only file you have.</span>
119+
</div>
120+
</a>
121+
122+
Faster with the keyboard? See the [shortcuts](/studio/shortcuts). If something blocks the task, [start from the visible symptom](/help), or read [Studio troubleshooting](/studio/troubleshooting).

0 commit comments

Comments
 (0)