Hacker News new | ask | show | jobs
by jazoom 702 days ago
I would assume he would use HTMX, being the creator of it.
2 comments

Yeah, go w/ htmx + vanillajs (or possibly alpine.js or https://github.com/gnat/surreal) would be a reasonable option for many government projects. You can audit the htmx codebase and it is dependency free (same w/ alpine & surreal) and self-host everything, go compiles to a single binary for deployment.
Thank you