II.
Framework JSON
Structured · liveframework:tauri
Tauri json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:tauri",
"_kind": "Framework",
"_file": "domain/frameworks/tauri.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Tauri",
"homepageUrl": "https://tauri.app",
"belongsToLanguageId": "language:rust",
"category": "desktop",
"description": "Tauri — a Rust-based framework for building desktop and mobile apps with web frontends.\n"
},
"outgoingEdges": [
{
"from": "framework:tauri",
"to": "language:rust",
"kind": "belongs_to_language"
},
{
"from": "framework:tauri",
"to": "skill-area:desktop-ui-frameworks",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:tauri",
"to": "framework:electron",
"kind": "alternative_to",
"attributes": {
"comparison": "Desktop application frameworks"
}
}
],
"incomingEdges": [
{
"from": "framework:electron",
"to": "framework:tauri",
"kind": "alternative_to",
"attributes": {
"comparison": "Desktop application frameworks"
}
},
{
"from": "specialization:desktop-development",
"to": "framework:tauri",
"kind": "uses_framework"
},
{
"from": "stack-profile:desktop-application",
"to": "framework:tauri",
"kind": "composed_of"
},
{
"from": "stack-profile:cross-platform-desktop",
"to": "framework:tauri",
"kind": "composed_of"
},
{
"from": "tool-server:mcp-tauri",
"to": "framework:tauri",
"kind": "integrates_with",
"attributes": {}
}
]
}