Bolt UI is a web interface which lets you browse your Bolt database.

Bolt is a popular pure Go key/value store. Bolt UI is designed mainly with debugging in mind and provides a simple way of navigating the database structure and previewing the stored data. As the users may want to temporarily expose this program on a server and access it from another machine the web interface is secure by default. The connections are secured using TLS and secure tokens, among other things, so the program should be safe to access from different machines.