Hacker News

Favorites Setup
Comment by knadh | original | HTML Can Do That
[−]knadh · 2026-08-21 Fri 06:47 UTC · link
I'm currently in the process of taking a lot of risk rewriting a large-ish app that I maintain to fully eliminate the use of frontend frameworks (and the larger JS ecosystem in general) and to switch to simple SSR + semantic HTML and CSS.

Using this tiny lib [2: shameless plug] I wrote specifically incorporating the "HTML Can Do That"-style realisations going into the big rewrite.

[1] - https://github.com/knadh/listmonk/issues/3073

[2] - https://oat.ink

[−]lionkor · 2026-08-21 Fri 14:02 UTC · link
Oat.ink is very cool, thanks for sharing!