II.
Framework JSON
Structured · liveframework:htmx
htmx json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:htmx",
"_kind": "Framework",
"_file": "domain/frameworks/frameworks-js-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "htmx",
"homepageUrl": "https://htmx.org",
"belongsToLanguageId": "language:javascript",
"category": "web-framework",
"description": "htmx is a library that extends HTML with attributes for AJAX, CSS transitions, WebSockets,\nand server-sent events, enabling rich dynamic UIs with minimal JavaScript.\nIt follows a hypermedia-driven approach, returning HTML fragments from the server instead of JSON.\n"
},
"outgoingEdges": [
{
"from": "framework:htmx",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "framework:htmx",
"to": "skill-area:frontend-development",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:htmx",
"to": "framework:alpine",
"kind": "alternative_to"
},
{
"from": "framework:htmx",
"to": "framework:stimulus",
"kind": "alternative_to"
},
{
"from": "framework:htmx",
"to": "framework:turbo-rails",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "framework:alpine",
"to": "framework:htmx",
"kind": "alternative_to"
},
{
"from": "framework:stimulus",
"to": "framework:htmx",
"kind": "alternative_to"
},
{
"from": "framework:turbo-rails",
"to": "framework:htmx",
"kind": "alternative_to"
},
{
"from": "stack-profile:htmx-go-stack",
"to": "framework:htmx",
"kind": "composed_of"
}
]
}