2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-10-03 17:21:20 +08:00
A platform for community discussion. Free, open, simple. https://www.discourse.org
Find a file
Jarek Radosz 16c0838575
DEV: Reapply gjs-codemod in d-ai (#33758)
…and apply other mass-pr autofixes
2025-07-23 12:05:40 +02:00
.devcontainer
.github DEV: Move discourse-ai to core (#33749) 2025-07-22 15:07:59 +02:00
.vscode
app DEV: Remove redundant user argument in InviteGuardian methods (#33784) 2025-07-23 15:56:06 +08:00
bin DEV: Upgrade Rails to version 8.0.2 2025-07-22 09:59:44 +02:00
config FEAUTRE: Hide messages count in sidebar with feature flag (#33774) 2025-07-23 11:14:13 +10:00
db FEATURE: dynamic search when in /filter route (#33614) 2025-07-22 16:08:10 +10:00
docs FIX: broken link in admin quick start guide (#33295) 2025-06-21 07:04:25 -07:00
images Replace README logo with PNG (#14044) 2021-08-13 14:23:49 -04:00
lib DEV: Remove redundant user argument in InviteGuardian methods (#33784) 2025-07-23 15:56:06 +08:00
log
migrations DEV: Add newly promoted core plugins to intermediate DB config (#33654) 2025-07-16 17:33:51 +00:00
patches DEV: Drop support for template overrides and mobile-specific templates (#33101) 2025-06-06 14:34:20 +01:00
plugins DEV: Reapply gjs-codemod in d-ai (#33758) 2025-07-23 12:05:40 +02:00
public Update translations (#33746) 2025-07-23 00:13:58 +02:00
script FIX: Update wrong link to discourse-migratepassword (#33688) 2025-07-17 17:38:09 -04:00
spec DEV: Remove redundant user argument in InviteGuardian methods (#33784) 2025-07-23 15:56:06 +08:00
test DEV: Fix smoke test when full_page_login is enabled (#31732) 2025-03-10 21:09:04 +02:00
themes UX: Horizon composer-chat interaction (#33677) 2025-07-18 10:58:45 +02:00
vendor FEATURE: Text heading/paragraph menu in composer toolbar (#33461) 2025-07-11 12:29:58 +10:00
.annotaterb.yml DEV: Upgrade Rails to version 8.0.2 2025-07-22 09:59:44 +02:00
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore DEV: Move discourse-ai to core (#33749) 2025-07-22 15:07:59 +02:00
.ignore
.jsdoc
.licensed.yml DEV: Move discourse-ai to core (#33749) 2025-07-22 15:07:59 +02:00
.licensee.json
.npmrc
.pnpmfile.cjs
.prettierignore
.prettierrc.cjs
.rspec
.rspec_parallel
.rubocop.yml DEV: Move discourse-ai to core (#33749) 2025-07-22 15:07:59 +02:00
.ruby-gemset.sample
.streerc DEV: Move discourse-calendar to core (#33570) 2025-07-15 16:38:05 +02:00
.template-lintrc.cjs DEV: Reapply gjs-codemod in d-ai (#33758) 2025-07-23 12:05:40 +02:00
AI-AGENTS.md DEV: Create rules for AI Coding Agents (#33282) 2025-06-20 16:39:04 +10:00
Brewfile
CLAUDE.md DEV: Create rules for AI Coding Agents (#33282) 2025-06-20 16:39:04 +10:00
CODEOWNERS
config.ru
CONTRIBUTING.md
COPYRIGHT.md
d
discourse.sublime-project
eslint.config.mjs DEV: Lint bundled themes (#33683) 2025-07-18 00:53:41 +02:00
Gemfile DEV: revert hiredis upgrade (#33785) 2025-07-23 18:25:05 +10:00
Gemfile.lock DEV: revert hiredis upgrade (#33785) 2025-07-23 18:25:05 +10:00
jsconfig.json
lefthook.yml
LICENSE.txt
package.json Build(deps-dev): Bump @swc/core from 1.12.14 to 1.13.1 (#33718) 2025-07-21 17:48:03 +02:00
pnpm-lock.yaml Build(deps-dev): Bump @swc/core from 1.12.14 to 1.13.1 (#33718) 2025-07-21 17:48:03 +02:00
pnpm-workspace.yaml
Rakefile
README.md
stylelint.config.mjs
translator.yml DEV: Move discourse-ai to core (#33749) 2025-07-22 15:07:59 +02:00

The online home for your community.

readme

You can self-host Discourse on your own infrastructure. But if you'd rather skip the setup, maintenance, and server management, we offer official Discourse hosting.

👉 Learn more about Discourse hosting

Discourse is a 100% open-source community platform for those who want complete control over how and where their site is run.

Our platform has been battle-tested for over a decade and continues to evolve to meet users needs for a powerful community platform.

With Discourse, you can:

  • 💬 Create discussion topics to foster meaningful conversations.

  • Connect in real-time with built-in chat.

  • 🎨 Customize your experience with an ever-growing selection of official and community themes.

  • 🤖 Enhance your community with plugins, from chatbots powered by Discourse AI to advanced tools like SQL analysis with the Data Explorer plugin.

To learn more, visit discourse.org and join our support community at meta.discourse.org.

Here are just a few of the incredible communities using Discourse:

discourse-communities

👉 Discover more communities using Discourse

Development

To get your environment set up, follow one of the setup guides:

Before you get started, ensure you have the following minimum versions: Ruby 3.3+, PostgreSQL 13, Redis 7.

For more information, check out the Developer Documentation.

Setting up Discourse

If you want to set up a Discourse forum for production use, see our Discourse Install Guide.

If you're looking for official hosting, see discourse.org/pricing.

Requirements

Discourse supports the latest, stable releases of all major browsers and platforms:

Browsers Tablets Phones
Apple Safari iPadOS iOS
Google Chrome Android Android
Microsoft Edge
Mozilla Firefox

Additionally, we aim to support Safari on iOS 15.7+.

Built With

  • Ruby on Rails — Our back end API is a Rails app. It responds to requests RESTfully in JSON.
  • Ember.js — Our front end is an Ember.js app that communicates with the Rails API.
  • PostgreSQL — Our main data store is in Postgres.
  • Redis — We use Redis as a cache and for transient data.
  • BrowserStack — We use BrowserStack to test on real devices and browsers.

Plus lots of Ruby Gems, a complete list of which is at /main/Gemfile.

Contributing

Build Status

Discourse is 100% free and open source. We encourage and support an active, healthy community that accepts contributions from the public including you!

Before contributing to Discourse:

  1. Please read the complete mission statements on discourse.org. Yes we actually believe this stuff; you should too.
  2. Read and sign the Electronic Discourse Forums Contribution License Agreement.
  3. Dig into CONTRIBUTING.MD, which covers submitting bugs, requesting new features, preparing your code for a pull request, etc.
  4. Always strive to collaborate with mutual respect.
  5. Not sure what to work on? We've got some ideas.

We look forward to seeing your pull requests!

Security

We take security very seriously at Discourse; all our code is 100% open source and peer reviewed. Please read our security guide for an overview of security measures in Discourse, or if you wish to report a security issue.

Security fixes are listed in the release notes for each version.

The Discourse Team

The original Discourse code contributors can be found in AUTHORS.MD. For a complete list of the many individuals that contributed to the design and implementation of Discourse, please refer to the official Discourse blog and GitHub's list of contributors.

Copyright 2014 - 2025 Civilized Discourse Construction Kit, Inc.

Licensed under the GNU General Public License Version 2.0 (or later); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Discourse logo and “Discourse Forum” ®, Civilized Discourse Construction Kit, Inc.

Accessibility

To guide our ongoing effort to build accessible software we follow the W3Cs Web Content Accessibility Guidelines (WCAG). If you'd like to report an accessibility issue that makes it difficult for you to use Discourse, email accessibility@discourse.org. For more information visit discourse.org/accessibility.

Dedication

Discourse is built with love, Internet style.

For over a decade, our amazing community has helped shape Discourse into what it is today. Your support, feedback, and contributions have been invaluable in making Discourse a powerful and versatile platform.

Were deeply grateful for every feature request, bug report, and discussion that has driven Discourse forward. Thank you for being a part of this journey—we couldnt have done it without you!