Files
hyperframes/docs/go-further.mdx
T
ukimsanov 6fe5b4f82a docs: add the Studio section, workflow guides, and section hubs
Adds the pages the rebuilt navigation is organised around, and moves the sidebar
onto that structure. Every entry points at a file that exists after this commit;
nothing is rewritten or removed yet, and no redirect is claimed yet.

- Studio (13 pages) — the editor had no section of its own
- One guide per creation workflow, matching the shipped agent skills
- Section hubs: Concepts, Catalog, Developers, Deploy, Workflows, Help,
  Go further, Product updates, 30 Days of HyperFrames

Pages a later commit retires drop out of the sidebar here but still exist and
still resolve, so the site stays navigable at this commit.

Incidentally fixes a link to /concepts from the Lambda migration guide that is
broken on main today — the destination did not exist.
2026-08-04 00:39:31 -07:00

41 lines
1.7 KiB
Plaintext

---
title: "Go further with HyperFrames"
sidebarTitle: "Go further"
description: "Take more control of an existing project through your agent, Studio, richer composition tools, and a reliable finish."
---
import { AdvancedPathGrid } from "/snippets/advanced-path-grid.jsx";
import { DocsVideo } from "/snippets/docs-video.jsx";
<div className="hf-docs-video-frame">
<DocsVideo
title="An existing HyperFrames project is revised with an agent, edited in Studio, enriched, checked, and rendered."
src="https://static.heygen.ai/hyperframes-oss/docs/images/showcase/journey-go-further-v3.mp4"
poster="https://static.heygen.ai/hyperframes-oss/docs/images/showcase/journey-go-further-v3.jpg"
/>
</div>
The project does not change format as you gain control. Your agent, Studio, the
SDK, the Player, and the renderer all work from the same HTML project.
The [Reference Project](https://github.com/heygen-com/hyperframes/tree/main/examples/docs-reference-project)
continues the first-video example. Its first version is a real page capture on a
10-second timeline. The revised version keeps that source and adds editable
variables, narration, fixed captions, music, and sound.
## Choose by the size of the change
Use the agent for changes to the story or several scenes. Use Studio for the
specific visual or timing detail you can point at.
<AdvancedPathGrid />
For reusable content and nested structure, continue with [Variables](/concepts/variables) and
[Compositions](/concepts/compositions).
## Related topics
- [Edit the project visually in Studio](/studio)
- [Understand how a HyperFrames project works](/concepts)
- [Build on HyperFrames as a developer](/developers)