II.
Framework JSON
Structured · liveframework:chatbot-ui
Chatbot UI json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:chatbot-ui",
"_kind": "Framework",
"_file": "domain/frameworks/agent-ui-frameworks.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Chatbot UI",
"homepageUrl": "https://github.com/mckaywrigley/chatbot-ui",
"belongsToLanguageId": "language:typescript",
"category": "agent-ui",
"description": "Open-source ChatGPT-style chat interface built with Next.js and\nTailwind CSS. Supports multiple AI providers, conversation branching,\nprompt templates, and plugin integration. Designed for developers who\nwant a polished chat frontend that connects to their own LLM backends\nor API keys without vendor lock-in.\n"
},
"outgoingEdges": [
{
"from": "framework:chatbot-ui",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "framework:chatbot-ui",
"to": "skill-area:ai-agent-development",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:chatbot-ui",
"to": "framework:open-webui",
"kind": "alternative_to"
},
{
"from": "framework:chatbot-ui",
"to": "framework:librechat",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "framework:open-webui",
"to": "framework:chatbot-ui",
"kind": "alternative_to"
},
{
"from": "framework:librechat",
"to": "framework:chatbot-ui",
"kind": "alternative_to"
}
]
}