Studio will not open
The browser never opens, the page is unreachable, or the project does not load.- Open a terminal in the HyperFrames project folder.
- Run
npx hyperframes preview. - Keep that process running while Studio is open.
- Use the local URL printed in the terminal.
Preview is wrong or stale
A saved change is missing, playback looks old, or the preview is blank. Try these in order:- Save the changed file.
- Reload Studio once.
- Check the terminal for a build or runtime error.
- Run the project checks:
lint checks the composition structure. check opens the project in a browser gate and catches runtime, layout, motion, and contrast problems.
I cannot select or edit something
Selection, canvas controls, timing, or an Inspector field is unavailable.- Open Layers and select the element there when clicking the canvas is difficult.
- Confirm you are in Preview, not Storyboard.
- Scrub to a time where the element is actually visible.
- Check whether the visual lives inside a nested composition.
- Ask the agent when the change affects source structure rather than one visible element.
Media is missing or black
An image, video, font, or audio file is absent or does not render. Check that:- the file still exists inside the project;
- the path and filename capitalisation match;
- the source is local and available during rendering;
- the browser can decode the format;
- the media is visible at the current time;
- the terminal reports no download, decode, or CORS error.
Animation is wrong
Motion jumps, drifts, starts at the wrong time, or changes after seeking. First decide whether it happens:- during normal playback;
- only after scrubbing;
- only in the final render.
npx hyperframes check, then give your agent the smallest affected scene and the exact timestamp.
Render failed or differs from preview
Export stops, produces the wrong result, or disagrees with Studio.- Preserve the complete render error.
- Run
npx hyperframes check. - Confirm fonts and media are local and load before capture.
- Check the affected timestamp in Studio.
- Try the normal MP4 preset before changing codecs or advanced flags.
Copy a useful diagnostic
If none of the above resolved it, send this to your agent with the visible facts filled in:Still stuck
Common questions
Short answers to what usually comes up during first use.
Complete troubleshooting
Less common project, media, animation, rendering, and environment failures.
Share product feedback
Explain a confusing or broken experience with useful context.
Search GitHub issues
Find a known problem, or open a reproducible one.