# netlify-cms

> An extensible, open source, Git-based, React CMS for static sites.

Latest version **2.10.192** (published 2022-04-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install netlify-cms
pnpm add netlify-cms
yarn add netlify-cms
bun add netlify-cms
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: no vulnerabilities; high maintenance score; popular repo.

Warnings: low downloads; no types; no esm support; large bundle.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.10.192 |
| Published | 2022-04-13 |
| First published | 2016-09-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 53.9 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 19394 |
| Maintainers | orinokai, ericap, seanroberts, dustincrogers, skn0tt, mikewen, dengeist, biilmann, marcus.netlify, erezro, jgantunes, eduardoboucas, netlify-bot, nasiba, zachleat, ascorbic |
| Keywords | netlify, cms, content editing, static site generators, jamstack |

## Links

- npm: https://www.npmjs.com/package/netlify-cms
- Repository: https://github.com/netlify/netlify-cms
- Homepage: https://www.netlifycms.org
- Issues: https://github.com/netlify/netlify-cms/issues
- npm.io page: https://npm.io/package/netlify-cms

## Dependencies (7)

- [react](https://npm.io/package/react.md) ^16.8.4
- [react-dom](https://npm.io/package/react-dom.md) ^16.8.4
- [codemirror](https://npm.io/package/codemirror.md) ^5.46.0
- [netlify-cms-app](https://npm.io/package/netlify-cms-app.md) ^2.15.72
- [create-react-class](https://npm.io/package/create-react-class.md) ^15.7.0
- [netlify-cms-media-library-cloudinary](https://npm.io/package/netlify-cms-media-library-cloudinary.md) ^1.3.10
- [netlify-cms-media-library-uploadcare](https://npm.io/package/netlify-cms-media-library-uploadcare.md) ^0.5.10

## Recent versions

- 2.10.192 (latest) — 2022-04-13
- 2.10.120-beta.0 (beta) — 2021-05-03
- 2.9.8-beta.1 (not-latest) — 2019-08-27
- 2.6.2-alpha.0 (alpha) — 2019-03-14
- 2.10.191 — 2022-04-13
- 2.10.190 — 2022-03-28
- 2.10.189 — 2022-03-14
- 2.10.188 — 2022-03-08
- 2.10.187 — 2022-02-28
- 2.10.186 — 2022-02-08
- 2.10.185 — 2022-01-21
- 2.10.184 — 2022-01-21
- 2.10.183 — 2021-12-28
- 2.10.182 — 2021-12-21
- 2.10.181 — 2021-12-08
- … 345 more at https://npm.io/package/netlify-cms/versions

## README

# Netlify CMS
A CMS for static site generators. Give users a simple way to edit
and add content to any site built with a static site generator.

## Community Chat

<a href="https://netlifycms.org/chat">
  <img alt="Join us on Slack" src="https://raw.githubusercontent.com/netlify/netlify-cms/master/website/static/img/slack.png" width="165">
</a>

## How it works

Netlify CMS is a single-page app that you pull into the `/admin` part of your site.

It presents a clean UI for editing content stored in a Git repository.

You setup a YAML config to describe the content model of your site, and typically
tweak the main layout of the CMS a bit to fit your own site.

When a user navigates to `/admin/` they'll be prompted to login, and once authenticated
they'll be able to create new content or edit existing content.

Read more about Netlify CMS [Core Concepts](https://www.netlifycms.org/docs/intro/).

# Installation and Configuration

The Netlify CMS can be used in two different ways.

* A Quick and easy install, that just requires you to create a single HTML file and a configuration file. All the CMS Javascript and CSS are loaded from a CDN.
  To learn more about this installation method, refer to the [Quick Start Guide](https://www.netlifycms.org/docs/quick-start/)
* A complete, more complex install, that gives you more flexibility but requires that you use a static site builder with a build system that supports npm packages.

# Contributing

New contributors are always welcome! Check out [CONTRIBUTING.md](https://github.com/netlify/netlify-cms/blob/master/CONTRIBUTING.md) to get involved.

# Change Log

This project adheres to [Semantic Versioning](http://semver.org/).
Every release is documented on the Github [Releases](https://github.com/netlify/netlify-cms/releases) page.

# License

Netlify CMS is released under the [MIT License](LICENSE).
Please make sure you understand its [implications and guarantees](https://writing.kemitchell.com/2016/09/21/MIT-License-Line-by-Line.html).

# Thanks

## Services
These services support Netlify CMS development by providing free infrastructure.
<p>
  <a href="https://www.travis-ci.org">
    <img src="https://raw.githubusercontent.com/netlify/netlify-cms/master/img/travis.png" height="38"/>
  </a>
  <img src="https://spacergif.org/spacer.gif" width="20"/>
  <a href="https://www.browserstack.com">
    <img src="https://raw.githubusercontent.com/netlify/netlify-cms/master/img/browserstack.png" height="38"/>
  </a>
</p>

---
_Source: https://npm.io/package/netlify-cms · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
