Build log · 4 August 2026

Fifteen Sites, One Summer

A progress report on building and deploying fifteen live websites in under two months — what got built, why it went fast, and what I'd tell anyone trying to do the same.

The scoreboard

Since mid-June, fifteen sites have gone from empty folder to live domain. Every one of them is deployed on Netlify, every one has its own custom domain, and every one was verified live before it made the index. They break down into five categories:

This site — the index you're reading it on — is the sixteenth deploy.

Why it went fast

The honest answer is ruthless sameness. Almost every decision that could be made once, for all sites, was made once:

Lessons from the trenches

Three things I'd flag for anyone shipping at this pace:

  1. Launch dark, flip the switch later. We Pay for Junk went live with sample data behind a noindex header and a disallow-all robots.txt. It stayed invisible to search until this week, when the switch was flipped deliberately. Shipping early doesn't have to mean indexing early.
  2. Know exactly what your deploy uploads. CLI deploys don't care about your .gitignore — if a file is in the publish directory, it ships. Internal strategy docs belong outside the publish tree, and forced 404 rules are worth adding as a backstop. Netlify splats only match at the end of a path, so a rule like /*.md quietly does nothing.
  3. Verify live, not local. Every claim on the index — fifteen sites, all returning 200 — comes from actually requesting every domain, not from assuming a deploy worked. The one time that check was skipped mid-process, it caught something worth catching.

What's next

The prototypes with sample data get real data. The sites with waitlists get their first users. And the index gets updated as new builds go live — it's a build log now, not a museum.

If you want the running list, it lives at b2bhighlights.com. If you want to talk about how any of it was built — or want something like it built for you — that's what Click Shift Marketing does.

— Dave Bussell, Click Shift Marketing

← Back to the index