top | item 28299312

(no title)

Dockson | 4 years ago

Have you tried sanity.io (a headless CMS)? I used it in conjunction with Gatsby and have had a great experience overall.

discuss

order

marshallbananas|4 years ago

Yes, it was my favorite for a while. But recently I switched to GraphCMS for more basic data structure and I love it. Especially the UI.

I think what the market is missing is a sort of locally run CMS that is file based with Sqlite and managed completely with Git. Something that can can be moved around with project easily and have great version control.

Let's say you have a /content folder in your project that is it's own separate git repo, and there you have .md or .txt or sqlite files, and your assets, and there's a browser based client to manage it that runs locally.

omnimus|4 years ago

I think you've just described getkirby.com including the content folder naming.