LibreChat
Every major model provider behind one ChatGPT-style interface: LibreChat spans OpenAI, Anthropic, Google, Azure, AWS Bedrock, Vertex AI, Groq, Mistral, OpenRouter, DeepSeek, and any OpenAI-compatible endpoint including local Ollama. You can switch models mid-conversation and compare providers without changing tools. Its Agents framework builds no-code custom assistants with tool access via Model Context Protocol servers, file search over uploaded documents through an optional pgvector-backed RAG service, and a sandboxed Code Interpreter that executes Python, JavaScript, Go, C++, Java, PHP, and Rust. Artifacts render React components, HTML, and Mermaid diagrams directly in chat, and image generation works through DALL-E and other configured providers. Multi-user support is enterprise-grade, with OAuth, SAML, LDAP, and two-factor authentication, per-user conversation history in MongoDB, and Meilisearch-powered search across all messages and files, plus reusable presets, forkable threads, and persistent memory across conversations. The economics favor teams: instead of a ChatGPT Plus seat per person, everyone shares one instance billed per API token, with access to every provider rather than one - and providers see individual API calls, not your accumulated organizational knowledge. Deployment is Docker Compose; API keys and endpoints are configured through .env and librechat.yaml.
SillyTavern
Ever wanted to have a deep conversation with a pirate, a wizard, or even a sentient slice of pizza? Well, SillyTavern is here to make your wildest chat fantasies come true! This isn't just any ordinary text generation AI interface; it's a rollicking, roleplaying extravaganza where you can create and interact with characters as quirky or as serious as you like. Based on the beloved TavernAI 1.2.8, SillyTavern takes things up a notch with a treasure chest of enhancements and new functionalities. Whether you're looking to debate philosophy with a wise old owl or just need someone to laugh at your dad jokes, SillyTavern has got you covered. So, pull up a virtual barstool, order a round of digital grog, and let the AI shenanigans begin!
Papercups
Companies with privacy and security concerns about piping customer conversations through Intercom or Zendesk run Papercups - open-source live customer chat. The stack is a deliberate strength: an Elixir/Phoenix API over PostgreSQL, with real-time messaging powered by Phoenix Channels and Presence - the same BEAM foundation trusted by Discord and PagerDuty for fault-tolerant, low-latency messaging. Customers see a customizable chat widget that embeds in any site as an HTML snippet, a React component, or even inside React Native apps, with configurable colors, greetings, and away messages. Your team sees a dashboard for managing conversations - close, assign, and prioritize - with Markdown and emoji in replies. The killer workflow is the reply-channel integration: connect Slack or Mattermost and every customer conversation becomes a synced thread your team answers without leaving the tool they already live in, with two-way message syncing handled by webhooks. Email and SMS channels extend intake beyond the widget, an analytics dashboard tracks communication patterns, and the Storytime feature adds real-time screen sharing to watch users navigate while you help them. A documented API supports fully custom chat UIs in Svelte, Flutter, or Vue. MIT-licensed and GDPR-conscious - customer data stays in your PostgreSQL.
Webcord
Get ready to turbocharge your Discord shenanigans with WebCord! Imagine a digital Swiss Army knife that buffs up your chat adventures with a cocktail of security shields, privacy fortifications, and snazzy Discord feature makeovers. It's like giving your Discord a superhero cape, complete with Electron / Chromium / Discord bug zappers, stylish wardrobes of stylesheets, and a VIP pass to the wrapped-up https://discord.com lounge. All while tip-toeing around the ToS like a pro ninja. Dive into this digital playground at http://yourhost:3000/ or slip into the secure backdoor at https://yourhost:3001/. Hosted on RepoCloud, this container is a KasmVNC Docker Baseimage prodigy, offering a smorgasbord of environment variables and configurations. Toggle on or off features to your heart's content, all while saving your wallet from the cloud hosting money monster!
Chatpad
Why should your chat history live on someone else's servers? Chatpad AI - a React/TypeScript front end for the OpenAI API, built on the Mantine component library - is designed around that question. Enter your own OpenAI API key and start chatting with GPT models; every conversation, prompt, and setting is stored locally in your browser via DexieJS over IndexedDB, with no tracking, no cookies, and no backend database at all. That architecture is the point - the Docker image is just Nginx serving static files, making it one of the lightest AI deployments in the catalog, and pay-per-token API pricing typically undercuts a ChatGPT Plus subscription for moderate use. The interface earns its "premium quality" tagline with the details: a persona selector that switches communication styles per conversation, a saved-prompts library for messages you reuse constantly, organized chat history, and full data export/import so conversations move between browsers or into backups as files you control. A JSON config file customizes defaults - models, API endpoints, UI options - without rebuilding the image. AGPL-licensed, with desktop builds available upstream. For teams that want ChatGPT's utility with a self-hosted, zero-telemetry footprint, Chatpad is the minimal, sane answer.
Pidgin
Get ready to juggle your social life like a circus pro with Pidgin, the chat app that's like a Swiss Army knife for your digital conversations! Imagine being the puppet master of your chat universe, where you can simultaneously whisper sweet nothings into XMPP and gossip in an IRC channel without breaking a sweat. Pidgin is your VIP pass to the who's who of chat networks, including the cool kids like Discord and Slack, the old guard like ICQ, and even the elusive Skype and Telegram. It's like having a backstage pass to every concert in town! With a treasure trove of default and third-party plugins, Pidgin is like that friend who always brings the best snacks to the party. And with Firefox on board, you'll be solving captchas like a riddle master before you even enter the chat room. Just hop onto http://yourhost:3000/ or for the security enthusiasts, https://yourhost:3001/, and let the chatstravaganza begin! Hosted on RepoCloud, you'll be chatting more and paying less, because who says you can't have your cake and eat it too? So, let's get the digital party started with Pidgin, where every chat network is just a click away!
Flowise
Drag nodes onto a canvas and ship an LLM app: Flowise is an open-source visual builder for AI agents and LLM applications, written in Node.js on LangChain.js and licensed Apache-2.0. You assemble flows by dragging nodes onto a canvas: models, prompts, memory, vector stores, retrievers, and tools, then wire them together and test in the built-in chat panel. Three builder types cover increasing complexity: Assistant for simple RAG chat over uploaded files, Chatflow for single-agent systems with techniques like rerankers and Graph RAG, and Agentflow for multi-agent orchestration with branching, looping, shared flow state, and human-in-the-loop checkpoints. Over 100 integrations connect data sources, vector databases, and both proprietary and open-source models, plus MCP client and server nodes for standard tool interop. Finished flows are exposed as REST APIs, embedded chat widgets, or via JS and Python SDKs - each flow gets an endpoint the moment it is saved, removing the deployment gap between a working prototype and something your application can call. Execution logs, visual step debugging, and external log streaming trace behavior, while input moderation and rate limiting act as guardrails; RBAC, SSO, and workspaces cover team deployments. Self-hosting keeps prompts, encrypted credentials, and conversation data on your own instance, which matters when flows handle internal documents or customer data - and wiring a model, prompt, memory, and vector store on the canvas replaces the boilerplate a hand-coded LangChain project would need.
Botpress
Build, deploy, and monitor chatbots and LLM-powered agents on one open-source conversational AI platform: Botpress. Its Studio is a visual development environment: a drag-and-drop canvas arranges conversation logic with nodes for messages, questions, choices, and actions, while a built-in emulator simulates conversations for debugging before anything goes live. Agents ground their answers in a knowledge base assembled from uploaded documents, ingested websites, and past conversations via retrieval-augmented generation, and the LLM layer connects to multiple model providers - GPT-4, Claude, Mistral - with a configurable model strategy. An autonomous engine handles reasoning, tool orchestration, persistent memory across sessions, and sandboxed code execution, and custom code actions in TypeScript extend agents past prebuilt workflows. Over 100 integrations deploy the same bot to WhatsApp, Telegram, Slack, Microsoft Teams, and web chat, and connect it to HubSpot, Zendesk, Zapier, and arbitrary APIs and webhooks. Human handoff, conversation analytics, and quality monitoring cover production operation. Originating in 2017 from a Montreal team, the community edition is developed openly on GitHub.
Element
Matrix's flagship client, built by the protocol's creators: Element brings the decentralized open standard for real-time communication to web, desktop, iOS, and Android. Paired with a Matrix homeserver, it delivers Slack-quality team messaging where you own every message, file, encryption key, and byte of metadata. End-to-end encryption is on by default, built on Olm and Megolm - the Double Ratchet algorithm family Signal popularized, extended for large-room scalability and publicly audited by NCC Group. Messages encrypt per-device with cross-signed device verification, so even a compromised server yields nothing readable. Federation is the defining capability: like email, users on different homeservers converse seamlessly, and 30+ bridges connect Matrix rooms to Slack, Discord, WhatsApp, and Telegram, so moving to sovereign infrastructure doesn't sever contact with anyone. Rooms support threads, reactions, file sharing, and voice and video calls via Element Call. The result is digital sovereignty chosen by governments and enterprises across Europe: your data sits on your server in your jurisdiction, portable to any other Matrix host because the protocol is an open standard. Apache-2.0 licensed, with no per-user fees at any scale.
EvoBot
Get ready to pump up the jams on Discord with EvoBot, the grooviest music bot on the block! Crafted with the finesse of TypeScript and the smooth moves of discord.js, this bot is like the digital DJ you never knew you needed. With a slick Command Handler straight outta discordjs.guide, EvoBot lets you spin tracks directly from YouTube – just drop a URL or hit it with a search term, and you're ready to rock. Playlist aficionado? No problemo! EvoBot's got your back with YouTube playlist compatibility. But wait, there's more! This bot's not just about hitting play; it's a full-on music maestro. Crank the volume up to eleven, pause for a dramatic effect, resume when the vibe's just right, skip to your heart's content, or shuffle the queue like a deck of cards. And for those karaoke nights, EvoBot dishes out lyrics so you can sing along without missing a beat. Plus, it's a polyglot party-starter, speaking multiple languages to get feet tapping across the globe. Hosted on RepoCloud, you'll be saving your wallet from a cloud-hosting concert ticket price, all while keeping the open-source rhythm alive. So, let's get this musical fiesta started with EvoBot, your go-to bot for tunes on Discord!
Lobe Chat
A private ChatGPT built with Next.js: Lobe Chat is the open-source AI chat interface teams self-host instead. Its main advantage is provider breadth: one interface connects to 40+ model providers, including OpenAI, Anthropic Claude, Google Gemini, Mistral, Groq, AWS Bedrock, Azure, and local models served through Ollama, so you can switch models per conversation and compare outputs. It handles multi-modal work: image recognition, image generation, text-to-speech, and speech-to-text. A plugin system based on function calling and the Model Context Protocol (MCP) adds external tools like web search and code execution. Run it in standalone mode as a single container with settings in browser storage, or in database mode with PostgreSQL and S3-compatible storage for persistent history, multi-user auth, and RAG knowledge bases built from uploaded documents with pgvector retrieval. Because tools arrive through function calling and MCP rather than a proprietary plugin format, custom internal tools can be exposed to the assistant with a standard server over STDIO or HTTP. Hundreds of pre-configured assistant roles import from the community marketplace. For teams the cost model matters: provider API keys billed per token typically undercut a ChatGPT Plus seat per person, and self-hosting keeps API keys, uploaded files, embeddings, and conversation history entirely on your own server.
ZNC
Ever wish you could be the omnipresent deity of your favorite IRC channels, never missing a single cat meme or heated debate about tabs vs. spaces? Meet ZNC, the IRC bouncer that ensures you’re always in the loop, even when you're off pretending to be productive. Think of it as your personal 24/7 nightclub bouncer, but instead of keeping people out, it keeps you perpetually in! With ZNC, you can finally achieve that elusive dream of being everywhere and nowhere at the same time. So go ahead, take a nap, walk the dog, or binge-watch that series—ZNC’s got your back, ensuring you never miss a beat in the endless symphony of IRC chatter. Who needs sleep when you have ZNC?
NextChat (ChatGPT Next Web)
Ever dreamed of having your own AI chatbot that can rival the likes of Tony Stark's JARVIS but without the billionaire budget? Well, dream no more! With our one-click, cross-platform ChatGPT web UI, you can now harness the power of GPT3, GPT4, and even Gemini Pro faster than you can say 'open sesame!' Imagine impressing your friends, colleagues, and that one skeptical relative with a chatbot that not only understands them but also cracks jokes better than your dad. And the best part? You don't need to sell a kidney to afford it! So, why settle for mundane when you can have a digital assistant that's practically a stand-up comedian, philosopher, and trivia master rolled into one? Click, deploy, and let the AI magic begin!
Typebot New
Say goodbye to boring, soul-sucking forms and hello to Typebot, your new best friend in the world of data collection! Imagine a chatbot so charming and efficient, it could convince a cat to take a bath. With Typebot, you can visually build advanced chatbots using powerful blocks, and then sprinkle them like fairy dust across your web or mobile apps. Watch in awe as your customer satisfaction and retention skyrocket, and your conversion rates triple faster than you can say 'goodbye forms, hello fun!' Drag and drop your way to chatbot nirvana, and if you're feeling fancy, throw in some custom code. Typebot's real-time data collection ensures you won't miss a single nugget of valuable info, while hidden fields, team collaboration, and custom domains make it the Swiss Army knife of chatbots. Loved by teams and creators worldwide, Typebot is here to make your data collection dreams come true—one delightful chat at a time!
Typing Mind
Bring your own API keys and work with OpenAI GPT models, Anthropic Claude, Google Gemini, Mistral, DeepSeek, Grok, Azure endpoints, and local models in one organized workspace: TypingMind is a unified chat frontend for large language models, replacing a browser tab per provider. Parallel chat sends the same prompt to multiple models and compares answers side by side, and models can be switched mid-conversation. A prompt library stores reusable, tagged prompts with variables, and the AI Agents system builds specialized assistants that bundle a base model, custom instructions, assigned plugins, and uploaded knowledge files for RAG. Plugins extend every connected model with web search, image generation (DALL-E, Stable Diffusion), Deep Research, URL reading via Firecrawl, and Zapier automation - plus MCP server integrations for Notion, Atlassian, and other external tools, and a JavaScript extension API for custom behavior. Chats store locally by default with optional sync. Self-hosting puts the interface on your own domain and, for teams, adds branding, member access limits, and shared prompt and agent libraries.
Matrix Synapse
Step into the Matrix, where the future of chatter is not just bulletproof, but decentralised to boot! This app is your golden ticket to gabbing with pals, kin, digital tribes, and office allies in a virtual space that's as snug as a bug in a rug. Wave goodbye to the digital overlords and hello to a world where you're the architect of your own cyber sanctuary. Fancy yourself a bit of a builder? Go wild creating snazzy, sophisticated chat apps atop the mighty Matrix. Part of a bustling bazaar of clients, servers, and robotic minions (we mean bots), this open-source extravaganza is snugly housed on RepoCloud, where your wallet won't weep over hosting fees. So, whether you're itching to gab, code, or conquer the universe of decentralised discourse, Matrix is your trusty sidekick in the quest for communication liberation!
Rocket.Chat
Blast off into productivity space with Rocket.Chat SIX, the ultimate team collaboration cosmos! Imagine a world where your data isn't just your own, it's your best-kept secret. With customization that's as vast as the universe and integration that's as seamless as a black hole, you're in for a stellar ride. This platform is like the Swiss Army knife for your messages, projects, and tasks, all orbiting harmoniously in one digital galaxy. But wait, there's more! It's not just about team efficiency; it's about making customer connections that are out of this world. Rocket.Chat SIX is your mission control for omnichannel customer service, creating conversations that sparkle like constellations. And for those who like their chats with a side of excitement, the in-built chat engine is like adding a turbo boost to your app or website's user engagement. Built for the control freaks in spacesuits, this platform offers end-to-end encryption and compliance with intergalactic data protection laws. Plus, with deployment options more flexible than a yoga instructor in zero gravity, your security needs are covered. So why settle for a cloud when you can have the whole cosmos with RepoCloud hosting? Get ready to take your team's productivity to infinity and beyond!
Chatwoot
description_humorous