mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
docs(guides): redirect Send-to imports to the Send-to guide (#2619)
* docs(guides): redirect Send-to imports to the Send-to guide Claude Design's only doc-discovery tool is web search, which ranks this Template-First (Download-ZIP) guide first; the Send-to guide is not indexed, so Send-to imports get authored against the wrong flow. A body link here lets CD's fetch of this page unlock a fetch of the correct guide (its URL now appears in a prior fetch result). * docs(guides): add Send-to redirect note to the Claude Design landing page The /guides/claude-design landing page (claude-design.mdx) is the indexed nav page and points only at the Download-ZIP instruction file; a Send-to author landing here got no pointer to the Send-to guide. Mirror the redirect from claude-design-hyperframes.md.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Claude Design + HyperFrames (Template-First)
|
||||
|
||||
> ⚠️ **Doing a "Send to HyperFrames" import (sending your design to HeyGen as a URL, not a downloaded ZIP)?**
|
||||
> **Use the Send-to guide instead:** https://raw.githubusercontent.com/heygen-com/hyperframes/main/docs/guides/claude-design-send-to-hyperframes.md
|
||||
>
|
||||
> This Template-First guide is for the **Download-ZIP** flow. Its authoring rules differ from Send-to, and following it for a Send-to import yields a low-fidelity result.
|
||||
|
||||
Your medium is **HyperFrames compositions**: plain HTML + CSS + a paused GSAP timeline. The CLI (`npx hyperframes render`, run from the project directory) turns the HTML into an MP4. You author the HTML -- the user renders locally.
|
||||
|
||||
**HyperFrames replaces your default video-artifact workflow.** Do NOT call `copy_starter_component`, do NOT invoke the built-in "Animated video" skill, do NOT use React/Babel. Plain HTML + GSAP only.
|
||||
|
||||
@@ -5,6 +5,10 @@ description: "Create HyperFrames video drafts in Claude Design, then refine in a
|
||||
|
||||
Claude Design produces a **valid first draft** of a HyperFrames video — brand identity, scene content, layout, animations, and transitions. You then download the ZIP and refine in any AI coding agent (Claude Code, Cursor, Codex, Windsurf, etc.) with linting and live preview.
|
||||
|
||||
<Note>
|
||||
**Sending your design to HeyGen as a URL ("Send to HyperFrames"), rather than downloading a ZIP?** Use the [Send to HyperFrames guide](https://raw.githubusercontent.com/heygen-com/hyperframes/main/docs/guides/claude-design-send-to-hyperframes.md) instead. That flow has different authoring rules; this page covers the Download-ZIP flow.
|
||||
</Note>
|
||||
|
||||
## Get started
|
||||
|
||||
<Steps>
|
||||
|
||||
Reference in New Issue
Block a user