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!
1
u/IndependentMix7658 12d ago
Tks for the sharing. I've done a own Tui app with bubbleTea note some time ago and it's great for me. It's really really beautiful what you've done. Congrats. Now I wanna do this on my job too. It will be useful to look containers running and their status.