II.
Framework JSON
Structured · liveframework:electron
Electron json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:electron",
"_kind": "Framework",
"_file": "domain/frameworks/electron.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Electron",
"homepageUrl": "https://www.electronjs.org",
"belongsToLanguageId": "language:javascript",
"category": "desktop",
"description": "Electron — a Chromium + Node.js framework for desktop apps.\n"
},
"outgoingEdges": [
{
"from": "framework:electron",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "framework:electron",
"to": "skill-area:desktop-ui-frameworks",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:electron",
"to": "framework:tauri",
"kind": "alternative_to",
"attributes": {
"comparison": "Desktop application frameworks"
}
}
],
"incomingEdges": [
{
"from": "framework:tauri",
"to": "framework:electron",
"kind": "alternative_to",
"attributes": {
"comparison": "Desktop application frameworks"
}
},
{
"from": "specialization:desktop-development",
"to": "framework:electron",
"kind": "uses_framework"
},
{
"from": "stack-profile:desktop-application",
"to": "framework:electron",
"kind": "composed_of"
},
{
"from": "stack-profile:digital-signage",
"to": "framework:electron",
"kind": "composed_of"
},
{
"from": "tool-server:mcp-electron",
"to": "framework:electron",
"kind": "integrates_with",
"attributes": {}
}
]
}