AIAny
AI Client2023
Icon for item

LobeChat

Self-hostable chat client that unifies many LLM providers (OpenAI, Claude, Gemini, Ollama, DeepSeek) behind one UI. Adds file-upload knowledge-base RAG, vision/TTS, an MCP plugin system, and an agent marketplace, with one-click Vercel or Docker deployment.

Introduction

Most "private ChatGPT" projects hand you a bare chat box; the real friction is that every provider, every plugin, and every conversation lives in a different silo. LobeChat's bet is that the client itself should be the integration layer — one polished UI that absorbs the model zoo, a tool ecosystem, and a knowledge base, then ships as something you can stand up in minutes.

What Sets It Apart
  • Provider-agnostic by design: OpenAI, Claude, Gemini, Ollama, DeepSeek, Azure, Bedrock, Mistral and more behind a single switcher, so you change models without changing apps.
  • Knowledge base with RAG built in — upload files and query them in-chat, rather than wiring a separate vector pipeline.
  • An MCP-compatible plugin system plus a community marketplace of pre-built agents, which turns the client into an extensible workspace instead of a fixed tool.
  • Genuinely one-click self-hosting (Vercel, Docker, Zeabur, Sealos), keeping your keys and data on your own infrastructure.
Who It's For

Great fit if you want a single, good-looking front end over many models and prefer to own your deployment and data. Look elsewhere if you need a lightweight terminal/CLI workflow, or if you'd rather call one provider's API directly without a full web app and its hosting overhead.

More Items

GitHub
AI Agent2024

Generates Wikipedia-style articles from web search using LLMs: it researches topics, produces multi-perspective outlines via perspective-guided question asking and simulated conversations, then drafts full articles with citations. Supports human-AI collaboration (Co-STORM) and grounding with multiple retrievers.

GitHub
AI Agent2025

Open-source companion to a technical book that teaches how to design, evaluate and ship LLM-based AI agents — includes the full Chinese manuscript, community translations, chapter-aligned runnable example projects, and reproducible evaluation harnesses.

GitHub
AI Image2026

Node-based infinite-canvas web workstation for iterative visual creation — integrates image/video generation, reference editing, prompt library, multi-agent assistants, and asset management. Runs in-browser with configurable OpenAI-compatible endpoints; suited for local/personal deployment (AGPL-3.0).