opentui
Installation
SKILL.md
OpenTUI — Native Terminal UI Framework
Zig-native TUI core with TypeScript bindings and Yoga Flexbox layout. Powers OpenCode in production.
Use Cases
Use when building terminal TUI applications.
Installation
bun init -y && bun add @opentui/core
# React: bun add @opentui/react @opentui/core react; bun create tui --template react
# Solid: bun add solid-js @opentui/solid