Before we dive into the specifics about Netlify CMS, let’s look at a few introductory topics. These include the JAMstack, the Netlify service, and content management systems in general. From there, we’ll start looking at Netlify CMS itself.
The JAMstack
Traditional web application stacks such as LAMP (Linux, Apache, MySQL, PHP) or MEAN (MongoDB, Express, Angular, Node.js) specify particular server platforms, programming languages, and database vendors.
JAMstack - that’s JavaScript, APIs, and Markup - is a new paradigm for building fast web applications. It is technology-and tool-agnostic. ...