iiRecord
Agentic AI Atlas · Hono
framework:honoa5c.ai
II.
Framework JSON

framework:hono

Structured · live

Hono json

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

File · domain/frameworks/hono.yamlCluster · domain
Record JSON
{
  "id": "framework:hono",
  "_kind": "Framework",
  "_file": "domain/frameworks/hono.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Hono",
    "homepageUrl": "https://hono.dev",
    "belongsToLanguageId": "language:typescript",
    "category": "web-backend",
    "description": "Hono — a small, fast web framework for Node.js, Deno, Bun, and edge runtimes.\n"
  },
  "outgoingEdges": [
    {
      "from": "framework:hono",
      "to": "language:typescript",
      "kind": "belongs_to_language"
    },
    {
      "from": "framework:hono",
      "to": "skill-area:backend-api-design",
      "kind": "used_by_skill_area",
      "attributes": {}
    },
    {
      "from": "framework:hono",
      "to": "framework:nestjs",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Node.js backend frameworks"
      }
    },
    {
      "from": "framework:hono",
      "to": "framework:fastify",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Node.js backend frameworks"
      }
    },
    {
      "from": "framework:hono",
      "to": "framework:koa",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Node.js backend frameworks"
      }
    },
    {
      "from": "framework:hono",
      "to": "framework:hapi",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Node.js backend frameworks"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "framework:fastify",
      "to": "framework:hono",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Node.js backend frameworks"
      }
    },
    {
      "from": "framework:koa",
      "to": "framework:hono",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Node.js backend frameworks"
      }
    },
    {
      "from": "framework:hapi",
      "to": "framework:hono",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Node.js backend frameworks"
      }
    },
    {
      "from": "framework:nestjs",
      "to": "framework:hono",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Node.js backend frameworks"
      }
    },
    {
      "from": "stack-profile:prompt-engineering-workbench",
      "to": "framework:hono",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:edge-function-cdn",
      "to": "framework:hono",
      "kind": "composed_of"
    }
  ]
}