Features
A living checklist of what's wired up so far.
- ✓ Tailwind CSS via CDN — utility-first styling, zero build step
- ✓ htmx served from
/static/htmx.min.js - ✓ Client-side navigation with
hx-boost - ✓ Server-rendered pages with templ components
- ✓ Todos CRUD with SQLite and htmx
- ✓ JSON API endpoints kept intact (
/health)