“Two weeks” sounds like a corner has been cut somewhere. It has not — but the shape of the fortnight is genuinely different from a traditional build, and the difference is worth explaining rather than asserting.
Here is roughly how a marketing site of eight to twelve pages actually runs.
Days 1–2: Decisions, not design
Nothing gets built in the first two days. We work out what the site has to do, who it is arguing with, and what each page is responsible for. We agree the page list and, more usefully, the page list we are not building.
This is the first place we deliberately slow down. Every hour skipped here reappears later as a rebuild, and a rebuild is expensive precisely because everything else is now cheap.
Day 3: The design system, once
Colours, type, spacing and the base components get defined as tokens before a single page exists. This is the highest-leverage day of the project. Because every section afterwards references those tokens rather than hard-coded values, changing the brand blue in week two is a one-line change instead of a two-day audit.
Days 4–7: Sections, in sequence
This is where the speed lives. Pages get built section by section — hero, then proof, then services, then pricing — and each one is checked before the next begins. Nothing is built in a batch and reviewed at the end, because a fault in the third section propagates into everything downstream if you do not catch it in the third section.
A section that would have been a day of front-end production is now under an hour. That single change is most of where the six weeks went.
Days 8–9: Content
The second deliberate slowdown. Real copy replaces working copy, real images replace placeholders, and every claim on the site gets checked against something true. This is also, reliably, the stage that slips — not because it is hard, but because it depends on people outside the build providing specifics only they have.
If a two-week project becomes a three-week project, this is almost always where it happened.
Days 10–11: The unglamorous pass
Metadata, structured data, redirects, sitemap, analytics, forms tested end to end with real submissions, every page checked on a real phone rather than a resized browser window. On traditional timelines this is the work that gets compressed when the schedule tightens. Here it gets its own days.
Days 12–13: Review and revision
You go through the site properly and we change what needs changing. Because the design system is centralised, most revision requests at this stage are minutes rather than days — which means we can say yes to them instead of negotiating.
Day 14: Launch
DNS, SSL, caching, a final crawl, and a monitored first twenty-four hours. The third deliberate slowdown: we do not launch on a Friday, and we do not launch and disappear.
What the compression is actually made of
Six weeks did not vanish into a trick. Roughly four came out of front-end production, one came out of revision cycles that used to require rebuilding rather than retokenising, and one came out of the QA and fixing pass that a token-driven system largely prevents.
Discovery, content and launch care take exactly as long as they always did. They are the parts that decide whether the site works.
