ViewKit

Overview
viewkit is a small Go library that helps you build HTML-template–driven web UIs with live reloading of views, embedded
assets, and clean routing. It is designed for applications that want a simple, self-contained web interface without
pulling in heavy frontend frameworks.
Installation
viewkit can be installed like any other Go library through go get:
go get github.com/easysy/viewkit@latest