OpenTUI Examples

December 21, 2025 ยท View on GitHub

A collection of terminal application starters built with OpenTUI.

Table of Contents

React

ExampleDescriptionRouter
react-routerReact Router v7 integrationreact-router
tanstack-routerTanStack Router with code-based routes@tanstack/react-router
tanstack-router-file-basedTanStack Router with file-based routing@tanstack/react-router

Solid

ExampleDescriptionRouter
tanstack-routerTanStack Router with code-based routes@tanstack/solid-router
tanstack-router-file-basedTanStack 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

Resources