II.
Framework JSON
Structured · liveframework:stimulus
Stimulus json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:stimulus",
"_kind": "Framework",
"_file": "domain/frameworks/frameworks-server-mobile.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Stimulus",
"homepageUrl": "https://stimulus.hotwired.dev",
"belongsToLanguageId": "language:javascript",
"category": "web-frontend",
"description": "Stimulus is a modest JavaScript framework designed to augment server-rendered HTML.\nIt connects JavaScript controllers to HTML elements via data attributes, providing\nstructure without requiring a full SPA architecture.\n"
},
"outgoingEdges": [
{
"from": "framework:stimulus",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "framework:stimulus",
"to": "skill-area:frontend-development",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:stimulus",
"to": "framework:alpine",
"kind": "alternative_to"
},
{
"from": "framework:stimulus",
"to": "framework:htmx",
"kind": "alternative_to"
},
{
"from": "framework:stimulus",
"to": "framework:turbo-rails",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "framework:alpine",
"to": "framework:stimulus",
"kind": "alternative_to"
},
{
"from": "framework:htmx",
"to": "framework:stimulus",
"kind": "alternative_to"
},
{
"from": "framework:turbo-rails",
"to": "framework:stimulus",
"kind": "alternative_to"
}
]
}