II.
Framework JSON
Structured · liveframework:bubbletea
Bubble Tea json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:bubbletea",
"_kind": "Framework",
"_file": "domain/frameworks/agent-ui-frameworks.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Bubble Tea",
"homepageUrl": "https://github.com/charmbracelet/bubbletea",
"belongsToLanguageId": "language:go",
"category": "agent-ui",
"description": "Go TUI framework based on the Elm architecture (Model-Update-View)\nfor building rich, interactive terminal applications. Part of the\nCharm ecosystem alongside Lip Gloss (styling), Bubbles (components),\nand Wish (SSH apps). Bubble Tea's functional architecture and\ncomposable commands make it straightforward to build complex terminal\nUIs with clean state management.\n"
},
"outgoingEdges": [
{
"from": "framework:bubbletea",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "framework:bubbletea",
"to": "skill-area:cli-design",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:bubbletea",
"to": "skill-area:cli-tooling",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:bubbletea",
"to": "framework:ink",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal UI frameworks"
}
},
{
"from": "framework:bubbletea",
"to": "framework:textual",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal UI frameworks"
}
},
{
"from": "framework:bubbletea",
"to": "framework:rich",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal UI frameworks"
}
}
],
"incomingEdges": [
{
"from": "framework:ink",
"to": "framework:bubbletea",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal UI frameworks"
}
},
{
"from": "framework:textual",
"to": "framework:bubbletea",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal UI frameworks"
}
},
{
"from": "framework:rich",
"to": "framework:bubbletea",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal UI frameworks"
}
},
{
"from": "stack-profile:cli-tool-suite",
"to": "framework:bubbletea",
"kind": "composed_of"
}
]
}