Settings

Theme

Ask HN: What headless CMS do you recommend?

25 points by somtum 8 years ago · 14 comments


feistypharit 8 years ago

I like forestry.io. it's not API based, so you just use stock Hugo backed by git. The change you make get committed back to git. So the nice thing is you're not tied to them. If they go away, you still have Hugo and can generate manually. You can host at netlify or AWS. Most the other static CMS are API based, so all your data is with them. If the go away, aodoes your site maintainability.

vr46 8 years ago

I 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.

digisocialnet 8 years ago

I use Cockpit or FeathersJS.. sometimes even Wordpress WP-JSON :-/ I'm looking for something better, but not really into using a SaaS.

https://getcockpit.com

francois2 8 years ago

I 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.

EnderMB 8 years ago

On 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.

https://github.com/umbraco/Umbraco-CMS

https://github.com/umbraco/UmbracoRestApi

rayascott 8 years ago

Can we assume you’re already familiar with https://headlesscms.org?

darkseid 8 years ago

I'm using Contentful's (https://contentful.com) free plan to power the docs and blog for my website (https://resurfaceapp.com/docs/)

digitalbase 8 years ago

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

blemming 8 years ago

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)

  • neeksHN 8 years ago

    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.

    • brianmurphy 8 years ago

      I don't know what is hard about setting up a PHP stack. "yum install" and you're on your way.

      It's certainly no more work than setting up nodejs, ruby, python, a go compiler, etc.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection