phoenixframework/phoenix_live_view
Rich, real-time user experiences with server-rendered HTML observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 98
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 6
- age_days: 2913
- days_rel: 13
- days_push: 7
- n_releases_24m: 20
Adoption not part of the score
6825 stars · 1050 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Phoenix LiveView is an Elixir library for building rich, real-time web user interfaces with server-rendered HTML over WebSockets. It sends minimal DOM diffs after initial render, enabling interactive apps without writing client-side JavaScript.
Use cases
- build real-time dashboards with server-rendered html
- create interactive forms with live validation without javascript
- build chat or collaborative apps in elixir
- replace react spa with server-driven ui
- add real-time updates to a phoenix web app
- handle file uploads with progress indicators
- build multiplayer or live-updating web interfaces
When to choose
- you're building a Phoenix/Elixir web app with rich interactivity
- you want real-time UI updates without maintaining a separate JavaScript frontend
- you want stateful UI logic close to your data on the server
- you need low-bandwidth updates via minimal DOM diffs
When to avoid
- you need a fully offline-capable or heavily client-side SPA
- your team has no Elixir/Phoenix experience
- you need complex client-side animations or a large JS ecosystem of components
- you're not using the Phoenix web framework
Facets
library · maturity stable
web-framework templating websocket ssr form-handling file-upload state-management web-development frontend backend browser elixir elixir phoenix liveview server-rendered-html heex real-time-ui no-javascript-spa real-time web-server
6 sources
- readme: https://github.com/phoenixframework/phoenix_live_view · fetched 2026-08-28 · f90b23680850
- homepage: https://hex.pm/packages/phoenix_live_view · fetched 2026-08-29 · 3b2fcb434dca
- site_page: https://hex.pm/docs · fetched 2026-08-29 · 3f449054c5e0
- site_page: https://hex.pm/about · fetched 2026-08-29 · 627eac420427
- site_page: https://hex.pm/docs/faq · fetched 2026-08-29 · 2914acf2582a
- site_page: https://hex.pm/pricing · fetched 2026-08-29 · b0a5082843ed
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| phoenixframework/phoenix_live_view | main | 99 |
For agents
markdown · JSON · MCP: product_card(name="phoenixframework/phoenix_live_view")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem