I'm forever looking to see a headless CMS that can content store to Git. #2459
Replies: 5 comments 4 replies
-
Why? I would not recommend it. But if you really want that, https://github.com/payloadcms/payload is the CMS you should use. You'd only need to write some simple hooks to accomplish just that. |
Beta Was this translation helpful? Give feedback.
-
You might be looking for Tina CMS |
Beta Was this translation helpful? Give feedback.
-
I've tried Tina previously, thanks @miguderp. Thanks for the info on the rename @qbeauperin and the fork. |
Beta Was this translation helpful? Give feedback.
-
Bumping this - Tina seems to be unmaintained and has a lot of shortcomings compared to Payload. |
Beta Was this translation helpful? Give feedback.
-
Well, because we have a database adapter pattern now, we could technically build an adapter for git storage - although I think that will have lots of challenges, specifically regarding how deeply you can query in payload. It would be interesting to explore this idea. It’s probably not going to be for sometime if explored from the payload team ourselves, but if someone wanted to take an attempt at building the adapter, we would definitely help! |
Beta Was this translation helpful? Give feedback.
-
https://github.com/prose/prose is close, and Netlify has a proprietary option.
I'm not against a database aspect of CMS, but just think for certain classes of application the DB can amount to a cache/index of something that is canonically stored in source control.
Sure, "store to git" isn't a cinch. Github and Gitlab has APIs. I've done work in the past to hack 'kitchen sink' APIs for various in order to showcase the idea of vcs-backed storage.
Beta Was this translation helpful? Give feedback.
All reactions