I ended up building an agent orchestrator in Elixir and Phoenix, not because I love working in Elixir/Phoenix (I do, but I just don't write code by hand anymore), but because the BEAM/OTP capabilities genuinely worked more reliably and elegantly to solve our orchestrator challenges.
I see projects like Hologram potentially showing up as the right tool for the job much more often. The barrier to picking up a new tool/framework/stack is so low these days with agentic development, and it comes down to speed, capability, and reliability.
Ironically, I don't think agents are going to suggest anything like Hologram on their own, so it is still down to human engineers to push it into common use. That might be the biggest barrier to adoption: overcoming obscurity so that LLMs suggest it as a solution.
I no longer try to build everything around my choice of language.
[edit] the case was simply, write me an html landing page, with a navbar, a content area and a footer, make sure the content on each area doesn't extend beyond 1200px wide , make each container centered (paraphrasing)
[dead]
Having elixir apps that can work seamlessly local-first would be amazing and take care of one of the only areas where phoenix can't completely cover out of the box, making things that today take a lot of glue code, and error prone, a matter of a few declarations.
Hologram v0.7.0: Milestone release for Elixir-to-JavaScript porting initiative - https://news.ycombinator.com/item?id=46982943 - Feb 2026 (29 comments)
Hologram v0.5.0 - https://news.ycombinator.com/item?id=44690158 - July 2025 (50 comments)
Hologram: A full-stack isomorphic Elixir web framework - https://news.ycombinator.com/item?id=42710376 - Jan 2025 (37 comments)
Otherwise it's a really cool project
It's an Elixir framework for cross-platform mobile apps — has a LiveView-like API and a React Native-like native UI layer. I'm working on a couple of apps with it, and so far it's awesome!
assuming author wouldn't choose X _just because_ it is the new hotness
[dead]
How will conflict resolution be handled? Or is it a last-write-wins type setup? It would be amazing to have this build on top of automerge or something like that! It could compile to and use the automerge js libs in the browser, and deal with automerge through a NIF server side? Ok, not knowing your implementation and plans, I have to confess I am talking a bit out of my arse here...
[dead]
I've tried to keep an eye on its development, but I don't think file uploads were mentioned yet (and there's nothing about them in the docs).
A proper Hologram-way file upload is planned as part of a high-level forms abstraction, which comes after Local-First support lands.
yep, this is what I'm doing except with cloudflare's R2 :)
[deleted]