TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Do any startups still use WordPress after 20 years?

96 pointsby catsarebetteralmost 2 years ago

28 comments

koromakalmost 2 years ago
Yes. Keep the real application on a subdomain, and make your marketing website a simple wordpress install. Minimal effort, and works great if you don't care about authorization / integration between the two.
评论 #36158140 未加载
评论 #36157900 未加载
评论 #36159032 未加载
xp84almost 2 years ago
I beg of you, if you use Wordpress, and don’t have some reason you can’t do this:<p><i>Use a static site generator plugin for Wordpress</i>, host it completely behind IP restrictions or firewall rules, for only whoever needs to actually update it. The static site plugin will regenerate&#x2F;update plain HTML files out of your WP instance whenever you tell it to; then it transfers those to your location of choice where they’ll just be hosted statically.<p>Wordpress is a pile of garbage from a security standpoint and having it exposed to the internet is basically asking to be hacked <i>constantly</i> by spammers and script kiddies. But it is useful as an easy content generation tool anyone can use, and at the cadence most people actually update it, the regeneration compute time is trivial.
评论 #36158659 未加载
评论 #36158644 未加载
评论 #36158635 未加载
评论 #36159702 未加载
评论 #36159363 未加载
评论 #36170838 未加载
评论 #36159296 未加载
gumballindiealmost 2 years ago
&gt; Still, pretty impressive market penetration in a world that now has reliable generative AI and serverless lambda functions with 2 min deploys like Vercel and Netlify.<p>Huh? What’s the link between generative ai and the need for a wp like tool? Or indeed lambda functions? Does the author think that _everyone_ is using aws?
评论 #36164715 未加载
donohoealmost 2 years ago
At one point The New Yorker, with its 90 year archive, was on WordPress.<p>It only moved off that because Conde Nast (parent company) had their own CMS and wanted to unify what all their brands used.<p>Many publishers (large and small) use it quite reliably at an enterprise level.
评论 #36158317 未加载
o_____________oalmost 2 years ago
Recently tried Wordpress again, thinking maybe it has matured.<p>Terrible idea, terrible platform. For example, you want metadata on posts, you install ACF. You want to filter on that metadata, good luck if it&#x27;s over a couple filters simultaneously, the SQL queries will time out. You&#x27;re guaranteed to need different tweaks that get dumped into a scripts file, feels like patterns from 20 years ago. There are some people trying to untangle the Wordpress trash pile by refactoring and bolting Laravel onto it[1], but every layer is just a nightmare; the authors of different parts can barely assess why things randomly break.<p>You might find WP appealing for the plugin ecosystem, but the plugins are completely random in implementation, so you&#x27;re likely to get a bloated scramble of CSS and JS pushed to your users.<p>I moved to Directus and Astro, but I would probably use a Laravel-based CMS like October or Statamic for more generalized PHP deployment.<p>[1]: <a href="https:&#x2F;&#x2F;roots.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;roots.io&#x2F;</a>
syntheticnaturealmost 2 years ago
This seems like a bit of the perennially-linked &quot;Choose Boring Technology&quot; bit. Your corporate landing page&#x2F;blog is unlikely to need anything fancy. This is true especially if you aren&#x27;t in tech, while the article focuses on YC startups, so a tech subset of (or subset of tech) startups. The categories listed do seem most likely to be cases where there isn&#x27;t much need for anything fancy on the website front.
评论 #36157774 未加载
评论 #36162484 未加载
ramesh31almost 2 years ago
I&#x27;m certain there are still endless amounts of little lifestyle businesses out there doing a few million in revenue on the same WP installation they&#x27;ve been configuring since 2011. I know because I built them back then and literally nothing has actually changed. I honestly can&#x27;t say I&#x27;d reccomend anything else to someone intent on self hosting even today.
评论 #36157562 未加载
评论 #36157752 未加载
JohnFenalmost 2 years ago
I don&#x27;t. I dropped Wordpress years ago, because I got tired of dealing with all of the security problems.
评论 #36158756 未加载
评论 #36158107 未加载
评论 #36158368 未加载
评论 #36158571 未加载
评论 #36170386 未加载
frizlabalmost 2 years ago
Yes we do in (both) my startups. And I know a friend who does too. Interestingly we’re actually coming back to WP after a time w&#x2F;o it!
评论 #36157998 未加载
WheelsAtLargealmost 2 years ago
Wordpress has value in its ability to get a site up very quickly. If I, one person, want to, I can get a pretty professional site up in a day. That&#x27;s a powerful. I can then come back to it later and improve it given my needs. Startups are all about limited resources and Wordpress is a good tool to use. What&#x27;s a better alternative?
评论 #36162505 未加载
评论 #36159337 未加载
PeterCorlessalmost 2 years ago
I used WordPress at my last job. We don&#x27;t at my new job and I miss it terribly.
singingfishalmost 2 years ago
we were looking at this the other day while trying to assess what the standard tools are for ecommerce these days. We were using google trends.<p>There is still a lot of interest in wordpress, compared to say joomla which had its day in the sun but is now on the way out. However there seems to be a big move towards people using more SAAS (e.g. your broucure site being instagram) and less maintaining your own kit.<p>Also anecdote: my sax repair guy is moving off woocommerce onto an offering provided by his PoS vendor. PoS integration is also quite common - a local non profit I&#x27;m involved in also does this.
评论 #36158240 未加载
yawnxyzalmost 2 years ago
Does anyone use Headless Wordpress here?<p>It&#x27;s been quiet since they launched that, and I&#x27;ve never used it but it sounds like a good option for those who never really learned PHP
评论 #36158204 未加载
nologic01almost 2 years ago
Any tech that lasts this long has some serious mojo.<p>Was checking out the SSG scene and with the exception of a couple of gems its a loud, confused buzzword cacophony screaming for attention.
paulpauperalmost 2 years ago
WordPress is great for finding site and hosting&#x2F;config vulnerabilities, which you can fix and then delete WordPress. it&#x27;s like outsourcing for free a bug bounty.
评论 #36157579 未加载
评论 #36158089 未加载
EGregalmost 2 years ago
We use it:<p><a href="https:&#x2F;&#x2F;rational.app" rel="nofollow">https:&#x2F;&#x2F;rational.app</a><p><a href="https:&#x2F;&#x2F;teaching.app" rel="nofollow">https:&#x2F;&#x2F;teaching.app</a><p>Just as two examples
iJohnDoealmost 2 years ago
Why wouldn’t you? Great platform to get a site up and running quickly.<p>MVP.
XCSmealmost 2 years ago
Yes, it&#x27;s usually a one-click install and comes with an easy way to switch between themes, can give access to others to write content (editors) and you can easily get extra goodies on the same installation like contact forms, newsletters, reservation systems, e-commerce, etc.
ttulalmost 2 years ago
WordPress is dominant because it&#x27;s the Lingua Franca of the web design world. Despite PHP sucking, WordPress is well known by everyone in the industry and competitors - even with far superior technology - have an impossible task disrupting something with such platform dominance.<p>For comparison, Microsoft Windows still holds about 75% market share, a figure that has barely budged in the last five years, despite Apple making major inroads.<p><a href="https:&#x2F;&#x2F;www.statista.com&#x2F;statistics&#x2F;218089&#x2F;global-market-share-of-windows-7&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.statista.com&#x2F;statistics&#x2F;218089&#x2F;global-market-sha...</a>
poomeralmost 2 years ago
Quite a few do - here is databricks <a href="https:&#x2F;&#x2F;www.databricks.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.databricks.com&#x2F;</a>
babuloseoalmost 2 years ago
Its a good honeypot.
uzernamealmost 2 years ago
I don&#x27;t mind WordPress. My company doesn&#x27;t use it for its marketing sites though, prefers larger more monolithic enterprise options. But it&#x27;s not a startup either. From what I heard WordPress was not favored because maintenance was difficult (plugins, vulnerabilities, upgrades) and also there was uncertainty about gpl. A while ago some startups I worked were using webflow and instapage for their marketing sites.
kylecazaralmost 2 years ago
I&#x27;ve noticed some which only offer an app use WP for their basic web presence&#x2F;brand landing page.
drooblesalmost 2 years ago
No, not since around 2017. I personally use Jekyll now for all my startup-y websites.
barbariangrungealmost 2 years ago
Anybody use ghost? How do you find that?
pacifikaalmost 2 years ago
The article misspells the product
donutshopalmost 2 years ago
WordPress? That&#x27;s too simple. We use a static webpage, served up through kubernetes.
评论 #36158600 未加载
评论 #36158531 未加载
devheadalmost 2 years ago
for my company we still see it in use after all these years and countless security incidents because it&#x27;s just left there. I could not personally ever imagine wanting to install that and thinking it&#x27;s a good thing.<p>Recently I have had to help restore one that was completely infected, before we acquired the business. The amount of BS that still is exactly the same as it was the last time i was forced to manage WP in the early 2000&#x27;s is insane. I get the draw, I just don&#x27;t agree with it and would never openly advocate for it to be considered.<p>Every reason to not use it can be excused if you want to make an excuse for it or do something different with it, but at the end of the day it&#x27;s dated and offers more headache and pain than any usefulness of it as a tool in hosting a site.<p>Here&#x27;s some of my bug A boos...<p>- Doesn&#x27;t scale<p>- Wants open permissions on files<p>- Wants you to use plugins<p>- Exposes services it doesn&#x27;t need to expose<p>- Hardcode&#x27;s FQDN in links and resources, and everything it can<p>- Defaults to be the dumbest install settings to make it &quot;easy&quot; for everyone<p>- Debugging is still a nightmare<p>- Logging is not consistent<p>- Maintains state on a machine, preventing you from scaling or high availability<p>- Codebase has no real framework to extend and use, preference on adding your own bad code to it in order to make it work.<p>- Does not work well with CI&#x2F;CD automations<p>- Is a huge target of vulnerability scanners<p>- Page updates use a huge post size that is expensive to inspect w&#x2F;firewall<p>- Making changes can and will take your site down<p>- Lets you modify a template file from the gui, but only the first directory level, making you still need to push changes to underlying files in a template.<p>- Performance is a joke<p>- Problem with a plugin can crash the full site<p>- SQL injection is still a significant problem<p>again, i know someone can rationalize them all away; you are putting in a ton of work that you could have done otherwise with a better solution and not have the ongoing limitations and nightmare associated with it. If you run it, you should consider it to already be hacked and move accordingly.<p>Often times i hear the argument, well there&#x27;s nothing i need on there so it&#x27;s not a security risk...i think your customers would dissagree when they start getting infected with crypto miners, clicking affilitate links that aren&#x27;t yours, linking to malware, viewing content you didn&#x27;t add, downloading files that are dangerous, using your hacked system to attack others, and on and on.<p>edit: format