The Doozer Brainlive from the knowledge bundle · v2.2.618 · 2026-09-13 17:15 ETall pages · one page

Network Growth — "More places nearby" (build-on-tap, gated)

systems/network-growth.md · System · growth, more-places-nearby, search-to-site, gate, prospector, roots

unverified: no trust signals recorded yet

How the network grows organically from real local intent — visitors spin up the next site — and the two per-root guardrails that keep that growth clean.

Network Growth — "More places nearby"

The organic, demand-driven way the network indexes its next site. On every business site (below "More from the neighborhood", which shows EXISTING Doozer sites), a small section suggests up to 3 nearby same-niche places that are NOT yet on Doozer, pulled from Google Places and deduped by place_id via Magellan. One tap builds that place's site and lands the visitor on it. A real visitor arriving from Google, with real local intent, spins up the neighbor that wasn't there yet. This is the same widget NBMN shows for thin category searches, brought to business sites.

The flow

The two per-root guardrails (both opt-in, both in root_domains.custom_settings)

  1. Service area — a regional root's geographic reach: service_area =
  2. {radius_mi, optional lat/lng} (center auto-derives from the root's business centroid). rootServiceArea() (geographic-helpers.php). Filters suggestions AND hard-gates the build, so westmilford.biz only ever suggests/builds within 12 mi. Distance is the limit, full stop (v2.2.394 fix). Two bugs were closed: (a) the build gate lived only on the unknown-place path, so a business ALREADY in the ecosystem (e.g. a Paterson bakery, 18 mi out) skipped it and built a sibling from "More places nearby." The gate is now a shared helper (placeResolverServiceAreaBlock in place-resolver.php) called on EVERY build path, including reused/known businesses. (b) The suggestion filter's county "edge tiebreaker" used to rescue any same-county place up to 2x the radius — Paterson is the same county as West Milford, so it showed at 16 mi. Suggestions are now strict to the radius too (any state in range, NO county rescue past it), so the list agrees with the build gate and never teases an unbuildable site. NOTE: the admin edit still uses raw lat/lng fields (place-picker is a TODO); the values store correctly into service_area, so this was never the leak.

  3. Expansion target — WHERE a build lands: expand_target = self (a subdomain
  4. on THIS root, open regional directories only) or external (DEFAULT — the neutral doozer.site). rootExpandTarget(). The card's data-root carries the resolved target. SAFE DEFAULT is external, so a curated/branded root (elks.club, vsso.net) can NEVER sprout a random-business subdomain — those build on doozer.site. westmilford.biz is set to self.

Both are managed per root in Admin → Root Domains. This is the intake valve of the flywheel, refined so growth is local, intent-driven, and never pollutes a branded network. See [[project_search_to_site_money_clouds]] and NearByMeNow.

NearByMeNow (the traffic + directory layer)Niche matching and live discovery