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.
█████████████████████████████████████████████████████████████████████████████████████████████
█▌ ▐█
█▌ ████████╗██████╗ ███████╗███╗ ██╗████████╗███████╗████████╗███████╗ ██████╗██╗ ██╗ ▐█
█▌ ╚══██╔══╝██╔══██╗██╔════╝████╗ ██║╚══██╔══╝██╔════╝╚══██╔══╝██╔════╝██╔════╝██║ ██║ ▐█
█▌ ██║ ██████╔╝█████╗ ██╔██╗ ██║ ██║ ███████╗ ██║ █████╗ ██║ ███████║ ▐█
█▌ ██║ ██╔══██╗██╔══╝ ██║╚██╗██║ ██║ ╚════██║ ██║ ██╔══╝ ██║ ██╔══██║ ▐█
█▌ ██║ ██║ ██║███████╗██║ ╚████║ ██║ ███████║██╗██║ ███████╗╚██████╗██║ ██║ ▐█
█▌ ╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚══════╝╚═╝╚═╝ ╚══════╝ ╚═════╝╚═╝ ╚═╝ ▐█
█▌ ▐█
█████████████████████████████████████████████████████████████████████████████████████████████
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 thecommandsprop - - Tab completion, Ctrl+R history search, Ctrl+K command palette