đź“„ Building a document factory in Elixir
In this post, we show how we can build a fast prototype for a “document factory” in Elixir, watching a folder for JSON,
turning the data into Tailwind-styled HEEx templates with charts,
then streaming them through a GenStage pipeline to ChromicPDF for concurrent,
fault-tolerant HTML → PDF conversion.
If that sounds up your alley, give it a look!