decaporg/decap-cms

A Git-based CMS for Static Site Generators

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 2 minutes ago
Added to GitGenius on September 3rd, 2026
Created on January 20th, 2015
Open Issues & Pull Requests: 590 (+0)
GitHub issues: Enabled
Number of forks: 3,126
Total Stargazers: 19,357 (+0)
Total Subscribers: 244 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 28.2 hours
Mean response time: 84.4 days
90th percentile: 201.8 days
Tracked items: 478

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 97% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "area: extensions/backends" is answered fastest, typically in about 11 hours, while "area: extensions/widgets/markdown" waits about 14 days. 61% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 11% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 254
New in 7 days: 6
Closed in 7 days: 6
Avg open age: 1,226 days
Stale 30+ days: 239
Stale 90+ days: 218

Recent activity

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

Top labels

  • type: bug (171)
  • type: feature (82)
  • pinned (52)
  • area: extensions/widgets/markdown (26)
  • kind: feature (18)
  • area: i18n (14)
  • area: media-library (13)
  • area: ui/editorial-workflow (11)

Detailed Description

Decap CMS is a Git-based headless CMS that provides a clean editorial interface for static site generators, allowing teams to manage content stored directly in a Git repository without requiring a traditional database backend.

The tool solves the problem of giving non-technical content editors a user-friendly way to create and modify content on statically generated sites. It works by deploying as a single-page application mounted at the `/admin` path of your site. Users configure the content model through YAML, describing the structure of editable content. When editors navigate to the admin interface, they authenticate and gain access to a visual editor for creating new content or modifying existing entries, with changes committed back to the Git repository.

Decap CMS suits teams building sites with static site generators who want to avoid managing a separate database or backend infrastructure. The tool offers two installation paths: a quick setup using only HTML and a CDN-hosted bundle, or a more flexible npm-based integration for sites with build systems. For teams needing centralized user management, advanced role-based access control, or a database proxy, the project maintains a separate commercial offering called Decap Turbo. The tool is particularly well-suited to JAMstack workflows where content lives in version control alongside code.

The project maintains a substantial base of real-world adopters, as evidenced by the fact that nearly all open issues originate from external users rather than the core team. Maintainers typically respond to new issues and pull requests within a few days. Work in the issue tracker centers on bug fixes, feature requests, and pinned items, reflecting an active engagement with both stability and feature development.