What problem does it solve?
OpenTUI TUI developers need a single, reliable reference that explains which framework to use and how to implement components correctly without breaking runtime behavior or styling rules.
Core Features & Use Cases
- Framework selection guidance (core, React, Solid): Quickly choose the right OpenTUI layer for maximum control, React familiarity, or Solid reactivity, and follow the right entry references.
- Implementation guardrails: Avoid common runtime and developer pitfalls like calling process.exit() directly, using the wrong create-tui argument ordering, and applying React/Solid text styling incorrectly.
- Task-oriented component and layout decisioning: Find the correct component docs for text, containers, inputs, code/diff, plus layout, keyboard handling, animations, testing, and troubleshooting.
Quick Start
Use the OpenTUI reference docs for the React, Solid, or core framework you chose, then implement your TUI using the component category guides and the critical rules for styling and cleanup.