https://github.com/easysy/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
https://github.com/easysy/viewkit
template ui view viewbinding web
Last synced: 5 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/easysy/viewkit
- Owner: easysy
- License: bsd-3-clause
- Created: 2025-08-19T19:08:08.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-30T18:00:05.000Z (7 months ago)
- Last Synced: 2025-10-30T19:37:45.315Z (7 months ago)
- Topics: template, ui, view, viewbinding, web
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`:
```sh
go get github.com/easysy/viewkit@latest
```