What
A hosted, zero-install demo build of the editor that runs on a static host (GitHub Pages), so people can feel the editor without cloning the repo.
Asked for in the Show HN thread (spacemanspiff01: "You should have a hosted site for this").
How
The compositor/UI is already fully browser-side. The server provides persistence, media, and export — all of which have degraded-but-fine browser equivalents for a demo:
The point of the demo is the editor feel. It deliberately can't show the main trick (an external agent rebuilding your timeline live) — the demo page should say so and link the 30-second demo video instead.
Done when
A GitHub Pages URL loads the editor with sample footage, timeline editing works, and a MediaRecorder export downloads an actual video file.
What
A hosted, zero-install demo build of the editor that runs on a static host (GitHub Pages), so people can feel the editor without cloning the repo.
Asked for in the Show HN thread (spacemanspiff01: "You should have a hosted site for this").
How
The compositor/UI is already fully browser-side. The server provides persistence, media, and export — all of which have degraded-but-fine browser equivalents for a demo:
/api/*calls inapp.jsand backs them withlocalStorage(project) and bundled sample footage (media)The point of the demo is the editor feel. It deliberately can't show the main trick (an external agent rebuilding your timeline live) — the demo page should say so and link the 30-second demo video instead.
Done when
A GitHub Pages URL loads the editor with sample footage, timeline editing works, and a MediaRecorder export downloads an actual video file.