templ
Type-safe templates that render HTMX-swappable fragments.
htmx adds HTMX integration to your Go service for dynamic UI interactions driven entirely by server-rendered HTML fragments.
Use htmx when you want interactive UIs without a JavaScript framework. HTMX sends AJAX requests and swaps HTML fragments returned by your Go handlers — the browser stays in sync with the server without a separate frontend build step.
Suggests: static-assets
verikt new my-service --language go --cap http-api,templ,htmx# or add to an existing service:verikt add htmxtempl
static-assets
http-api