25 lines
1.8 KiB
Plaintext
Raw Normal View History

2022-09-30 11:39:35 -04:00
---
group: Intro
title: Overview
2022-09-30 11:39:35 -04:00
weight: 1
---
2022-10-02 20:06:20 -04:00
Static CMS is an open source content management system for your Git workflow that enables you to provide editors with a friendly UI and intuitive workflows. 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.
2022-09-30 11:39:35 -04:00
2022-10-02 20:06:20 -04:00
At its core, Static CMS is an open-source React app that acts as a wrapper for the Git workflow, using the GitHub, GitLab, or Bitbucket API. This provides many advantages, including:
2022-09-30 11:39:35 -04:00
2022-10-30 10:38:28 -04:00
- **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 those files in your build process or linking to our Content Delivery Network (CDN).
- **Modern authentication:** Using GitHub, GitLab, or Bitbucket 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.
2022-09-30 11:39:35 -04:00
2022-10-30 10:38:28 -04:00
## Find out more
2022-09-30 11:39:35 -04:00
- 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](/docs/start-with-a-template/) to make a Static CMS-enabled site of your own.
- Configure your existing site by following a [tutorial](/docs/add-to-your-site/) or checking [configuration options](/docs/configuration-options).
2022-10-25 11:55:37 -04:00
- Ask questions and share ideas in the Static CMS [community chat](/chat).
- Get involved in new developments and become a [contributor](/docs/contributor-guide/).