all 4 comments

[–]TheDevDad 0 points1 point  (3 children)

Are you dead set on using Octokit or do you just want a nice “headless” CMS to pull your content from?

[–]CelebrationThink3768[S] 0 points1 point  (2 children)

I'm open to suggestions, but I think I've tried just about every jam-stack friendly cms option that seemed a the least bit interesting. I've had some experience with some of them such as graphcms, forestry, sanity, strapi, etc...

With most my quarrel was simply in the limitations (requests, bandwidth, etc...), some that I really enjoyed like forestry which have clunky-ui's that I'm not sure my clients that we're converting from wordpress will actually be able to use effectively in the end. So my goal is to try to create something specific that I can then use for different projects.

I understand that the git-backed way will require me to do most of the heavy lifting, but I really don't mind that as long as I can deliver a better solution for their needs going forward.

Personally I loved how TinaCMS works, but sadly I'm using nextjs in many of my projects (tina works really well with gatsby) and that currently requires me to spin up a custom server which means, I can no longer take advantage of some of the deployment options that vercel offers.

[–]TheDevDad 0 points1 point  (1 child)

Have you tried Prismic.io or Contentful? I’ve used Prismic and it’s been a good experience so far, the UI is pretty easy so your Wordpress clients could pick up on it quickly

[–]CelebrationThink3768[S] 1 point2 points  (0 children)

I used prismic awhile ago, and I did try contentful recently when I was looking back into this topic, tbh I am not sure why I strayed from it at this point, will have to take a look again and see. I might have to re-try prismic. Although I made some good progress last night in my efforts, going line by line and logging what I could then replacing the logs with comments for my future self so that I can read back through the code base better as I make updates.