A collection of terminal application starters built with OpenTUI.
| 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 |
| 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 |
Each example can be run with:
cd <framework>/<example-name>
bun install
bun devThe easiest way to get started with OpenTUI is using the create command:
bun create tui