What problem does it solve?
Builds robust terminal user interfaces by providing a comprehensive architecture and best-practice guidelines for MVU-based applications using Bubble Tea, Lipgloss, and Bubbles.
Core Features & Use Cases
- Clear MVU patterns for Model, Init, Update, and View to keep UI logic pure and testable.
- Component-driven design with guidance on focus management, layout, and theming.
- Dialogs, overlays, and input handling patterns for resilient terminal apps.
- Styling guidance with Lipgloss for consistent theming across light/dark backgrounds.
- Testing strategies, including golden rendering tests and unit tests for Update logic.
Quick Start
Create a minimal MVU-based TUI app by defining a pure Model, an Init command, an Update handler, and a View that returns a tea.View with a rendered Content.