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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Where After WordPress?

49 点作者 psikomanjak7 个月前
What&#x27;s the best alternative to WordPress right now after all the drama?<p>Considering I am a javascript person.<p>None of the solutions right now seem to be close.<p>Not even ghost.

32 条评论

runjake7 个月前
Recent similar Ask HNs with discussion: <a href="https:&#x2F;&#x2F;hn.algolia.com&#x2F;?dateRange=pastMonth&amp;page=0&amp;prefix=false&amp;query=%22ask%20hn%22%20%22wordpress%22&amp;sort=byPopularity&amp;type=story" rel="nofollow">https:&#x2F;&#x2F;hn.algolia.com&#x2F;?dateRange=pastMonth&amp;page=0&amp;prefix=fa...</a><p>I think it&#x27;d best to just stay. I see one of two likely things happening:<p>1. Matt comes to his senses and formally secedes his control of the WordPress Foundation and WordPress OSS to a qualified group of people.<p>2. He doesn&#x27;t and the project gets forked to something that gets traction and will be immediately compatible.
评论 #41852985 未加载
评论 #41852836 未加载
评论 #41853275 未加载
ozten7 个月前
This space grew into a bunch of different sub-cutures:<p>- static website generators (Hugo, etc)<p>- WYSIWYG editors (Wix, Squarespace)<p>- Frontends (NextJs, etc) backed by Headless CMS (Strapi, firebase, etc)<p>There really isn&#x27;t a good spiritual successor currently. Someone should clone the UX of WP Admin panel, plugins, etc and drop the worst tech debt. Base it on React and make it really easy to deploy.<p>(edit: formatting)
评论 #41855442 未加载
评论 #41888692 未加载
ThinkBeat7 个月前
Just stay with Wordpress, if you like WordPress. It&#x27;s a vast community. Nothing is even close in terms of marketshare and popularity.<p>Most people do not care about this drama. And they dont want to care about it because it is their golden goose and customers are used to it.<p>Yes, some people do care, and yes they are very vocal. And yes there are a lot for those voices here.<p>Just look at X.<p>Is still around and still has an extreme amount of users. and it looks like some of folks that switched to Mastodon are not loving it.<p>Now personally I want WordPress to die because its a nightmare of code.<p>I find the data schema pretty good. Now with Pods it takes care of extending the schema. The back-end code is decent.<p>The front end story is different. But after I quit using plugins and started doing a lot of my own coding it is somewhat better but the layers upon layers upon layers of CSS is still a nightmare.<p>I dont believe the world will accommodate my wish on WordPress.<p>I also want social media to die. I dont belevive the world will accommodate me on that either.
jjwarmerdam7 个月前
I have been using kirby (<a href="https:&#x2F;&#x2F;getkirby.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getkirby.com&#x2F;</a>) for all my websites with great success the last few years. It&#x27;s super stable, flexible, under active development and has a great ecosystem.<p>Can&#x27;t recommend it enough.
评论 #41855115 未加载
评论 #41854727 未加载
xnx7 个月前
&gt; What&#x27;s the best alternative to WordPress right now after all the drama?<p>Probably WordPress. The user-base is so huge that you&#x27;ll be in good company. There will be an easy migration to whatever the future version is that Matt doesn&#x27;t have the ability to supply chain attack.
jdboyd7 个月前
I moderately frequently wonder what is next for me after WordPress. The drama has nothing to do with it though. I don&#x27;t use WP Engine (have long thought they seemed off), and I don&#x27;t see the drama causing wordpress.org or wordpress.com to fall.
评论 #41855286 未加载
ChrisMarshallNY7 个月前
Is Drupal still a thing?<p>I have always considered Drupal to be a pretty industrial-strength system, but quite complex.<p>One of the nice things about Drupal, is that you could customize the backend. I have always hated WP&#x27;s backend.
评论 #41852929 未加载
评论 #41852793 未加载
评论 #41856148 未加载
legitster7 个月前
Same boat.<p>As we all realize, WordPress itself is not an immaculate piece of code, but it&#x27;s the plugin library that makes it. But we now know that even the plugins themselves are liable to hijacking from within.<p>While it would be nice to start from scratch with a modern, better CMS - the reality is going to be something like ClassicPress but using only premium, manually installed plugins.
marpstar7 个月前
<a href="http:&#x2F;&#x2F;payloadcms.com">http:&#x2F;&#x2F;payloadcms.com</a> -- I&#x27;m all in after 12 years on WP.
评论 #41852774 未加载
interstice7 个月前
I&#x27;m a Technical Director of a design&#x2F;web agency (small scale, I still build one out of every 3 or so sites). We use Sanity + Next JS (or Sanity + Remix more recently) in a repeatable way. I used to use WP a long time ago, and even then I had my own setup to use twig templating, my own image resizing solution, etc.<p>I have been considering pouring energy into this problem or at least offering advice, our approach is definitely bespoke and not scalable in the way WP is, but I&#x27;ve long thought the middle ground is in need of ~something~.
ryanmitchell7 个月前
Statamic: <a href="https:&#x2F;&#x2F;www.statamic.com" rel="nofollow">https:&#x2F;&#x2F;www.statamic.com</a>
评论 #41852997 未加载
评论 #41853372 未加载
评论 #41853283 未加载
pierreburgy7 个月前
As a JavaScript person, you will probably want to start using JavaScript frontend frameworks like React&#x2F;Next.js, Vue&#x2F;Nuxt.js, Astro, etc. These frameworks allow you to build very fast websites, without page reload.<p>You can connect these frontend frameworks with a Headless CMS which is, ideally, open-source and written in JavaScript&#x2F;TypeScript too. This way, you can customize both the frontend and the CMS using the same programming language.<p>We created Strapi, the most popular open-source Headless CMS, to replace legacy stacks with full JS stacks: from the frontend framework to the CMS.
oliwarner7 个月前
Astro. It&#x27;s not the same, it&#x27;s a static site generator, but with a few edge functions for server-side stuff if you need it. Deploys to Cloudflare or another CI&#x2F;CD environment for free.<p>The biggest difference for daily use is you don&#x27;t get an editor. You can pick your markup language (markdown being the most popular) then it&#x27;s just files. If you&#x27;re a developer this should be natural.
simple107 个月前
I have a few blogs running Ghost and really like it. Plugin and theme ecosystem is nowhere near Wordpress size. However, Ghost is much easier to modify and use IMO, maybe because I&#x27;m more comfortable in javascript ecosystem than PHP.<p><a href="https:&#x2F;&#x2F;ghost.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ghost.org&#x2F;</a>
snats7 个月前
let me vouch for 11ty.dev, i love it. it is simple, easy to use, and slim. you don&#x27;t have to worry about fighting the million dogs around and if that seems like to much. just go and use raw html, i think that ever since i&#x27;ve been using raw html i&#x27;ve actually been publishing more blogposts
评论 #41853279 未加载
pluc7 个月前
I say we bring back phpNuke
daft_pink7 个月前
I think it’s probably best just to stay with wordpress.
XCSme7 个月前
I just made my own &quot;blogging&quot; platform, where I simply render markdown files using PHP: <a href="https:&#x2F;&#x2F;github.com&#x2F;Cristy94&#x2F;markdown-blog">https:&#x2F;&#x2F;github.com&#x2F;Cristy94&#x2F;markdown-blog</a><p>I am also using Ghost on a different site, I like their clean editor.
partiallypro7 个月前
WordPress isn&#x27;t going anywhere, even if it&#x27;s via a fork. It&#x27;s too large and has so many contributors. It may lose some market share over this, but there&#x27;s a massive, vested interest in at least keeping the spirit and general code base of it alive. Matt bit off more than he can chew, but I wouldn&#x27;t worry too much about it at the moment. I think it&#x27;s very possible that during the discovery phase of the lawsuit that Matt is forced out entirely. Not many companies want a massive legal liability at the helm.
andrewmcwatters7 个月前
Thanks for asking this question! I asked this a couple of weeks ago (Ask HN: What&#x27;s a Good Alternative to WordPress <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41731867">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41731867</a>) and I hope people keep the discussion up.<p>I was also hoping that Ghost would become much larger than it has.
评论 #41852893 未加载
hggigg7 个月前
If I was going to bother now I&#x27;d start at static content and work back from that to a solution. Be that a static site generator or another tool which is scraped into static, but nothing you have to host anywhere other than a cheap CDN. The maintenance overhead of CMS platforms over the years have been a killer and the attack surface awful.
havefunbesafe7 个月前
Squarespace. I know that sounds insane, but Squarespace.<p>Used WP for 7 years and now Squarespace in its place for 5.<p>The builder has gotten so much better in the last 3 years, and I am very impressed. The plugin library is expanding at a faster clip now, too.
azangru7 个月前
&gt; What&#x27;s the best alternative to WordPress<p>To do what?<p>For blogs, static-site generators (Eleventy, Astro, or Hugo). For CMS, a combination of a headless CMS with something on the front (e.g. Eleventy + CloudCannon). For ecommerce, dunno, Shopify?
bubblesnort7 个月前
0. Install Airplane Mode on your WordPress and keep it enabled<p>1. Try ClassicPress<p>2. Move to Drupal<p>3. See if you like something else. E.g. BoltCMS, OctoberCMS, or one of the october forks.<p>4. Go back to Joomla<p>5. Quit your job and do something you&#x27;d like to be doing
shrubble7 个月前
There is the Erlang based Zotonic.com which has a Wordpress like feel.
wenbin7 个月前
If you want something simple, try this one: <a href="https:&#x2F;&#x2F;www.microfeed.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.microfeed.org&#x2F;</a>
mattl7 个月前
Eleventy if you&#x27;re a JavaScript person maybe?
pathartl7 个月前
I&#x27;ve moved my personal site&#x2F;blog over to Grav. I&#x27;ve done some small work with Statamic before and loved it.
评论 #41852815 未加载
dilippkumar7 个月前
For those of us out of the loop, can someone please share a summary of the drama?
评论 #41853378 未加载
ThinkBeat7 个月前
I have always liked Expression Engine, but it looks like they have done yet another licensing &#x2F; price change.<p>It is confusing.<p>I would like to think that Core is open source and free but fromt the site it appears that the &quot;control panel&quot; is limited to 1 user in the core &#x2F; free version?<p>I have not used it in a long while but last time I did it was insanely fast.<p>WordPress is open source and free to use no matter how many users yo have.<p><a href="https:&#x2F;&#x2F;expressionengine.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;expressionengine.com&#x2F;</a>
twapi7 个月前
If you don&#x27;t want a simple commenting system, go for Hugo.
sirdvd7 个月前
Perhaps Joomla? As WP, it&#x27;s PHP based.