Hanzo Chat
AI chat interface
Beautiful chat interface for AI assistants. Multi-model support, MCP integration, conversation memory.
What's the weather in Tokyo?
{ "city": "Tokyo" }The weather in Tokyo is currently 18C and partly cloudy. Perfect for a walk!
What's the weather in Tokyo?
{ "city": "Tokyo" }The weather in Tokyo is currently 18C and partly cloudy. Perfect for a walk!
Chat Quick Start
Get started in minutes with your language of choice
Run Hanzo Chat with Docker Compose
# docker-compose.yml
services:
chat:
image: ghcr.io/hanzoai/chat:latest
ports:
- "3081:3081"
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}
volumes:
- ./data:/app/data
# Start
docker compose up -dFeatures
Everything you need to get started
Official Chat SDKs
Use our official SDKs to integrate Chat into your application
Join the Chat Community
Get help, share ideas, and contribute to the project
Want to Contribute?
We welcome contributions of all kinds: bug reports, feature requests, documentation improvements, and code contributions.
Read our Contributing GuideRelated Products
More from Hanzo Apps
Powered by LibreChat
20k+Hanzo Chat is built on top of LibreChat, an open-source project.Enhanced ChatGPT Clone with multi-model support, plugins, and advanced features.
Licensed under MIT
We're grateful to the LibreChat maintainers and community for their incredible work.
Ready to get started with Chat?
Deploy in minutes with Hanzo Cloud or self-host with our open-source release.