Hey everyone,
I’m currently building AI agents in n8n and handling RAG using Qdrant as my vector database.
Right now everything works on the backend side, but I’m missing a solid self-hosted chat interface that I can use for clients (something clean, multi-user, and ideally “enterprise-ready”).
What I’m looking for:
- Self-hosted (no SaaS / no lock-in)
- Nice UI (something I can actually show/sell to clients)
- Multi-user / authentication support
- Easy integration with custom backends (via API/webhook)
- Works well with RAG pipelines (in my case handled via n8n + Qdrant)
Basically:
Frontend chat → API → n8n (agents + RAG) → response back to UI
I’ve been looking at options like LibreChat, but I’m curious if there are better or more “production-ready” alternatives.
What are you guys using in similar setups?
Thanks!