docs: animated demo GIFs rendered with Remotion - #60
Merged
Conversation
Six looping GIFs (assets/demo/) covering status lightbar, command keys, workflow flick, thinking dial, layers, and multi-session focus — rendered from a self-contained Remotion project in demo/ (not shipped to npm, no CI job). README gains a 'See it in action' section; CONTRIBUTING notes how to re-render. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…houette Lightbar is now two curved strips framing the touchpad like the real pad, the shell is a single closed path with proper grips and center valley, and all buttons sit inside the controller boundary. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Back to the dark grey shell and single top lightbar strip; d-pad is four standalone buttons, PS wordmark removed, touchpad/sticks tightened so the lightbar has clear space above. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
What
Adds six animated demo GIFs to the README — rendered programmatically with Remotion instead of filmed, so they're crisp, reproducible, and re-renderable whenever the UI changes.
assets/demo/*.gif— six 800×450 looping animations (58–219 KB each): status lightbar, command keys, workflow flick, thinking dial, layers, multi-session focus. Lightbar colors matchSTATE_COLORinsrc/feedback.tsexactly.demo/— self-contained Remotion project (own package.json; excluded from the npm package via thefiles: ["dist"]whitelist; no CI job — rendering is manual viacd demo && npm i && npm run render).demo/node_modules/,demo/qa/.Verification
npm run verifygreen (typecheck, lint, format, 254 tests).npm pack --dry-runstill contains onlydist/— no demo leakage.Docs-only — no release needed.
🤖 Generated with Claude Code