Live data from Hacker News

Ask HN: Looking for headless CMS recommendation

news.ycombinator.com

11–20 of 96 posts

Re: Ask HN: Looking for headless CMS recommendation

#11
Keystatic[1] is awesome. It's local-first by default and made for static site builds, so you can keep costs low by not using a server.

I've used it alongside Astro for both my personal blog[2] and two company sites[3][4]. It's worked amazingly well each time.

[1] https://keystatic.com/

[2] https://github.com/skeptrunedev/personal-site

[3] https://github.com/devflowinc/trieve/tree/main/website

[4] https://github.com/patroninc/patron/tree/main/website

Re: Ask HN: Looking for headless CMS recommendation

#12
Im using directus (https://directus.io/) for my personal website with a vacation blog and some posts…

So far it works pretty well and my gf is also able to use it on her own, so you could say its non-tech user approved haha

I also did some websites using hugo and DecapCMS from netlify. That also worked but the ui isnt to fancy and it gets a bit confusing on complex pages. But it can directly push to a git repo so you have version control out of the box

Re: Ask HN: Looking for headless CMS recommendation

#17
I really enjoyed sanity.io a year ago. It had the best data structure flexibility by a mile, with the ability to have multiple user draft states and merge conflict resolution.

Other Headless CMS felt restrictive, with shared drafts or the requirement for all published items to have changes go live instantly.

Once you're set up with your schema, the UI is easy enough for non-developers (and you can customize it for them if needed).

Re: Ask HN: Looking for headless CMS recommendation

#19
Why headless ? If non technical admin will post details about events, you can find a WordPress plugin for it and setup a WP site. Headless makes sense if you want to really customize the experience but you want "cheapest option" so I would assume they cannot pay for customizations anyway.
Post reply on HN