First, what “template” actually means
The word covers three very different things and the confusion causes most of the bad decisions. A marketplace theme is a design you install into a platform, usually with limited structural flexibility and a monthly platform fee. A page builder template is a starting layout inside a visual editor. A productized template — what we sell — is a complete application in code, with a design token system, that you own outright.
These have wildly different ceilings. A marketplace theme constrains what you can build. A productized template constrains almost nothing except the underlying page architecture, because everything visual is a variable and everything structural is a component you can add to.
So “template versus custom” is the wrong axis. The real question is whether your information architecture matches one that already exists.
When a template is clearly right
- Your site's job is to explain an offer and capture inquiries. This describes the overwhelming majority of marketing sites and it is a solved problem.
- Your information shape matches something that exists — a catalog, an education path, a program page, a portfolio. Five architectures cover a lot of ground.
- You need to be live in weeks, not months. A custom build's discovery phase alone usually exceeds a template build's entire timeline.
- You have a fixed budget and need certainty. Custom builds price on estimates; templates price on known scope.
- You expect the business to change. Interchangeable section blocks are far cheaper to reorganize than bespoke layouts with bespoke assumptions.
When custom is genuinely necessary
There are real cases, and pretending otherwise costs clients money. The clearest signal is that your site has to do something rather than say something.
- You need an application: a patient portal, an inventory system, a resource-managed booking engine, a member area with gated content, or an ordering platform with account states.
- Your information architecture has no analogue. If none of the existing shapes fit, forcing one produces something worse than either option.
- You have integration requirements that are genuinely bespoke — an EHR, a practice management system, a proprietary internal tool.
- Brand differentiation is your actual strategy and the site is the primary expression of it. This is rarer than people think, but it is real.
- You have multi-tenant or per-account complexity beyond per-brand theming.
“Will it look like everyone else's site?”
The honest answer is: less than you fear, and it depends almost entirely on inputs you control. Two businesses on the same template with different names, palettes, type, photography, and copy do not read as the same site. What makes template sites look generic is not the template — it is stock photography, default colors, and copy that could belong to anyone.
The failure mode is real, though. If you use the default palette, the default type, no original photography, and copy written to a generic structure, you will get a generic-looking site. That is a content problem wearing a design problem's clothes.
If distinctiveness genuinely matters in your market, spend on the inputs rather than on a custom build. Original photography and genuinely specific copy will differentiate you more than a bespoke layout, for a fraction of the cost.
The hybrid that usually wins
Most projects that think they need custom actually need a template plus one custom piece. The marketing site is standard; one component is not. Building the standard 90% on a template and scoping the 10% separately is dramatically cheaper than treating the whole project as bespoke, and it ships months earlier.
This works because a productized template is a real codebase. Adding a custom component to a Next.js project you own is normal development work. Adding one to a marketplace theme or a page builder is where people discover the ceiling.
Sequence it: launch the marketing site, then build the custom piece against real usage. You will build a better version of it, because you will know what it actually needs to do.
A decision procedure
- Write one sentence describing what the site does. Verb test as above.
- List every page type. If they all exist in one of the five architectures, that is your answer.
- List every integration. Standard tools mean template; proprietary systems mean scoping.
- Ask what happens if you launch in three weeks with 80% of what you imagined. If the answer is “that is fine”, take the template.
- If you are still unsure, take the template. Upgrading from a template you own is straightforward. Recovering from an over-scoped custom build is not.
Look at the five architectures.
Every one has a live preview. If yours is not among them, tell us and we will scope it properly.