iiRecord
Agentic AI Atlas · Chatbot UI
framework:chatbot-uia5c.ai
II.
Framework JSON

framework:chatbot-ui

Structured · live

Chatbot UI 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: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"
    }
  ]
}