Phoenix + Nuxt.js monolith

Can you explain what you mean?

If you need ssr on the nuxt app you’ll need to render it with node, I’ve seen some experimentation with that around here but with react.

I guess if you were building nuxt to a static website it could manage to output the final contents into the phoenix static folder and then have a route that does the logic, or a macro that reads the contents of the output folder and builds accordingly the routes needed? Not sure.