Ask HN: What headless CMS do you recommend?
1–10 of 15 posts
No post body was provided.
Re: Ask HN: What headless CMS do you recommend?
#2I'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?
#3On the .NET side, I've had a lot of success with Umbraco, using it as a headless CMS to provide content for a Node/Express application.
Re: Ask HN: What headless CMS do you recommend?
#4I'm using Contentful's (https://contentful.com) free plan to power the docs and blog for my website (https://resurfaceapp.com/docs/)
Re: Ask HN: What headless CMS do you recommend?
#5I would recommend Prismic.io. They have what I have searched for on anothers services: slices. This allows you to have different block and empower people to use them as they want to create landing pages for instance.
Re: Ask HN: What headless CMS do you recommend?
#6if 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)
Re: Ask HN: What headless CMS do you recommend?
#7I have been using https://getmesh.io/ for a while now, the developers are very helpful, the features are excellent, the underlying architecture and frameworks are great, and documentation excellent. Thumbs up.
Re: Ask HN: What headless CMS do you recommend?
#8if 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.
Re: Ask HN: What headless CMS do you recommend?
#9Can we assume you’re already familiar with https://headlesscms.org?
Re: Ask HN: What headless CMS do you recommend?
#10I use Cockpit or FeathersJS.. sometimes even Wordpress WP-JSON :-/ I'm looking for something better, but not really into using a SaaS.