Back to reviews
Phoenix LiveView

Phoenix LiveView

Rich server-rendered UIs with Elixir

Phoenix LiveView enables rich, real-time user interfaces with server-rendered HTML. No JavaScript needed for interactivity. Built on the BEAM VM for massive concurrency.

Panel Reviews

The Builder

The Builder

Developer Perspective

Ship

Real-time UI without writing JavaScript. The BEAM VM handles millions of concurrent connections effortlessly.

The Skeptic

The Skeptic

Reality Check

Ship

LiveView proves server-rendered real-time UI is viable. For CRUD apps with real-time needs, it eliminates the SPA.

The Futurist

The Futurist

Big Picture

Ship

Server-rendered real-time UI is the sleeper approach. LiveView, HTMX, and similar tools challenge SPA dominance.

Community Sentiment

Overall2,020 mentions
74% positive18% neutral8% negative
Hacker News412 mentions
78%15%7%

LiveView makes full-stack Elixir apps genuinely enjoyable — server-rendered real-time UIs without the JS complexity

Reddit587 mentions
74%18%8%

Switched from React to LiveView for my SaaS and shipping 3x faster with way less code

Twitter/X843 mentions
71%20%9%

The BEAM concurrency model makes LiveView trivially handle thousands of simultaneous live connections

Product Hunt178 mentions
80%13%7%

Finally a way to build interactive UIs without drowning in JavaScript frameworks