Rapidly building interactive CLIs in Go with Bubbletea

Our product is just different enough to make our CLI require really good interactivity. We bundle an interactive event browser in our CLI. Here's how it's built.

Access the guide

In this post we’ll walk through our use of Bubbletea, an elm-inspired TUI interface for Golang. We’ll discuss why we chose it, some example code, and some thoughts. Let’s start with context — what we’re building and why.

Learn more about Rapidly building interactive CLIs in Go with Bubbletea in our guide today.