orchardcms/orchardcore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 38 minutes ago
Added to GitGenius on September 8th, 2026
Created on November 19th, 2014
Open Issues & Pull Requests: 851 (+0)
GitHub issues: Enabled
Number of forks: 2,587
Total Stargazers: 8,179 (+0)
Total Subscribers: 327 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.1 hours
Mean response time: 70.7 days
90th percentile: 27.9 days
Tracked items: 1,488

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 66% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "localization" is answered fastest, typically in about 4 hours, while "Workflows" waits about 2 days. Only 3% of issues opened in the past year have been closed. Three people close 60% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 803
New in 7 days: 6
Closed in 7 days: 7
Avg open age: 1,813 days
Stale 30+ days: 785
Stale 90+ days: 273

Recent activity

Opened in 7 days: 6
Closed in 7 days: 6
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug :bug: (501)
  • enhancement (132)
  • documentation (90)
  • needs author feedback (87)
  • localization (61)
  • stale (48)
  • ui/ux (39)
  • good first issue (35)

Detailed Description

Orchard Core is a modular, multi-tenant application framework and content management system built on ASP.NET Core.

Orchard Core addresses the need for flexible, scalable web applications by providing a layered architecture where the Orchard Core Framework serves as a foundation for building modular, multi-tenant applications, and the Orchard Core CMS is built on top of that framework. The modular design allows developers to compose applications from discrete, reusable components, while multi-tenancy support enables a single deployment to serve multiple independent customers or sites. Built-in modules provide content management capabilities including content types, workflows, and media handling.

Orchard Core suits teams building enterprise web applications or content-driven sites where modularity and multi-tenancy are requirements. It is particularly valuable for organizations that need to customize or extend a CMS rather than work within the constraints of a fixed platform, since the framework approach allows deep customization through module development. The project is production-ready and documented for developers familiar with ASP.NET Core and C#. The documentation covers both framework usage and CMS-specific features, with a reference guide to built-in modules available to help evaluate capabilities.

The project maintains active issue tracking with published milestones that communicate planned work and priorities for upcoming releases. The team operates a public discussion forum and Discord community for user support, alongside traditional bug reporting channels. Documentation is comprehensive and regularly maintained, covering getting started guides, API reference, and contribution guidelines for those wishing to extend the project.