iiRecord
Agentic AI Atlas · Phoenix
framework:phoenixa5c.ai
II.
Framework JSON

framework:phoenix

Structured · live

Phoenix json

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

File · domain/frameworks/phoenix.yamlCluster · domain
Record JSON
{
  "id": "framework:phoenix",
  "_kind": "Framework",
  "_file": "domain/frameworks/phoenix.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Phoenix",
    "homepageUrl": "https://www.phoenixframework.org",
    "belongsToLanguageId": "language:elixir",
    "category": "web-backend",
    "description": "The Phoenix web framework for Elixir.\n"
  },
  "outgoingEdges": [
    {
      "from": "framework:phoenix",
      "to": "language:elixir",
      "kind": "belongs_to_language"
    },
    {
      "from": "framework:phoenix",
      "to": "skill-area:backend-api-design",
      "kind": "used_by_skill_area",
      "attributes": {}
    },
    {
      "from": "framework:phoenix",
      "to": "framework:phoenix-liveview",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Elixir web frameworks"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "framework:vapor",
      "to": "framework:phoenix",
      "kind": "alternative_to"
    },
    {
      "from": "framework:phoenix-liveview",
      "to": "framework:phoenix",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Elixir web frameworks"
      }
    },
    {
      "from": "stack-profile:elixir-phoenix-liveview",
      "to": "framework:phoenix",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:elixir-phoenix-postgres",
      "to": "framework:phoenix",
      "kind": "composed_of"
    }
  ]
}