alloc / saus

Vite SSR/SSG framework that aspires to be a layer for opinionated web frameworks to build upon
Other
38 stars 1 forks source link

Add packages for open-source headless CMS #27

Open aleclarson opened 2 years ago

aleclarson commented 2 years ago

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 saus@0.5) that load data from the CMS as well.

I would probably write the Saus docs with this. 🤔

aleclarson commented 2 years ago

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

aleclarson commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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