@opentui-ui

January 1, 2026 ยท View on GitHub

UI component library for terminal applications built on @opentui/core.

Packages

PackageDescriptionnpm
@opentui-ui/dialogDialogs made easynpm
@opentui-ui/toastSonner-inspired toast notificationsnpm

Installation

# Install a specific package
bun add @opentui-ui/toast

Development

# Install dependencies
bun install

# Build all packages
bun run build

# Lint & format
bun run lint
bun run format

# Clean build artifacts
bun run clean

Release workflow

  1. Push changes to main with changeset files
  2. GitHub Actions creates a "Version Packages" PR
  3. Review the PR (it updates versions and changelogs)
  4. Merge the PR to publish to npm with provenance

License

MIT