Scaffold lifted from the blog project — same tech stack, no content.
- Go 1.24 + chi router
- a-h/templ for HTML templates
- Tailwind CSS v4 + DaisyUI
- alexedwards/scs sessions with Redis store
- libsql / Turso client (optional; only initialised when
TURSO_DATABASEis set) - Air for live reload
go mod tidy
npm install
make devServes on http://localhost:7000.
templ generate
npx @tailwindcss/cli -i ./web/static/css/input.css -o ./web/static/css/output.css
go build -o sprint-tools