awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
BetterDiscord avatar

BetterDiscord/BetterDiscord

0
View on GitHub↗
9,114 stars·1,020 forks·TypeScript·Apache-2.0·9 vuesbetterdiscord.app↗

BetterDiscord

Better Discord enhances Discord desktop app with new features.

Features

  • Client Mods - Is a client mod that adds plugin and theme support to the Discord desktop app.
  • Plugin APIs - Exposes a global object that plugins use to interact with Discord's internals, UI, and data.
  • Discord - Exposes a global API for plugins to interact with Discord's internals, UI, and data.
  • Community Addon Installers - Provides a built-in installer for downloading and installing community plugins and themes.
  • Local Addon File Managers - Manages plugin and theme files in a local addon folder for installation and removal.
  • Runtime Addon Loaders - Enables loading, unloading, and querying plugins and themes at runtime.
  • Feature Extension Plugins - Adds new features or modifies existing behavior in the Discord client using JavaScript plugins.
  • Sandboxed Plugin Runtimes - Exposes a controlled global object for plugins to interact with app internals, UI, and data.
  • Plugin Installation and Management - Ships a one-click plugin and theme installation system for community addons.
  • Discord Addon Managers - Provides a manager that installs, loads, and unloads community-made plugins and themes for Discord.
  • Third-Party Plugins - Loads community-developed addons that add new features or modify existing app behavior.
  • Discord Plugin Development - Ships a framework for writing JavaScript plugins that extend Discord's functionality.
  • CSS Theme Authoring - Enables authoring full CSS stylesheets to completely change the app's visual appearance.
  • Client Modifications - Provides a client mod that extends the Discord desktop app with plugins and themes.
  • CSS Variable Override Themes - Overrides default styles with custom CSS to personalize colors, layouts, and visual themes.
  • Discord Theme Engines - Provides a theme engine that overrides Discord's default styles with custom CSS.
  • Application CSS Overrides - Allows overriding default app styles with custom CSS for full visual customization.
  • Theme Customization - Applies user-created visual themes to change colors, fonts, and layout of the interface.
  • Discord Plugin Frameworks - Provides a JavaScript framework for writing addons that extend Discord's functionality.
  • Runtime Function Patchers - Patches existing app functions by injecting code into the runtime DOM and JavaScript context.
  • CSS Style Injections - Injects custom CSS into the app's document to override default styles without altering source files.
  • Key-Value Persistence Stores - Provides per-plugin persistent key-value storage across sessions using local storage.
  • Live Style Editing Tools - Provides live style editing with instant visual feedback without restarting the application.
  • CSS File Watchers - Monitors CSS file changes and reapplies styles instantly for live editing.
  • Plugin Data Stores - Saves and loads persistent key-value data per plugin across application sessions.
  • Plugin Authoring Templates - Provides tools and templates for authoring JavaScript addons that run inside the Discord client.
  • Runtime Method Patching - Intercepts and modifies existing Discord functions at runtime to alter behavior without source changes.
  • Live Style Editors - Provides a live CSS editor that applies style changes instantly without restarting the app.
  • Custom UI Components - Renders reusable interface elements like buttons, tooltips, and modals within the Discord client.
  • Chat Utilities and Bots - Extends and enhances the functionality of the Discord desktop application.

Historique des stars

Graphique de l'historique des stars pour betterdiscord/betterdiscordGraphique de l'historique des stars pour betterdiscord/betterdiscord

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait betterdiscord/betterdiscord ?

Better Discord enhances Discord desktop app with new features.

Quelles sont les fonctionnalités principales de betterdiscord/betterdiscord ?

Les fonctionnalités principales de betterdiscord/betterdiscord sont : Client Mods, Plugin APIs, Discord, Community Addon Installers, Local Addon File Managers, Runtime Addon Loaders, Feature Extension Plugins, Sandboxed Plugin Runtimes.

Quelles sont les alternatives open-source à betterdiscord/betterdiscord ?

Les alternatives open-source à betterdiscord/betterdiscord incluent : emdash-cms/emdash — EmDash is an open-source content management system built on Astro that combines a visual admin panel with a… inventree/inventree — InvenTree is an open-source inventory management platform built on Django, designed for tracking parts, stock levels,… didi/mpx — MPX is a cross-platform framework designed to build applications for multiple mini-program ecosystems and the web from… apache/jmeter — Apache JMeter is a Java-based performance testing tool and multi-protocol traffic simulator used to analyze the… bndong/cnblogs-theme-simplememory — Cnblogs-Theme-SimpleMemory is a customizable visual template for Cnblogs that modifies the layout and styling of blog… bewlybewly/bewlybewly — BewlyBewly is a browser extension that customizes the Bilibili homepage, modifying its layout and appearance to…

Alternatives open source à BetterDiscord

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec BetterDiscord.
  • emdash-cms/emdashAvatar de emdash-cms

    emdash-cms/emdash

    10,887Voir sur GitHub↗

    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

    TypeScriptastrocmsemdash
    Voir sur GitHub↗10,887
  • inventree/inventreeAvatar de inventree

    inventree/InvenTree

    6,350Voir sur GitHub↗

    InvenTree is an open-source inventory management platform built on Django, designed for tracking parts, stock levels, and supply chain operations through a web interface and REST API. The system uses barcodes—including QR codes, 1D barcodes, and Data Matrix codes—as primary identifiers for scanning, linking, and triggering inventory actions, and extends core functionality through a Python plugin framework supporting custom actions, UI panels, barcode handlers, and scheduled tasks. The platform distinguishes itself through a comprehensive plugin-based extensibility system that allows custom in

    Pythondjangohacktoberfestpython
    Voir sur GitHub↗6,350
  • didi/mpxAvatar de didi

    didi/mpx

    3,905Voir sur GitHub↗

    MPX is a cross-platform framework designed to build applications for multiple mini-program ecosystems and the web from a single codebase. It utilizes a static transpilation pipeline to transform source code into platform-specific bundles, employing a single-file component system that encapsulates templates, logic, and styles. The framework provides a reactive state management system that automatically synchronizes application data with the user interface through computed properties and watchers. The project distinguishes itself through a robust build-time toolchain that supports sub-package p

    JavaScript
    Voir sur GitHub↗3,905
  • apache/jmeterAvatar de apache

    apache/jmeter

    9,233Voir sur GitHub↗

    Apache JMeter is a Java-based performance testing tool and multi-protocol traffic simulator used to analyze the stability and scalability of servers and networks. It functions as a distributed load testing framework that coordinates remote worker nodes from a single controller to generate high volumes of concurrent traffic. The project is distinguished by its ability to simulate traffic across diverse backend systems, including HTTP, JDBC, LDAP, JMS, FTP, and TCP. It provides a headless command-line interface for automated execution and a reporting system that transforms raw sample logs into

    Javajavaperformancetest
    Voir sur GitHub↗9,233
  • Voir les 30 alternatives à BetterDiscord→