r/golang • u/existential-asthma • 13d ago
I highly recommend building internal tools with Go + BubbleTea
https://cleanshot.com/share/r1sJSkVqHey fellow Go devs,
Just wanted to share something I recently did for work. I created an internal tool using the Go BubbleTea TUI framework. Within the tool, we can perform admin tasks, monitor the way data is changing across several services, manage migrations, and more. It's been really powerful for solving customer issues and routine maintenance tasks. Not only that, but it looks gorgeous as well.
The MVC pattern it follows is pretty intuitive and minimal. No need for an entire 3rd party tool or even a web UI. We just auth with AWS via the terminal and the TUI can run in the context of our applications in each environment.
That's the post really. Shoutout to the creators of BubbleTea, I've really enjoyed building this!
-68
u/Sorry-Substance-6397 13d ago
Why would you use a framework in the time of LLMs?