
Headless CMS and cafecito
#astro
#dev tools
Welcome to markkët developer blog
We're creating an open source platform to foster a supportive community of webmasters, and for that purpose building tools that can be easily used by anyone, as well as utilities for developers to run their own websites or their own self hosted version of all the stack
Today we're introducing Cafecito, an node npm package manager package, that simplifies using data from the headless CMS
Currently, the package offers a simple strapi loader for astro. It is compatible with the content layer and it lets you include all your content with a few lines of code in your project
Markkët headless CMS
With the content management system in de.markket.place is easy to create articles, pages, products and more
Using an item's id or slug, is easy to access the content via REST api, as such https://api.markket.place/api/stores?filters[slug]=markket
Cafecito
Install cafecito to load content from any strapi API directly into your content layer so is easily accessible in any file during build time
npm i cafecito
Examples and documentation in npm and github
https://www.npmjs.com/package/cafecito
http://github.com/calimania/cafecito/
