iiRecord
Agentic AI Atlas · Open WebUI
framework:open-webuia5c.ai
II.
Framework JSON

framework:open-webui

Structured · live

Open WebUI json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/frameworks/agent-ui-frameworks.yamlCluster · domain
Record JSON
{
  "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"
    }
  ]
}