
Decap CMS
Open-source Git-based CMS for static site generators
Overview
Decap CMS (formerly Netlify CMS) is an open-source, Git-based content management
system designed for static site generators and Jamstack workflows. It provides a
web-based editorial interface with rich-text editing, real-time preview, and
drag-and-drop media uploads — all while storing content directly in your Git
repository. Decap CMS is platform-agnostic and works with most static site
generators. It supports editorial workflows from draft to review to publish,
i18n, and is fully extensible via custom widgets and editor plugins. Installation
requires just two files added to your site.
MIT
Best for:
Features
Pricing
Compatible Technologies
Technical Features
Community
18700
GitHub Stars
50k/week
NPM Downloads
10.8k
Discord Members
2026-02-04
Last Update
Enterprise Features
Scalability
Horizontal scaling and high-availability deployments
Security & Compliance
Find Decap CMS Experts
Looking for professional help with your Decap CMS project? Here are top certified agencies and developers.
Top Agencies
Alpina Tech
#1 RecommendedCraft custom, responsive websites using expert code and stunning design. Build your site with a flexible CMS and premium hosting to boost your digital presence.
NOTUM
#1 RecommendedWe are CMS-centered agency with 7 years of CMS experience. We build scalable corporate websites for scale-ups with headless CMS solutions. From design to deployment, we deliver complete, reliable support.
10x Media
10x Media is a boutique web development agency located in Bavaria (Germany) with additional hubs in Sofia (Bulgaria) and Santiago (Chile). We’re a core team of 8 people, and we don’t just code: we combine strategy, design, development, and project management, covering everything needed to bring high-impact digital solutions to life.

Alloy
Alloy is a marketing and transformation partner for the age of intelligence full of creative thinkers and problem solvers whose results-oriented work extends throughout the Americas, Europe and the Middle East.
GRANITE
We are a global digital transformation partner with over 160 industry experts, delivering comprehensive digital solutions across experience design, technology engineering, digital marketing, brand innovation, and video production.


Decap CMS is an open-source, Git-based content management system
that gives editors a visual UI for creating and updating content
stored directly in a Git repository. Originally created as Netlify CMS,
it works with any static site generator and requires no separate database
or server infrastructure.
Key Highlights
- Git-backed content stored alongside source code
- Rich-text editor with real-time preview
- Extensible with custom widgets and editor plugins
Why It Fits Jamstack Workflows
- Commits content changes through GitHub, GitLab, or Bitbucket APIs, keeping the Git repo as the single source of truth
- Pairs with any static site generator's build pipeline — content updates trigger rebuilds and CDN deploys automatically
Typical Implementations
- Documentation portals
- Marketing and landing pages
- Personal blogs and portfolios
- Open-source project sites
Setup Snapshot
Hosting: "Client-side app added to your existing static site — no separate hosting required"
Content: "Flat files (Markdown, YAML, JSON) defined via collection configs"
Delivery: "Content committed to Git; served through your SSG build and CDN"
Notes
- Requires a Git provider (GitHub, GitLab, or Bitbucket) as its content backend
- Editorial workflow feature depends on pull/merge request support in the chosen Git platform