II.
Framework JSON
Structured · liveframework:open-webui
Open WebUI json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:open-webui",
"_kind": "Framework",
"_file": "domain/frameworks/agent-ui-frameworks.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Open WebUI",
"homepageUrl": "https://openwebui.com",
"belongsToLanguageId": "language:typescript",
"category": "agent-ui",
"description": "Self-hosted web UI for interacting with local and remote LLMs.\nSupports OpenAI-compatible APIs, Ollama, and multiple model providers\nwith features like conversation history, RAG document upload, model\nmanagement, and user authentication. Designed as a drop-in replacement\nfor ChatGPT's interface that runs on your own infrastructure.\n"
},
"outgoingEdges": [
{
"from": "framework:open-webui",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "framework:open-webui",
"to": "skill-area:ai-agent-development",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:open-webui",
"to": "framework:chatbot-ui",
"kind": "alternative_to"
},
{
"from": "framework:open-webui",
"to": "framework:librechat",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "framework:chatbot-ui",
"to": "framework:open-webui",
"kind": "alternative_to"
},
{
"from": "framework:librechat",
"to": "framework:open-webui",
"kind": "alternative_to"
}
]
}