27 lines
1.9 KiB
Markdown
Executable File
27 lines
1.9 KiB
Markdown
Executable File
---
|
|
title: Introduction
|
|
position: 0
|
|
---
|
|
|
|
# Introduction
|
|
|
|
Netlify CMS is an open source content management system for your Git workflow that enables you to provide editors with friendly UI and intuitive workflow. You can use it with any static site generator to create faster, more flexible web projects. Content is stored in your Git repository alongside your code for easier versioning, multi-channel publishing, and the option to handle content updates directly in Git.
|
|
|
|
At its core, Netlify CMS is an open-source React app that acts as a wrapper for the Git workflow, using the GitHub API. This provides many advantages, including:
|
|
|
|
* **Fast, web-based UI:** with rich-text editing, real-time preview, and drag-and-drop media uploads.
|
|
* **Platform agnostic:** works with most static site generators.
|
|
* **Easy installation:** add two files to your site and hook up the backend by including in your build process or linking to our CDN.
|
|
* **Modern authentication:** using GitHub and JSON web tokens.
|
|
* **Flexible content types:** specify an unlimited number of content types with custom fields.
|
|
* **Fully extensible:** create custom-styled previews, UI widgets, and editor plugins.
|
|
|
|
|
|
## Find out more
|
|
|
|
- Get a feel for the UI in the [demo site](https://cms-demo.netlify.com). (No login required—click the login button to go straight to the CMS editor UI.)
|
|
- [Start with a template](https://www.netlifycms.org/docs/start-with-a-template/) to make a Netlify CMS-enabled site of your own.
|
|
- Configure your existing site by following a [tutorial](https://www.netlifycms.org/docs/add-to-your-site/) or checking [configuration options](https://www.netlifycms.org/docs/configuration-options).
|
|
- Ask questions and share ideas in the Netlify CMS community on [Gitter](https://gitter.im/netlify/netlifycms).
|
|
- Get involved in new developments and become a [contributor](https://docs-starters--netlify-cms-www.netlify.com/docs/contributor-guide/).
|