10 रिपॉजिटरी
Custom plugins that extend the functionality of a self-hosted chat server.
Distinct from Server Plugins and Extensions: Distinct from Server Plugins and Extensions: focuses on chat server plugin systems specifically, not general server plugins.
Explore 10 awesome GitHub repositories matching part of an awesome list · Chat Server Plugins. Refine with filters or upvote what's useful.
EmDash is an open-source content management system built on Astro that combines a visual admin panel with a plugin-driven architecture and server-side rendering. It provides a complete content management system with structured content modeling, a rich text editor using Portable Text format, and a TypeScript API for type-safe content queries. The system supports authentication through passkeys, OAuth 2.1, and external providers, with role-based access control and fine-grained permission scopes. What distinguishes EmDash is its plugin development framework, which supports both native plugins ru
Hides sidebar links, dashboard widgets, and admin pages when a plugin is disabled while keeping backend hooks active.
SpaceBarChat is an open-source, self-hosted chat server that implements the Discord client-server protocol, allowing existing Discord clients and bots to connect without modification. It provides a complete communication platform for real-time messaging, voice, and video, all running on your own infrastructure with data stored in a PostgreSQL database that automatically synchronizes its schema with the application source code. The platform is built on a three-service architecture that separates API, Gateway, and CDN processes, communicating via Unix domain sockets or RabbitMQ for coordination
Provides a secure cross-platform plugin system for extending chat server functionality.
SVGOMG is a browser-based SVG minification tool that applies SVGO transformations entirely on the client side. It processes SVG files in a Web Worker to keep the user interface responsive, then displays the original and optimized file sizes side by side, including gzipped size estimates. The tool provides a live preview of the optimized SVG markup, rendered directly in the browser for immediate visual feedback. Users can configure which SVGO optimization plugins are enabled or disabled, set numerical precision for coordinates and transforms, and optionally pretty-print the output. Multiple op
Lets users enable or disable individual SVGO plugins to control which minification passes are applied.
PartyKit is a serverless WebSocket backend platform for building real-time multiplayer applications. It provides a globally distributed edge computing runtime that runs stateful server code close to users, with automatic scaling and hibernation for idle rooms. The platform handles WebSocket connections, HTTP requests, and durable storage without requiring infrastructure management, and includes a client and server SDK with hooks, storage, and Yjs integration for building collaborative features. The platform distinguishes itself through per-room isolation using Durable Objects, where each uniq
Integrates AI-driven non-player characters that can autonomously interact with users in chat rooms.
This project is a ChatGPT-powered bot integrated into the Feishu chat platform, enabling conversational AI, image generation, and voice interaction within both private and group chats. It connects large language models to the team messaging environment, allowing users to engage in multi-topic conversations, generate images from text prompts, and analyze uploaded images using vision models. The bot supports persona preset switching, allowing predefined role templates to modify the AI's behavior and tone with a single command. It maintains separate conversation histories per topic using session
Connects large language models to a team chat platform for conversational AI, image generation, and voice interaction.
यह प्रोजेक्ट एक Telegram बॉट है जो मैसेजिंग ऐप के भीतर एक AI चैट इंटरफ़ेस प्रदान करने के लिए OpenAI और Claude जैसे लार्ज लैंग्वेज मॉडल्स को एकीकृत करता है। यह एक मल्टी-मॉडल AI गेटवे के रूप में कार्य करता है जो API कीज़ और YAML कॉन्फ़िगरेशन के माध्यम से विभिन्न प्रदाताओं को प्रॉम्प्ट्स रूट करता है। कार्यान्वयन में एक प्रदाता-अज्ञेयवादी रूटिंग सिस्टम और टेक्स्ट को शब्द-दर-शब्द वितरित करने के लिए रिस्पॉन्स स्ट्रीमिंग शामिल है। यह एक टोकन-बेस्ड कॉस्ट ट्रैकर के साथ खुद को अलग करता है जो API अनुरोधों के मौद्रिक व्यय की गणना करता है और अधिकृत यूज़र्स तक उपयोग को प्रतिबंधित करने के लिए एक व्हाइटलिस्ट-बेस्ड एक्सेस कंट्रोल सिस्टम है। बॉट मल्टीमॉडल वर्कफ़्लो का समर्थन करता है, जिसमें टेक्स्ट-टू-इमेज जनरेशन, अपलोड की गई इमेजेस के लिए विज़न मॉडल विश्लेषण और वॉयस मैसेज ट्रांसक्रिप्शन शामिल है। यह डेटाबेस में पर्सिस्टेंट स्टेट मैपिंग के माध्यम से सत्रों में बातचीत के संदर्भ को बनाए रखता है और व्यवहार और विशेषज्ञता को कस्टमाइज़ करने के लिए AI व्यक्तित्व प्रबंधन की अनुमति देता है। एप्लिकेशन को विभिन्न एनवायरनमेंट में सुसंगत निष्पादन के लिए एक कंटेनरीकृत डिप्लॉयमेंट के रूप में प्रदान किया जाता है।
Connects a Telegram messaging interface to multiple large language model providers for conversational AI interactions.
ZeroBot-Plugin is an extensible plugin framework for QQ group bots, providing a modular system that adds automation, AI chat, image generation, and moderation capabilities to chat environments. The project is built around a collection of plugin modules that each handle specific functions, from scheduling recurring commands to managing group member interactions. The framework distinguishes itself through its integration of AI-powered features, including configurable large language model chat with image recognition support, alongside automated content moderation that scans text and images again
A plugin module that connects a QQ group bot to a configurable large language model for conversational responses and image recognition.
This project is a self-hosted communication suite and private messaging infrastructure. It is a containerized chat platform designed for deployment on independent hardware to maintain full control over user data and server dependencies. The system features a modular plugin framework that allows custom features and behaviors to be loaded into the client at runtime via manifest files. It is designed as a proxy-compatible service, supporting configurable network port routing to operate behind external reverse proxy servers. The platform covers capabilities for containerized service orchestratio
Provides a modular chat server designed to be extended with custom functionality via plugins.
Bootstrap Toggle is a frontend interface component and JavaScript plugin designed to convert standard web form checkboxes into interactive toggle switches. It integrates with the Bootstrap design framework to provide enhanced form controls through automatic markup enhancement. The component transforms static elements by parsing inline HTML attributes during initialization and applying modular CSS styles and dynamic class switching. It supports appearance customization for dimensions, button styles, state labels, colors, and icons, alongside bi-directional event synchronization that keeps nati
A flexible JavaScript plugin that transforms standard form checkboxes into interactive toggle switches with customizable styles and sizes.
Telegram-bot is a modular chat bot platform and framework built for Telegram that executes script plugins to handle custom user interactions and automated tasks within messaging channels. Incoming chat events route through a central dispatcher that delegates execution to matching registered command handlers. The platform relies on a file-based plugin architecture where isolated script files load dynamically at runtime, allowing administrators to manage and toggle feature modules on the fly without restarting the host application. Chat inputs parse into discrete command arguments that execute
Manages bot plugin states dynamically using administrative chat commands and settings.