About

A minimal Go web blueprint that pairs a chi router with server-rendered HTML, styled with Tailwind CSS and made dynamic with htmx — no JavaScript framework and no client-side build step required.

Backend
Go with the chi router, html/template + SQLite storage.
Frontend
Tailwind CSS + htmx with progressive-enhancement interactivity.
Navigation
hx-boost upgrades normal links into AJAX-driven, history-preserving navigations.
Static assets
Served from /static via http.FileServer.