This is the source list of OSS communities that use and live on Discord. It is used to populate the list at https://discord.com/open-source.
Thanks for being part of Discord!
At this time, we are accepting communities which meet the following criteria:
- Your community is not Discord-focused (for example, Discord bots or modifications are not accepted).
- Your community has at least 1,000 members, or the GitHub repo has at least 1,000 stars.
- Your community adheres to the Discord community guidelines.
Do you own a large bot? Take a look at verifying it.
-
Fork the repo
-
Add your logo into
/logos
- Logo dimensions should be either
72x72
for SVG or144x144
for PNG. - Logo should be minified.
- Logo should be monochromatic and white (check the website for examples)
- SVGs should contain only vector shapes — no raster graphics.
- Logo dimensions should be either
-
Add your community to
communities.json
, like so:
{
"logo": "your-logo.svg",
"title": "Name of your project",
"quote": "Optional: A short quote about how you use Discord for your project.",
"quoteSourceUrl": "Optional: An optional source for the quote.",
"inviteCode": "The public invite code to your project, usually the code after https://discord.gg/",
"githubUrl": "The URL of your GitHub organization or project repository."
}
- Submit a PR with your change, and if all is well, we'll merge it and display it on Discord's open source page!