RADIOCLI

Demo

The recommended recording loop and scripted transcript for RadioCLI.

Recorded GIFs

These clips are generated from the built TUI, not mocked screenshots.

Now Playing cycling receiver visualizers and display colors

Library with favorites, recent stations, and imported streams

Explore world map with geotagged station results

Search results for tokyo jazz

Nearby stations after opt-in approximate location lookup

Stats screen cycling display colors

Regenerate the assets from the repo root with:

npm run build
npm run demo:assets

The recorder expects vhs, ImageMagick's magick, mpv, and network access. It writes the GIFs and full-screen screenshot to apps/docs/public/demo.

Manual Demo Flow

The best demo is a short terminal recording that shows the product loop:

  1. Start radiocli.
  2. Open Countries and press w for the world map.
  3. Search for tokyo jazz.
  4. Tune a station.
  5. Open diagnostics.
  6. Show the command palette.
  7. Quit cleanly.

Generate a scripted transcript:

npm run demo:script

Record an interactive demo with asciinema, if installed:

asciinema rec assets/demo.cast --command "radiocli"

Convert the cast to a GIF with agg, if installed:

agg assets/demo.cast assets/demo.gif

Before recording, run through Install and keep TUI Controls nearby.

On this page