Replatforming is moving a website from one underlying platform or content management system to another, for example off a dated WordPress build onto a modern stack. It rebuilds the foundation, as opposed to a redesign, which changes the surface.
In practice
The cleanest way to understand it is against its neighbor: a redesign or refresh changes what the site looks like, while replatforming changes what it's built on. One is the paint; the other is the plumbing. They're often done together for efficiency, but they're separate decisions, and conflating them is how projects balloon.
Companies replatform when the platform starts blocking the business rather than serving it: they've outgrown the CMS, the maintenance and security burden has crept up, or they simply can't add what the business now needs without a fight. That accumulated drag has a name, technical debt, and past a certain point paying it down means changing the foundation, not patching it again.
The real risk in a replatform is invisible until it's too late: SEO and traffic can drop if URLs change without redirects, or if content and metadata don't migrate faithfully. A serious replatform plans the URL map, redirects, and content migration up front. If content reuse across channels is part of the goal, it's also the moment to weigh a headless CMS.
A test to tell whether you actually need one: list the three things you can't do on your current site. If they're design problems (it looks dated, the layout is tired), that's a redesign. If they're platform limits (can't integrate the ERP, can't add the feature, can't be maintained safely), that's a replatform, and no amount of new paint will fix it.
Common questions
What's the difference between replatforming and a redesign?
A redesign changes the surface (look, layout, content); replatforming changes the foundation (the platform or CMS the site runs on). They're often combined, but one is about appearance and the other about capability.
When should a company replatform?
When the platform blocks the business: you've outgrown the CMS, can't add what you need, or the maintenance and security burden has become a liability. Replatform to remove a constraint, not for novelty.
Does replatforming hurt SEO?
It can, if it's done carelessly. Changing URLs without redirects or dropping content and metadata in the move is how sites lose rankings. Planned properly, with a URL map and redirects, rankings can carry over intact.
Do I have to redesign when I replatform?
No. You can move to a new platform and keep the existing design, or redesign at the same time. They're frequently combined because the site is already torn down, but the two decisions are independent.