termcast

Installation
SKILL.md

termcast — Build TUIs with a Raycast-like React API

termcast is a framework for building terminal user interfaces using React. It implements the Raycast extension API (@raycast/api) but renders to the terminal via opentui. If you know Raycast, you know termcast.

bun install -g termcast
termcast new my-extension    # scaffold
cd my-extension && termcast dev   # hot-reload dev mode

IMPORTANT: before starting every task ALWAYS read opentui docs:

curl -s https://raw.githubusercontent.com/sst/opentui/refs/heads/main/packages/react/README.md

Imports

For new projects, import from termcast and @termcast/utils:

Installs
1
GitHub Stars
300
First Seen
Mar 11, 2026