Open aleclarson opened 2 years ago
Tina CMS is another good option https://tina.io/docs/
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
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.
Another one https://www.sanity.io/
https://github.com/netlify/netlify-cms
The
@saus/netlify-cms
package would export auseNetlifyCms
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 insaus@0.5
) that load data from the CMS as well.I would probably write the Saus docs with this. 🤔