What is the purpose of a Headless CMS ? and which one to chose
Muhammad Hamza

Muhammad Hamza @hijazi313

About: A passionate self-taught full stack JavaScript developer.

Location:
Pakistan
Joined:
Jan 30, 2020

What is the purpose of a Headless CMS ? and which one to chose

Publish Date: Nov 17 '20
1 2

Recently I came across the term Headless CMS. what they are , why we use them and which one to choose as I am MERN stack developer with Next.js.

Comments 2 total

  • Dennis Frijlink
    Dennis FrijlinkNov 17, 2020

    A headless CMS is a content management system that provides the Data over an API. The term “headless” comes from the concept of chopping the “head” (the front end, i.e. the website) off the “body” (the back end, i.e. the content repository). A headless CMS remains with an interface to add content and a RESTful API (JSON, XML) to deliver content wherever you need it.

    The Headless CMS I love is Directus: directus.io/. Not sure you are experienced with Wordpress, but you can also use WP as a headless CMS with the API they provide: developer.wordpress.org/rest-api/

  • Max Ong Zong Bao
    Max Ong Zong BaoNov 18, 2020

    Headless CMS is just a CMS where you can plug a front-end to call APIs directly to display your content.

    It is usually a separate component so it helps a lot in speed & performance. This makes it easier for different people like marketing to focus on using/editing the content in the CMS or you calling the API from your front-end without dealing with the backend. Since headless CMS offers great documentation in their API to make it easy to pull data from the CMS.

Add comment