Terminal UI: BubbleTea (Go) vs Ratatui (Rust)
Elm-style (Go) vs immediate-mode (Rust) TUI frameworks quickview
Two strong options for building terminal user interfaces today are BubbleTea (Go) and Ratatui (Rust). One gives you an opinionated, Elm-style framework; the other a flexible, immediate-mode library.