iiRecord
Agentic AI Atlas · Vapor
framework:vapora5c.ai
II.
Framework JSON

framework:vapor

Structured · live

Vapor json

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

File · domain/frameworks/frameworks-server-mobile.yamlCluster · domain
Record JSON
{
  "id": "framework:vapor",
  "_kind": "Framework",
  "_file": "domain/frameworks/frameworks-server-mobile.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Vapor",
    "homepageUrl": "https://vapor.codes",
    "belongsToLanguageId": "language:swift",
    "category": "web-backend",
    "description": "Vapor is a server-side Swift web framework built on SwiftNIO for building\nHTTP APIs, web apps, and real-time services. It features async/await support,\nFluent ORM, and Leaf templating for full-stack Swift development.\n"
  },
  "outgoingEdges": [
    {
      "from": "framework:vapor",
      "to": "language:swift",
      "kind": "belongs_to_language"
    },
    {
      "from": "framework:vapor",
      "to": "skill-area:backend-api-design",
      "kind": "used_by_skill_area",
      "attributes": {}
    },
    {
      "from": "framework:vapor",
      "to": "framework:phoenix",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}