Skip to content

docs: add demo GIF and embed it in the README#17

Merged
sethbang merged 1 commit into
mainfrom
docs/demo-gif-asset
May 30, 2026
Merged

docs: add demo GIF and embed it in the README#17
sethbang merged 1 commit into
mainfrom
docs/demo-gif-asset

Conversation

@sethbang
Copy link
Copy Markdown
Owner

What

Replaces the "coming soon" placeholder in the README's Demo section with the actual recorded clip.

  • docs/demo.gif — ~3.6 MB, 760px wide, 12 fps, ~36s (1.5× speed so it stays under the size budget). A real screen recording of an MCP client triaging the seeded inbox.
  • README.md — Demo section now embeds the GIF directly.

Built with an ffmpeg two-pass palette (no gifski needed):

ffmpeg -y -i src.mov -vf "setpts=PTS/1.5,fps=11,scale=760:-1:flags=lanczos,palettegen=stats_mode=diff" pal.png
ffmpeg -y -i src.mov -i pal.png -lavfi "setpts=PTS/1.5,fps=11,scale=760:-1:flags=lanczos[x]; [x][1:v]paletteuse=dither=bayer:bayer_scale=3" docs/demo.gif

🤖 Generated with Claude Code

Replaces the 'coming soon' placeholder in the Demo section with the recorded
clip (docs/demo.gif) of an MCP client triaging the inbox. ~3.6 MB, 760px,
12 fps, ~36s.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@sethbang sethbang merged commit 5c0f7cd into main May 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant