docs: refresh demo into a 3-act hero recording#334
Merged
Conversation
b80c510 to
73a3558
Compare
Rewrite the VHS demo from a flat feature checklist into a paced ~22s story: multi-cursor rename (the hook) -> code folding -> the edit rippling into a live git diff -> a dark-only theme switch (lands on zenith) -> btop in a grown terminal -> shrinking the terminal and sliding the sidebar away to a clean full-width view. - Hide the launch so the GIF opens on rendered code, not a shell prompt; faster typing; drop the flaky network-dependent PR-review section. - Add docs-web/demo/setup.sh: generates a throwaway TypeScript fixture and an isolated config (both in /tmp) so recording mutates nothing tracked and needs nothing from your real config. The config remaps panel resize + focus to keys VHS can send (ctrl+l chord for resize, ctrl+j/ctrl+u for group/terminal focus), since VHS can't send alt+shift+arrow / alt+arrow. - Theme switch jumps between dark themes by name, never rendering a light one in passing (no flash). - Re-record demo.gif/webm. Co-Authored-By: Claude Opus 4.8 <[email protected]> Claude-Session: https://claude.ai/code/session_01Cuynda1aEFFTSBzy98Hmee
73a3558 to
73b54f8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rewrites the VHS demo from a flat feature list into a paced ~22s story designed to hook in the first few seconds (homepage / Reddit).
The story
taskand rename toentryat once (status bar shows 9 cursors).turbo→hot→zen), landing on zenith. Typing jumps straight to each theme, so a light theme never renders in passing — no flash.Changes
demo.taperewritten. Launch is hidden (opens on rendered code), typing is faster, and the flaky network-dependent PR-review section is gone.docs-web/demo/setup.sh(new) generates a throwaway TypeScript fixture and an isolated config, both in/tmp, so recording mutates nothing tracked and needs nothing from your real config. VHS can't sendalt+shift+arrow/alt+arrow, so the config remaps panel resize to actrl+lchord and group/terminal focus toctrl+j/ctrl+u.demo.gif/demo.webmre-recorded (~22s).To re-record:
make build && vhs docs-web/public/demo/demo.tape🤖 Generated with Claude Code