You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the placeholder slides in the homepage hero slider with real product screenshots, and add an asciinema recording of the actual CLI as the closing "full demo" slide.
Context: the homepage was just repositioned around "everything GitHub at your fingertips — bulk-manage from the terminal, no more clicking." The hero now has a slider (components/hero-slider.tsx) with 4 placeholder slides + the existing demo video. We want real shots that prove the selling points, plus a crisp asciinema cast (free, self-hosted, text-crisp) to replace the blurry GIF.
Features to feature (suggested — and why)
Bulk Select mode — our Implement Organization Support Feature #1 selling point. Show several repos selected + a bulk action (e.g. bulk-archive confirmation). This is the "no more one-at-a-time clicking" payoff.
Fuzzy search & filter — "find any repo in milliseconds." Reinforces at your fingertips.
Repository transfer — the destination picker. A standout differentiator vs the web UI.
Optional bonus shots (nice-to-have): the main repo list / overview, and the session summary on exit (shows estimated time saved — great social proof).
Shared capture setup (do once)
Terminal size: ~100×30 (cols×rows). Keeps the layout ~16:9 to fit the slider's aspect-video frame without letterboxing.
Theme: use the CLI's Default (green) theme to match the site — cycle with Shift+T. Keep the same theme across all shots.
Density:cozy (T cycles compact/cozy/comfy) for readability.
Font: clean monospace at a readable size; capture on a retina / @2x display for crisp PNGs.
Account hygiene: use an account/org with representative repos. Avoid exposing private repo names you don't want public. A demo org with ~a dozen repos is ideal.
Verify keybindings in-app: press ? for the help overlay — the keys in the sub-issues are taken from the site copy; confirm before shooting.
Goal
Replace the placeholder slides in the homepage hero slider with real product screenshots, and add an asciinema recording of the actual CLI as the closing "full demo" slide.
Context: the homepage was just repositioned around "everything GitHub at your fingertips — bulk-manage from the terminal, no more clicking." The hero now has a slider (
components/hero-slider.tsx) with 4 placeholder slides + the existing demo video. We want real shots that prove the selling points, plus a crisp asciinema cast (free, self-hosted, text-crisp) to replace the blurry GIF.Features to feature (suggested — and why)
Optional bonus shots (nice-to-have): the main repo list / overview, and the session summary on exit (shows estimated time saved — great social proof).
Shared capture setup (do once)
100×30(cols×rows). Keeps the layout ~16:9 to fit the slider'saspect-videoframe without letterboxing.Shift+T. Keep the same theme across all shots.Tcycles compact/cozy/comfy) for readability.?for the help overlay — the keys in the sub-issues are taken from the site copy; confirm before shooting.File conventions
public/screenshots/<name>.png(PNG, @2x):bulk-select.png,fuzzy-search.png,transfer.png,fork-sync.png.public/demo.cast.Sub-issues