diff --git a/radar/2021-01-01/cockpit.md b/radar/2021-01-01/cockpit.md index b120bfe..fb03a25 100644 --- a/radar/2021-01-01/cockpit.md +++ b/radar/2021-01-01/cockpit.md @@ -5,5 +5,4 @@ quadrant: tools featured: false --- - -We decided to put this CMS on hold due to other - more adopted - alternatives like strapi. +We decided to put this CMS on hold due to other - more adopted - alternatives like [Strapi](/tools/strapi.html). \ No newline at end of file diff --git a/radar/2021-01-01/strapi.md b/radar/2021-01-01/strapi.md new file mode 100644 index 0000000..71cd041 --- /dev/null +++ b/radar/2021-01-01/strapi.md @@ -0,0 +1,13 @@ +--- +title: "Strapi" +ring: trial +quadrant: tools + +--- + +Strapi is a headless CMS, built with Javascript on Node.js. It's data-centered approach offers great flexibility for many use cases by integrating the available APIs. + +Strapi's API comes in a RESTful and [GraphQL](/methods-and-patterns/graphql.html) variant. +Both perfectly support the [API-first design approach](/methods-and-patterns/api-first-design-approach.html). + +Ever since the stable release version 3.0.0 from mid-2020, the CMS reached market maturity and offers a good choice for scalable headless CMSs. \ No newline at end of file