OpenTUI Examples
December 21, 2025 ยท View on GitHub
A collection of terminal application starters built with OpenTUI.
Table of Contents
React
| Example | Description | Router |
|---|---|---|
| react-router | React Router v7 integration | react-router |
| tanstack-router | TanStack Router with code-based routes | @tanstack/react-router |
| tanstack-router-file-based | TanStack Router with file-based routing | @tanstack/react-router |
Solid
| Example | Description | Router |
|---|---|---|
| tanstack-router | TanStack Router with code-based routes | @tanstack/solid-router |
| tanstack-router-file-based | TanStack Router with file-based routing | @tanstack/solid-router |
Quick Start
Each example can be run with:
cd <framework>/<example-name>
bun install
bun dev
Creating Your Own
The easiest way to get started with OpenTUI is using the create command:
bun create tui