Live data from Hacker News

Ask HN: What headless CMS do you recommend?

news.ycombinator.com

1–10 of 15 posts

Re: Ask HN: What headless CMS do you recommend?

#2
I've been asking me the same question to switch a static site to basic CMS.

Contentful.com seems to be the leader.

Graphcms looks nice, GraphQL is a promising technology to only fetch the content/relations you need to render that page.

I was thinking about using Airtable for even a simpler MVP

Re: Ask HN: What headless CMS do you recommend?

#8
post #6

if you are looking for an open source self hosteable option, there is directus ( https://github.com/directus/directus ) or cockpit( https://github.com/agentejo/cockpit )

What's unfortunate about Directus and Cockpit, is they still have a hard dependency on a PHP.

If I'm going headless, the last thing I want to do is setup a PHP stack.

Post reply on HN