II.
Framework JSON
Structured · liveframework:svelte
Svelte json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:svelte",
"_kind": "Framework",
"_file": "domain/frameworks/svelte.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Svelte",
"homepageUrl": "https://svelte.dev",
"belongsToLanguageId": "language:typescript",
"category": "web-frontend",
"releasedAt": "2016",
"description": "Svelte — a compiled web UI framework that emits minimal vanilla\nJavaScript. Svelte 5 introduces runes for fine-grained reactivity.\n"
},
"outgoingEdges": [
{
"from": "framework:svelte",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "framework:svelte",
"to": "skill-area:frontend-development",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:svelte",
"to": "skill-area:design-systems",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:svelte",
"to": "framework:react",
"kind": "alternative_to",
"attributes": {
"comparison": "UI frameworks"
}
},
{
"from": "framework:svelte",
"to": "framework:vue",
"kind": "alternative_to",
"attributes": {
"comparison": "UI frameworks"
}
},
{
"from": "framework:svelte",
"to": "framework:angular",
"kind": "alternative_to",
"attributes": {
"comparison": "UI frameworks"
}
}
],
"incomingEdges": [
{
"from": "framework:angular",
"to": "framework:svelte",
"kind": "alternative_to",
"attributes": {
"comparison": "UI frameworks"
}
},
{
"from": "framework:preact",
"to": "framework:svelte",
"kind": "alternative_to",
"attributes": {
"comparison": "Frontend UI frameworks"
}
},
{
"from": "framework:react",
"to": "framework:svelte",
"kind": "alternative_to",
"attributes": {
"comparison": "UI frameworks"
}
},
{
"from": "framework:vue",
"to": "framework:svelte",
"kind": "alternative_to",
"attributes": {
"comparison": "UI frameworks"
}
},
{
"from": "specialization:web-development",
"to": "framework:svelte",
"kind": "uses_framework"
},
{
"from": "stack-profile:sveltekit-stack",
"to": "framework:svelte",
"kind": "composed_of"
},
{
"from": "scope-boundary:svelte.scope",
"to": "framework:svelte",
"kind": "bounds_subject"
}
]
}