Hacker News new | ask | show | jobs
by bbthorson 3568 days ago
What's the benefit of a headless CMS?
1 comments

A headless (or decoupled) CMS is one that only manages content, as opposed to most “CMS” out there now that overreach by managing your views, templates, logic, routing, etc. That means that most current “CMS” are built specifically for websites only (more specifically, blogs), however a headless CMS only manages the data itself, and therefore is appropriate for anything from native apps, content syndications, interactive walls, or other data-driven projects. In fact a more important distinction is that it can manage content for MULTIPLE clients, for example a project where an app, widget, and website all pull the same content.

Since the content is decoupled from the application/view you access your data through an API or SDK. For Directus, you can use our API, one of our language SDKs, or just connect to the database directly. That gives developers freedom over their workflow, process, libraries, and database architecture – which can expedite development and optimize performance.