it's pretty rough. you could probably render some DOM elements to a string, but I wouldn't count on it for much more
there is SSR on node.js, which should work fine
I haven't looked at the SSR branch for awhile. I'll think about how I can split out what I was doing there - mainly experimenting with streaming server rendering - into smaller chunks that I could start shipping sooner than later
the SSR code on that branch is pretty tied to #manifold, which kind of forces one to use #aleph for the server
What is the state of SSR with Helix? I am interested in writing a small Helix app with server-side rendering, and I see there is a branch with an experimental implementation