Hi,
html2karax is a tool that converts static html to Karax DSL code automatically. It supports outputting code ready for server-side HTML rendering with the --ssr switch. Get it with nimble install html2karax. Happy hacking!
Awesome, thank you so much for this tool! I've been using a slightly modified version of it for a while - specifically I made it so that it operates on stdin rather than a file. Then all I need to do is
cat | html2karax raw /dev/stdin
and paste in some valid HTML to get it as Karax. I think that'd be a really useful feature if you're willing to add it! It makes pasting HTML from CSS documentation really easy.