Live data from Hacker News

Ask HN: What CMS in 2018 for web apps?

news.ycombinator.com

1–10 of 12 posts

Re: Ask HN: What CMS in 2018 for web apps?

#5
Depends what you mean by web apps or how you're going to code them.

If you're using something like React or Vue, then I'm guessing any CMS used as a headless API would probably be ideal, since the system would only be used for creating content/the admin area.

Re: Ask HN: What CMS in 2018 for web apps?

#6
I wonder how many of you actually maintain and support enterprise CMS systems, like Sitecore or Sitefinity? Looks like the majority of the people here are homegrown hackers/devs, that either don't work in a company having a heavy CMS, or tend to prefer building everything themselves. Well, everything except the content management itself.

The tendency is to have very light front-end, while consuming the content from some services. At the same time, content clouds and headless CMSes haven't really taken off yet.

Re: Ask HN: What CMS in 2018 for web apps?

#7
This depends on the use-case. We have recently moved away (slightly) from using MODX as our main CMS, because the clients we have picked up need less content management but more bespoke functionality and better performance so have used things like Laravel +Voyager.

They are all managing content, but in different ways

Re: Ask HN: What CMS in 2018 for web apps?

#8
For putting web apps in CMS?

Why risk your app on dependency of some CMS?

If you are looking for market in extending some popular CMS, then you probably should go for some more popular CMS, which currently is WordPress. Unless you are in an industry which has some nice CMS usage like Drupal or Joomla.

Re: Ask HN: What CMS in 2018 for web apps?

#9
If PHP, then ProcessWire [1].

ProcessWire is a Content Management System, not a CMS which includes a design or layout system like Wordpress.

So as a developer you are free to develop the front-end the way you like. Which is easy with the provided API.

I use it for API's, small and huge websites. Love it.

[1] https://processwire.com/

Re: Ask HN: What CMS in 2018 for web apps?

#10
post #9

If PHP, then ProcessWire [1]. ProcessWire is a Content Management System, not a CMS which includes a design or layout system like Wordpress. So as a developer you are free to develop the front-end the way you like. Which is easy with the provided API. I use it for API's, small and huge websites. Love it. [1] https://processwire.com/

I second this.
Post reply on HN