saus icon indicating copy to clipboard operation
saus copied to clipboard

Add packages for open-source headless CMS

Open aleclarson opened this issue 3 years ago • 4 comments

https://github.com/netlify/netlify-cms

The @saus/netlify-cms package would export a useNetlifyCms function that hooks into Saus to add a renderer and a route (it uses /admin/ by default). It might also inject state for pages with CMS data. I haven't looked much into how an integration would work, but perhaps it would also export helpers for creating "state fragments" (a new feature coming in [email protected]) that load data from the CMS as well.

I would probably write the Saus docs with this. 🤔

aleclarson avatar Jan 03 '22 15:01 aleclarson

Tina CMS is another good option https://tina.io/docs/

aleclarson avatar Jan 22 '22 21:01 aleclarson

Another one: Frontaid https://frontaid.io/

Nice part about this one is you don't need to host the admin interface, but it's still git-based

aleclarson avatar Jan 22 '22 21:01 aleclarson

This one is clever. Using Notion API as a headless CMS :)

Two options here: https://github.com/n6g7/notion-cms https://github.com/ijjk/notion-blog/tree/main/src/lib/notion

Someone detailed their experience here.

aleclarson avatar Jan 22 '22 23:01 aleclarson

Another one https://www.sanity.io/

aleclarson avatar Jun 29 '22 19:06 aleclarson