Lobe Chat

Active
GitHub TypeScript NOASSERTION

Description

Modern open-source chat UI with multi-model and plugin support.

Key Features

  • Modern UI — Sleek design and smooth interactions
  • Plugin marketplace — Community-maintained plugins
  • Multi-model — OpenAI/Anthropic/local
  • Database — Built-in Postgres/PGVector
  • Multi-user — Users and permissions

Use Cases

💡 Build product-grade LLM chat apps.
💡 Deploy permissioned chat platforms internally.
💡 Template for plugin-based LLM apps.

Categories

Quick Start

# Install and run
docker run -d -p 3210:3210 -e OPENAI_API_KEY=sk-... lobehub/lobe-chat
# Verify the service is up

Related Projects