templ
Server-rendered templates served alongside static assets.
static-assets adds embedded static file serving to your Go service using Go’s embed.FS for single-binary deployments.
Use static-assets to serve CSS, JavaScript, images, or any static files directly from your Go binary. Embedding assets removes the need for a separate file server and simplifies deployment — one binary contains everything.
Requires: http-api
Suggests: templ
verikt new my-service --language go --cap http-api,static-assets# or add to an existing service:verikt add static-assetstempl
htmx
http-api