Best workflow between JS Frontend w/ Elixir backend as a solo-dev?

I personally use with success:

  • light backend based on Elixir + Plug (no Phoenix, no MVC, no boilerplate, no framework at all),
  • heavy frontend: SPAs with Vue or vanilla Js + esbuild

It’s very flexible and adaptable but not for everybody’s taste or needs.