July 22, 2026
Hey folks, I just published a post about Hologram’s funding and where the project goes next - the short version: Curiosum as Main Sponsor, the EEF’s milestone program and the GitHub sponsors funded the most productive…
31
688
6
Hot in Hologram:
Latest Hologram Threads
Before I dive in myself, did anyone successfully sprinkle Hologram into their existing LiveView app?
Looking for hints regarding:
Addi...
New
Sharing a recent BEAM There, Done That episode with Bart Blast, creator of Hologram. Worth a read for anyone who’s thought seriously abou...
New
Hey folks,
I just published a post about Hologram’s funding and where the project goes next - the short version:
Curiosum as Main Spons...
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
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
HOTTEST IN Hologram THIS WEEK!
Hey folks,
I just published a post about Hologram’s funding and where the project goes next - the short version:
Curiosum as Main Spons...
New
Before I dive in myself, did anyone successfully sprinkle Hologram into their existing LiveView app?
Looking for hints regarding:
Addi...
New
HOTTEST IN Hologram THIS MONTH!
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
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
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
Sharing a recent BEAM There, Done That episode with Bart Blast, creator of Hologram. Worth a read for anyone who’s thought seriously abou...
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 discussion started in the Does Hologram support two way data binding? thread and evolved into a deeper conversation about reactivity...
New
This thread is dedicated to announcing updates to the Hologram documentation, as well as discussing any ideas for improvements and sugges...
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
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
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
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
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
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
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
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
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
Hologram v0.8.0 is out! This release brings JavaScript interoperability - the most requested feature since the project’s inception. You c...
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
HOTTEST IN Hologram THIS Over 3 Years!
Great news for Hologram: the Erlang Ecosystem Foundation has awarded a stipend to support key development milestones!
I’m deeply gratefu...
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
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
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
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
I have been working mostly on liveview or other server driven frameworks. I have one question.
Can hologram leak unwanted data?
For exa...
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
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
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
Classification:
Isomorphic Web Framework
Threads:
87
Posts:
962
"Full stack Elixir web framework that intelligently compiles Elixir client-side code to JavaScript"
- Follow
- Join
- Shape
the conversation
Hologram on GitHub
Stars: 1,461
Watchers: 17
Open Issues: 120
Last push: about 9 hours ago
Latest Jobs
Elixir Jobs
about 8 hours ago
Elixir Jobs
February 11, 2026
Elixir Jobs
February 04, 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 Forums
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
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #performance
- #security









