28/05/2026
Ready for the Hologram v0.9 update?
The main change is a big one: realtime support.
For anyone following the project, Hologram is a full-stack Elixir web framework that lets you build web apps in pure Elixir, without writing JavaScript.
With this release, the server can push updates to connected clients without polling. You broadcast an action, and Hologram runs the matching handler on every subscribed client.
There are also a few other updates in v0.9, including support for the with special form, AI assistant support, a new mix holo task, memory usage improvements during development, and more.
Read the full release notes in Bart Blast’s post: https://hologram.page/blog/hologram-v0-9
v0.9 brings a realtime layer to Hologram - dispatch actions from your server to connected clients with structured channels and pub/sub fan-out, all in pure Elixir. Plus the 'with' special form, AI assistant support, and more.