Files
hyperframes/docs/product-updates.mdx
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

54 lines
2.3 KiB
Plaintext

---
title: "Product updates"
description: "The HyperFrames changes that matter when you create, edit, and render projects."
---
This page explains meaningful product changes in human terms. Use [Weekly updates](/weekly-updates) for the detailed digest and films, or the [complete release archive](/changelog) for every versioned change.
## July 2026
### Media that previews reliably
Studio, published projects, and the render pipeline can prepare compatible preview versions of difficult video formats automatically. This particularly helps with HEVC and other files that a browser may not decode even though FFmpeg can render them.
What this means:
- fewer black video frames in Studio;
- preview and render use consistent media decisions;
- published projects can include the prepared media;
- projects can opt out when automatic proxying is not wanted.
### A clearer Studio inspector
The flatter Studio inspector is now the normal editing surface. Text, layout, style, motion, media, grade, and element-specific controls are easier to scan without navigating several competing panels.
### More reliable rendering and long-running work
Recent releases improved software-GPU capture, Windows behavior, browser worker reuse, failure diagnostics, audio handling, and composition synchronization.
For most users, the result is simple: fewer cases where a long or media-heavy render stalls or produces a frame that differs from preview.
### Better storyboard and agent review
Storyboard review now has clearer handoff behavior, safer history navigation, and a more explicit relationship between human comments and the next agent pass.
### Safer agent-created motion
Lint and validation now catch more animation problems involving seek order, hidden initial states, conflicting writers, relative values, and SVG drawing.
## Keep your project current
Scaffolded projects can pin a HyperFrames version for reproducibility. Ask your agent to check the project before render-affecting work, or run:
```bash
npx hyperframes@latest upgrade --project . --check
```
Read the [release archive](/changelog) before upgrading a production workflow with custom integrations.
## Related topics
- [Read the complete release archive](/changelog)
- [Make your first video](/quickstart)
- [Review and edit a project in Studio](/studio)