II.
Framework JSON
Structured · liveframework:hono
Hono json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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"
}
]
}