Files
hyperframes/docs/go-further.mdx
ukimsanov b5509602fa docs: remove the Reference Project — nobody wants to be sent to GitHub
The "One project, open end to end" section on Examples was four cards linking into
a GitHub folder. A reader on the docs site does not want to leave for a repo tree
to read a BRIEF.md. The section is gone, and so is the examples/docs-reference-project
folder it pointed at.

Also removed the prose references that leaned on it: the Reference Project
paragraph on Go further, the two GitHub-inspect links on Developers, and the
mention on the Studio landing. Each was reworded to talk about "a project"
generally rather than that specific folder.

Examples is now purely the nineteen finished films plus Start from a template.
The changelog entry recording #2977 is left as history. 0 broken links.
2026-08-04 16:46:45 -07:00

36 lines
1.3 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-v2.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.
## 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)