This is a starter skeleton: an Odin backend that renders HTML, wired up with HTMX over a SQLite store, served as a single statically-linked binary.
The contacts & events console you have been clicking through is the worked example that proves the patterns — not the product. Clone the repository, strip the demo, and build your own thing on the same scaffolding: the layered architecture, the data layer, the theme system, and the build / CI / deploy / test harness.
OdinHTMX 4SQLitesingle binaryno build step
View on GitHub