Ross ROSS = Recommend OSS · open-source software intelligence for agents

phoenixframework/phoenix_live_view

Rich, real-time user experiences with server-rendered HTML observed · 2026-08-28

github.com/phoenixframework/phoenix_live_view · homepage · Elixir · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
phoenixframework/phoenix_live_viewmain99

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