TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What CMS in 2018 for web apps?

8 点作者 metahatem超过 6 年前
What CMS in 2018 for web apps?

9 条评论

shreyas-satish超过 6 年前
I&#x27;ve been using Airtable[0] as a headless CMS to good effect. I&#x27;m enjoying the flexibility of creating and modifying &#x27;tables&#x27; using a spreadsheet interface, with the nice bonus of using relationships between tables as well.<p>The free tier should be more than good enough for simple sites. There&#x27;s no real concern with lock-in either, since you can just export to JSON&#x2F;CSV and move on.<p>You can do forms too. If you&#x27;re using something like Netlify[1], you can write a function that receives a form request and adds that as a record to Airtable.<p>And if you&#x27;re using Jekyll for your site, you just need a few lines of Ruby[1] that lets you pull in content from Airtable.<p>In the longer run, I&#x27;d prefer to use something that uses a similar spreadsheet-like interface, but something that&#x27;s open source so I can self-host it. But for now, this works.<p>Note: No affiliation with Airtable or Netlify.<p>[0] <a href="https:&#x2F;&#x2F;airtable.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;airtable.com&#x2F;</a><p>[1] <a href="https:&#x2F;&#x2F;www.netlify.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.netlify.com&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;community.airtable.com&#x2F;t&#x2F;how-to-easily-use-airtable-data-in-jekyll&#x2F;3925" rel="nofollow">https:&#x2F;&#x2F;community.airtable.com&#x2F;t&#x2F;how-to-easily-use-airtable-...</a>
pasta超过 6 年前
If PHP, then ProcessWire [1].<p>ProcessWire is a Content Management System, not a CMS which includes a design or layout system like Wordpress.<p>So as a developer you are free to develop the front-end the way you like. Which is easy with the provided API.<p>I use it for API&#x27;s, small and huge websites. Love it.<p>[1] <a href="https:&#x2F;&#x2F;processwire.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;processwire.com&#x2F;</a>
评论 #17973633 未加载
coreymaass超过 6 年前
Taking the question literally, I&#x27;ve been interested in building web apps on WordPress for a couple years now. I&#x27;ve spoken about it a couple times at WordCamps. <a href="https:&#x2F;&#x2F;wordpress.tv&#x2F;2017&#x2F;06&#x2F;05&#x2F;corey-maass-rapid-web-app-development-on-wordpress&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wordpress.tv&#x2F;2017&#x2F;06&#x2F;05&#x2F;corey-maass-rapid-web-app-de...</a> It&#x27;s an amazing platform for rapid web app development, as it takes care of common patterns out of the box like user management, routing and more. Do you have specific goals or questions?
gchokov超过 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&#x2F;devs, that either don&#x27;t work in a company having a heavy CMS, or tend to prefer building everything themselves. Well, everything except the content management itself.<p>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&#x27;t really taken off yet.
markwillis82超过 6 年前
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.<p>They are all managing content, but in different ways
CM30超过 6 年前
Depends what you mean by web apps or how you&#x27;re going to code them.<p>If you&#x27;re using something like React or Vue, then I&#x27;m guessing any CMS used as a headless API would probably be ideal, since the system would only be used for creating content&#x2F;the admin area.
LarryMade2超过 6 年前
For putting web apps in CMS?<p>Why risk your app on dependency of some CMS?<p>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.
fiiv超过 6 年前
What do you need from a CMS?
评论 #17950132 未加载
HNNewer超过 6 年前
Wordpress?