iiRecord
Agentic AI Atlas · Phoenix LiveView
framework:phoenix-liveviewa5c.ai
II.
Framework JSON

framework:phoenix-liveview

Structured · live

Phoenix LiveView json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/frameworks/phoenix-liveview.yamlCluster · domain
Record JSON
{
  "id": "framework:phoenix-liveview",
  "_kind": "Framework",
  "_file": "domain/frameworks/phoenix-liveview.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Phoenix LiveView",
    "homepageUrl": "https://hexdocs.pm/phoenix_live_view",
    "belongsToLanguageId": "language:elixir",
    "category": "web-fullstack",
    "description": "Phoenix LiveView — server-rendered, real-time interactive UIs over\nWebSockets for the Phoenix framework, eliminating most client-side\nJavaScript for typical CRUD and form-heavy apps.\n"
  },
  "outgoingEdges": [
    {
      "from": "framework:phoenix-liveview",
      "to": "language:elixir",
      "kind": "belongs_to_language"
    },
    {
      "from": "framework:phoenix-liveview",
      "to": "skill-area:frontend-development",
      "kind": "used_by_skill_area",
      "attributes": {}
    },
    {
      "from": "framework:phoenix-liveview",
      "to": "framework:phoenix",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Elixir web frameworks"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "framework:phoenix",
      "to": "framework:phoenix-liveview",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Elixir web frameworks"
      }
    }
  ]
}