{{template "layout" .}} {{define "title"}}Luxtools · Go + HTMX demo{{end}} {{define "content"}}
Luxtools demonstrates a Go backend compiled into a single binary. The UI uses TUI.CSS for a retro feel and HTMX for partial page updates without JavaScript glue code.
Click the button to trigger an hx-post request. The response replaces only the counter panel.
hx-post
A periodic hx-get refresh keeps this panel in sync with the server clock.
hx-get