{{template "layout" .}} {{define "title"}}Luxtools · Go + HTMX demo{{end}} {{define "content"}}
Luxtools control panel

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.

Interactive counter

Click the button to trigger an hx-post request. The response replaces only the counter panel.

Loading…

Server time

A periodic hx-get refresh keeps this panel in sync with the server clock.

Loading…
{{end}}