Skip to content

Playground

A live terminal instance. Everything runs in your browser — no server, no build step.

A full-size inline terminal with the same wiring the docs demos use: custom commands, the site filesystem, theme integration, and the effects plugin.

terminal — type 'help' for commands
Type 'help' for available commands.
~$

Things to try

  • - help — list every available command
  • - ls, cd guides, open commands — navigate this site from the terminal
  • - ls | grep guides | head -n 3 — pipe chains
  • - theme — switch the color theme (the whole page follows)
  • - fortune, colors, whoami — custom commands registered via the commands prop
  • - Tab completion, Ctrl+R history search, Ctrl+K command palette
0