# phoenixframework/phoenix_live_view

Rich, real-time user experiences with server-rendered HTML

Repository: https://github.com/phoenixframework/phoenix_live_view
Canonical: https://ross.abutalabs.com/products/phoenix_live_view
Homepage: https://hex.pm/packages/phoenix_live_view
Language: Elixir
License: MIT
License Family: permissive
Last push: 2026-08-26T09:43:59+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 2913, "days_push": 7, "days_rel": 13, "gap_med": 6, "n_releases_24m": 20}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6825, forks 1050 (observed 2026-08-28T04:09:48.855506+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: web-framework, templating, websocket, ssr, form-handling, file-upload, state-management
- domain: web-development, frontend, backend
- platform: browser, elixir
- tags: elixir, phoenix, liveview, server-rendered-html, heex, real-time-ui, no-javascript-spa, real-time, web-server

## Member repositories
- phoenixframework/phoenix_live_view (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:48.855506+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:41:54.345056+00:00, confidence not recorded.
  - readme: https://github.com/phoenixframework/phoenix_live_view (fetched 2026-08-28T04:09:48.855506+00:00, sha f90b23680850)
  - homepage: https://hex.pm/packages/phoenix_live_view (fetched 2026-08-29T08:37:58.736824+00:00, sha 3b2fcb434dca)
  - site_page: https://hex.pm/docs (fetched 2026-08-29T08:37:58.748198+00:00, sha 3f449054c5e0)
  - site_page: https://hex.pm/about (fetched 2026-08-29T08:37:58.750036+00:00, sha 627eac420427)
  - site_page: https://hex.pm/docs/faq (fetched 2026-08-29T08:37:58.751813+00:00, sha 2914acf2582a)
  - site_page: https://hex.pm/pricing (fetched 2026-08-29T08:37:58.746187+00:00, sha b0a5082843ed)
- Data as of 2026-08-30T08:39:29.467469+00:00.
