July 05, 2026
:test_tube: Could use a hand testing something. Just landed a protocol pruning enhancement - the compiler now drops protocol implementations your app can’t actually reach, so every app gets smaller client bundles. Bigges…
2
319
0
Hot in Hologram:
Latest Hologram Threads
A year of Hologram releases in review (v0.5 through v0.8), then a deep dive into where it’s headed next: local-first.
Most of it is a to...
New
Most frontend code isn’t UI. It’s data plumbing - caches, sync, loading states, state management, and that’s the short list. None of it i...
New
:test_tube: Could use a hand testing something. Just landed a protocol pruning enhancement - the compiler now drops protocol implementati...
New
Hologram v0.10 is out! The headline is the event system, which got a lot bigger this release. You can now handle keyboard, scroll, resize...
New
Hey folks,
I’ve been contributing to Hologram and building applications with it lately. It just hit a big milestone: v0.9 was recently r...
New
Hologram v0.9 is out! The headline is a realtime layer - your server can now push updates to connected clients with no polling: broadcast...
New
Hey folks,
I’ve started publishing Build in Public posts about Hologram, roughly 1-2 times a week. They cover the design thinking behind...
New
Hologram UI is in the works - the official component library for Hologram - and the waiting list is now open.
A common reaction when I m...
New
Now that I’ve used this in anger for a week, I’d like to introduce 0.1.0 of Mirage, a browerless testing framework for Hologram pages and...
New
Hey Bart and all,
I’m not sure if this has been talked about before (I’ve looked but of course I could have missed it) but one of my big...
New
HOTTEST IN Hologram THIS WEEK!
I’ll be using this thread to share Hologram patch release announcements. Minor releases will continue to get dedicated threads with blog ...
New
A year of Hologram releases in review (v0.5 through v0.8), then a deep dive into where it’s headed next: local-first.
Most of it is a to...
New
HOTTEST IN Hologram THIS MONTH!
Hey folks,
I’ve been contributing to Hologram and building applications with it lately. It just hit a big milestone: v0.9 was recently r...
New
Hologram v0.10 is out! The headline is the event system, which got a lot bigger this release. You can now handle keyboard, scroll, resize...
New
Most frontend code isn’t UI. It’s data plumbing - caches, sync, loading states, state management, and that’s the short list. None of it i...
New
:test_tube: Could use a hand testing something. Just landed a protocol pruning enhancement - the compiler now drops protocol implementati...
New
HOTTEST IN Hologram THIS YEAR!
I’m excited to announce Hologram v0.5.0, a major evolution of the full-stack Elixir web framework! This release brings massive performanc...
New
It’s time to implement JavaScript interop for Hologram!
Eventually, there will be Hologram wrappers for most APIs, but sometimes we’ll n...
New
Hi everyone!
I’m working on designing Local-First features for Hologram and I’d love to hear your thoughts before I dive into implementa...
New
With the core component system and HTTP/WebSocket infrastructure solid, it’s time to tackle Pub/Sub support.
What We Have vs What’s Miss...
New
Hey there! :slight_smile:
We need help completing Elixir’s browser runtime by porting some Erlang functions to JavaScript.
Hologram aut...
New
Hologram provides a way to write your entire web application in Elixir, with automatic transpilation to JavaScript for the frontend. It h...
New
I recently started a discussion about reactive patterns in Hologram, but I realized I need to step back and design the composability arch...
New
I have a state in Hologram lets say %{age: “40”}
I have an input like so
<input type="text" name="age" value={@age} />
I want t...
New
This thread is dedicated to announcing updates to the Hologram documentation, as well as discussing any ideas for improvements and sugges...
New
This discussion started in the Does Hologram support two way data binding? thread and evolved into a deeper conversation about reactivity...
New
Hologram v0.9 is out! The headline is a realtime layer - your server can now push updates to connected clients with no polling: broadcast...
New
Posting this as a separate thread as I’m sure lots of people will be curious - what will the (or the intended) differences be and when mi...
New
Hi @bartblast I am super excited to use Hologram and started building my application in Hologram.
For pages that I dont need realtime up...
New
Hey there! :slight_smile:
I’m working on updating the Hologram website home page and would love to get your input.
Current situation:
...
New
Bart’s talk about Hologram got me wondering what kind of apps or components people are thinking about building (or think could be built) ...
New
HOTTEST IN Hologram THE LAST THREE YEARS!
Hey there! There’s a new kid on the block! :smiley:
What is it?
Full stack isomorphic Elixir web framework that can be used on top of P...
New
Hey Elixir community! :waving_hand:
First, I owe you all an apology. There’s a running joke among my friends that Hologram is like nucle...
New
Hey! For those following Hologram’s progress… I’m excited to share that I’ve just published the official roadmap for Hologram. You can ch...
New
Very interesting value proposition!
Having watched some interviews with Elm’s creator recently, I wanted to ask where you stand in terms...
New
Can anyone suggest any good repositories for Hologram projects?
Richard
New
Some great comments in the home page thread shifted toward what you’d like to see in Hologram’s future, particularly standalone mode. I’v...
New
If so for what kind of projects? What do you think of it? :smiley:
New
Hi friends,
I wanted to share an update on Hologram that’s been on my mind lately.
After nearly 3 years of full-time work on Hologram, ...
New
I think I’ve got a perfect use case for Hologram for a research project that is currently implemented with full Liveview for a rich UI. T...
New
Hologram v0.6.0 is here, bringing production-ready features to the full-stack Elixir web framework! This release focuses on enhanced secu...
New
Hi,
I just found this and found it very interesting.
But I tried to play around with it but did not succeed. The repo was not touched f...
New
i wonder how rendering templates in Hologram app affects SEO … Does anyone have any experience with it?
New
Hologram is amazing and I love playing with Elixir in Front-End as well instead of using some JavaScript/TypeScript libraries/frameworks....
New
Great news for Hologram: the Erlang Ecosystem Foundation has awarded a stipend to support key development milestones!
I’m deeply gratefu...
New
Hologram v0.8.0 is out! This release brings JavaScript interoperability - the most requested feature since the project’s inception. You c...
New
HOTTEST IN Hologram THIS Over 3 Years!
Hologram UI is in the works - the official component library for Hologram - and the waiting list is now open.
A common reaction when I m...
New
Hologram v0.7.0 is out! This is a milestone release for the Elixir-to-JavaScript porting initiative. 49 contributors ported 150 Erlang fu...
New
How do I tell Hologram not to escape HTML when substituting into templates?
{Textile.render(@product.long_description)}
escapes the HTM...
New
After building Hologram and sharing updates across various places, I’ve realized there’s a lot happening that doesn’t always make it to t...
New
Hologram’s journey just took a significant leap forward: Curiosum is coming on board as the Main Sponsor, and I’m joining their team to w...
New
I’m wondering if it’s possible to assign a pipeline (in the Phoenix sense) to Hologram routes. More specifically: I would like all my Ho...
New
I am building my first Hologram application. I have it working to do what I want, but I am pretty unhappy with my architecture as it sta...
New
I have been working mostly on liveview or other server driven frameworks. I have one question.
Can hologram leak unwanted data?
For exa...
New
The official Hologram extension for VS Code is now live! It brings full syntax highlighting for HOLO templates - ~HOLO sigils in .ex file...
New
Hey everyone! Just added syntax highlighting to the Hologram website.
What seemed like a simple task turned into quite the adventure. Cu...
New
Now that I’ve used this in anger for a week, I’d like to introduce 0.1.0 of Mirage, a browerless testing framework for Hologram pages and...
New
Hello there,
I am trying to understand reactivity in hologram.
I’ve create a simple component calculator.ex that I am calling like this...
New
Hi,
What’s the best way of starting a Hologram project, from scratch, and is there a simple folder structure we can follow?
Thanks
New
This thread is for updates on the Hologram website (docs, new pages, roadmap, feature status, etc.).
You can watch this thread to get no...
New
Added by a user on X:
https://x.com/aldicodes/status/1952095492139299036
New
Hologram
Classification:
Isomorphic Web Framework
Threads:
84
Posts:
946
"Full stack Elixir web framework that intelligently transpiles Elixir client-side code to JavaScript"
- Follow
- Join
- Shape
the conversation
Hologram on GitHub
Stars: 1,406
Watchers: 14
Open Issues: 116
Last push: 2 days ago
Latest Jobs
Elixir Jobs
25 minutes ago
Elixir Jobs
1 day ago
Elixir Jobs
3 days ago
Elixir Jobs
January 22, 2026
Elixir Jobs
January 21, 2026
Latest Hologram Learning Resources
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Saved Forums
-
None saved yet
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #elixirconf-us
- #advent-of-code
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #hex









