HTMX for Android blogs: why static-first wins
Blogs don't need a single-page app. Static-first pages with HTMX give you fast loads, simple deployment, and all the interactivity readers actually use.
This site itself is the proof: Ktor serves mostly-static HTML, and HTMX handles the few dynamic bits. Here is how the pieces fit together.