← back to Consulting Rentv Com
portal: add News + Conference Rivals deep-dive (LA -> CA -> Western US)
0cc02df978f6e15df1ca3e3872ce2494bc59f5a1 · 2026-07-25 13:14:17 -0700 · Steve Abrams
Files touched
M build.mjsM public/portal.html
Diff
commit 0cc02df978f6e15df1ca3e3872ce2494bc59f5a1
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Sat Jul 25 13:14:17 2026 -0700
portal: add News + Conference Rivals deep-dive (LA -> CA -> Western US)
---
build.mjs | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
public/portal.html | 19 +++++++++++++++++--
2 files changed, 70 insertions(+), 3 deletions(-)
diff --git a/build.mjs b/build.mjs
index 6c746c7..ae0f14f 100644
--- a/build.mjs
+++ b/build.mjs
@@ -215,6 +215,51 @@ const competitors = [
];
const compRows = competitors.map((c,i)=>`<tr class="${i===0?'you':''}"><td>${c[0]}</td><td>${c[1]}</td><td>${c[2]}</td><td>${c[3]}</td><td>${c[4]}</td></tr>`).join('');
+/* ---- News-wire + conference rivals, by geography (LA -> CA -> West) --------
+ * RENTV's real moat is news + a live conference franchise. These are the rivals
+ * who run that same playbook, mapped from the backyard outward — the closer in,
+ * the more directly they fight for the same brokers, sponsors & stage. Each
+ * outlet verified (Jul 2026) to run BOTH news coverage AND its own events. */
+const WIRES = [
+ { label:'① Los Angeles — the home turf', scope:'Same brokers · same sponsors · same stage',
+ read:'These outlets compete with RENTV head-on — for the same LA deal coverage, the same sponsor dollars, and the same live audience. This is the tier that matters most, and the one where RENTV’s 25-year local authority plus the State of the Market franchise should win.',
+ anchor:['RENTV.com — you','CRE news since 1998 + State of the Market conferences','Deep LA / Western-U.S. authority · a live event franchise','—'],
+ rows:[
+ ['Bisnow — Los Angeles','LA news vertical + a packed LA event calendar (SoCal CRE Finance & Capital Markets, SoCal Industrial)','The newsletter→events→sponsorship machine, run locally','The most direct model rival — but a generic national voice. Out-<i>local</i> it with regional depth & relationships.'],
+ ['Los Angeles Business Journal','LA business news + the 31st-annual CRE Awards (Biltmore, Feb) + Valley CRE Awards','Print/digital + a marquee awards-gala franchise','Broad business focus, not CRE-native. RENTV owns the deal-desk expertise LABJ can’t match.'],
+ ['Connect CRE (California)','CA/LA news + Connect events & meetups; sells session video','Regional news + events + paid video (a REview parallel)','The closest structural twin. RENTV’s edge = a real conference franchise + a 25-yr archive.'],
+ ['The Real Deal — Los Angeles','Aggressive LA CRE news + forums / showcases','Strong brand, heavy digital + social, events','Wins on brand buzz; RENTV wins on regional trust + events. Don’t out-loud them — out-cover them.'],
+ ['NAIOP SoCal','Association news + I.CON West industrial conference (LA, 2026)','Membership + a big industrial conference','An association, not media — a partner as much as a rival (co-brand the event).'],
+ ['ULI Los Angeles','Local research/content + member convenings','Nonprofit authority + events','Authority ally, not a news competitor — a content + panel partner.'],
+ ] },
+ { label:'② California — the state fight', scope:'NorCal + SoCal + Inland Empire',
+ read:'One step out: statewide players and the Bay Area’s own regional shops. RENTV can extend its SoCal authority up the state before the nationals localize any further.',
+ rows:[
+ ['GlobeSt (ALM)','National CRE news + the GlobeSt Events series (CA multifamily / apartments events)','National authority + a large event slate','A scale rival. Compete on regional intimacy, not national breadth.'],
+ ['Connect CRE — California','Statewide news + events (NorCal, SoCal, Inland Empire)','A regional-news + event network','Direct footprint overlap; RENTV’s conference franchise is the differentiator.'],
+ ['The Registry (Bay Area)','Northern-California CRE news + events','The NorCal analog to RENTV’s SoCal model','Proof the model works up-state — a template to emulate (or partner with) in NorCal.'],
+ ['Bisnow — CA markets','SF, OC, San Diego & Sacramento verticals, each with events','Market-by-market news + events','Same playbook, more markets. RENTV’s answer: own the Western-U.S. regional lane deeper.'],
+ ['InterFace / Western States CREF','CA-focused CRE conferences (Inland Empire; CREF finance)','Conference-led, news-adjacent','Event rivals RENTV can out-flank by pairing coverage WITH the stage.'],
+ ] },
+ { label:'③ Western U.S. — the regional model', scope:'The template RENTV can own market-by-market',
+ read:'The widest tier is less “competitor,” more “proof of model”: regional publishers who pair CRE news with a conference franchise in each Western market — exactly what RENTV can scale from LA outward.',
+ rows:[
+ ['France Media — Western Real Estate Business + InterFace','The largest regional CRE publisher: magazines + e-news + InterFace conferences across the West','A news + regional-conference machine at scale','The at-scale version of RENTV’s own model — study it, then own the SoCal lane it’s thin in.'],
+ ['Colorado Real Estate Journal (CREJ)','Rocky-Mountain CRE news + the full CREJ Conference Series (Denver, 2026)','A market-owning news + conference franchise','The clearest “do this in your market” blueprint — RENTV = the CREJ of the West Coast.'],
+ ['AZRE / AZ Big Media (Arizona)','Arizona CRE magazine + the AZRE Forum, RED Awards & PTK','State-level news + awards + a forecast forum','Arizona’s RENTV. Same shape, adjacent market — an expansion or partnership target.'],
+ ['Connect CRE (regional West)','Regional news + events across Western metros','A network of regional news + events','Broad but shallow per-market; RENTV wins on depth where it plays.'],
+ ] },
+];
+function wiresTable(rows, anchor){
+ const body = (anchor ? `<tr class="you"><td>${anchor[0]}</td><td>${anchor[1]}</td><td>${anchor[2]}</td><td>${anchor[3]}</td></tr>` : '')
+ + rows.map(r=>`<tr><td><b>${r[0]}</b></td><td>${r[1]}</td><td>${r[2]}</td><td>${r[3]}</td></tr>`).join('');
+ return `<table><thead><tr><th>Outlet</th><th>News + conferences</th><th>Model / reach</th><th>RENTV’s angle</th></tr></thead><tbody>${body}</tbody></table>`;
+}
+const wiresBlocks = WIRES.map((t,i)=>`
+ <div class="eyebrow"${i?' style="margin-top:52px"':''}>${t.label} · ${t.scope}</div>
+ <p class="lead2">${t.read}</p>
+ ${wiresTable(t.rows, t.anchor)}`).join('');
+
const adChannels = [
['LinkedIn (primary)','B2B CRE audience','★★★★★','The CRE audience lives here. Your company page has 818 followers and posts dormant — post daily deal coverage, have staff reshare, run "CRE news" thought-leadership ads.'],
['Email newsletter','Owned audience','★★★★★','Bisnow\'s entire empire is newsletters → events → sponsorship. A free daily/weekly "RENTV Daily" is the single highest-leverage build. You own the list forever.'],
@@ -257,7 +302,7 @@ const partners = [
];
const partnerRows = partners.map((p,i)=>`<div class="pcard rv"><div class="pnum">${String(i+1).padStart(2,'0')}</div><div><h4>${p[0]}</h4><p>${p[1]}</p></div></div>`).join('');
-const CATS = [['summary','Executive Summary'],['swot','SWOT Analysis'],['reputation','Reputation & Authority'],['empire','The Empire & Sublease.com'],['competitors','Competitors'],['advertising','Where to Advertise'],['timing','Timing & Cadence'],['audit','Website Audit'],['teardown','Page-by-Page Teardown'],['social','Social Media Audit'],['suggested','Suggested New Websites'],['partners','Unlikely Partners'],['revenue','Unlikely Revenue'],['videos','Video + Brand Films'],['dealdesk','Live Deal Desk (demo)'],['roadmap','90-Day Roadmap'],['sources','Sources & Methodology']];
+const CATS = [['summary','Executive Summary'],['swot','SWOT Analysis'],['reputation','Reputation & Authority'],['empire','The Empire & Sublease.com'],['competitors','Competitors'],['wires','News + Conference Rivals'],['advertising','Where to Advertise'],['timing','Timing & Cadence'],['audit','Website Audit'],['teardown','Page-by-Page Teardown'],['social','Social Media Audit'],['suggested','Suggested New Websites'],['partners','Unlikely Partners'],['revenue','Unlikely Revenue'],['videos','Video + Brand Films'],['dealdesk','Live Deal Desk (demo)'],['roadmap','90-Day Roadmap'],['sources','Sources & Methodology']];
/* ---- Live Deal Desk (real CRCP data) --------------------------------------- */
const DESK_DEALS = (CRCP.deals || []).filter(d => d.score != null).slice(0, 24);
@@ -341,6 +386,7 @@ const SOURCES = [
['Deal Desk — demographics chart', 'U.S. Census median gross rent & income, LA-area cities', 'Carried in the <code>demographics[]</code> block of deals-sample.json and charted live', 'real'],
['SWOT snapshot', 'Derived from the reputation, revenue & competitive reads elsewhere in this brief', 'A small agent (<code>swotAgent()</code>) runs four lenses over one profile so the quadrant stays consistent with the rest', 'derived'],
['Competitors · channels · timing · partners · revenue', 'Analyst strategy, benchmarked to the Bisnow / CoStar / Real Deal / Commercial Observer playbooks', 'Authored as consulting recommendations — industry-standard models, not scraped metrics', 'analyst'],
+ ['News + conference rivals (LA → West)', 'Public web research on each outlet’s news + event programming (Bisnow, Connect CRE, France Media / Western RE Business, CREJ, AZRE, LABJ, The Registry, GlobeSt, NAIOP)', 'Compiled Jul 2026; each outlet’s conference franchise verified from its own events pages', 'observed'],
['Charts (reach, ROI, readership, growth)', 'Illustrative CRE-shaped figures around one real anchor — the observed LinkedIn count (818)', 'Estimates for shape & direction only. The live site ran no analytics for ~3 years, so measured traffic does not exist to chart', 'estimate'],
['Hero & section imagery', 'Unsplash editorial stock (desaturated skyline / CRE photography)', 'Hotlinked, decorative only — carries no data meaning', 'illustrative'],
['Brand films', 'Generated presenter videos (HeyGen) over CRE footage', 'Rendered to <code>/portal/videos/heygen-*.mp4</code>; appear on the page as they finish', 'generated'],
@@ -566,6 +612,12 @@ footer{padding:56px clamp(24px,7vw,120px);border-top:1px solid var(--line);color
<p class="lead2"><b>Takeaway:</b> don't out-scale the nationals — out-<i>local</i> them. Own Western-U.S. deal coverage + events, and copy Bisnow's newsletter→events→sponsorship flywheel at regional scale.</p>
</div></section>
+<section id="wires"><div class="eyebrow">Competitive deep-dive · news + conferences</div><h2 class="disp">The rivals who already pair news with a stage.</h2><div class="accbody">
+ <p class="lead2">RENTV isn’t just a news site — it’s a news brand with a <b>live conference franchise</b> (State of the Market). That pairing is the moat. Below are the outlets running the same <b>news + events</b> playbook, mapped from your backyard outward — <b>Los Angeles → California → the Western U.S.</b> The closer in, the more directly they compete for the same brokers, sponsors, and stage.</p>
+ ${wiresBlocks}
+ <div class="flagbox" style="margin-top:52px"><div class="i">◆</div><div><h3 class="disp">The wedge nobody owns</h3><p>National machines (Bisnow, GlobeSt, CoStar) out-distribute everyone but speak in a generic voice; the regional models (France Media, CREJ, AZRE) prove a <b>news + conference franchise wins a market</b> — yet none of them own <b>Western-U.S. CRE with a live events franchise and 25 years of local authority</b> the way RENTV can. Modernize distribution — a daily newsletter, an active LinkedIn, a mobile site — and the deep-LA authority + the conference franchise become a position no national or out-of-region rival can copy.</p></div></div>
+</div></section>
+
<section id="advertising"><div class="eyebrow">04 · Where to Advertise & Grow</div><h2 class="disp">Build the owned audience first.</h2><div class="accbody">
<p class="lead2">Ranked by ROI for a regional CRE-news brand. The pattern: <b>newsletter + LinkedIn</b> (owned + B2B) first, then search + sponsorship.</p>
<div class="chartwrap"><div class="ct">Channel priority — relative ROI for a CRE-news brand</div><canvas id="adChart"></canvas></div>
diff --git a/public/portal.html b/public/portal.html
index b59b82c..7d0c70b 100644
--- a/public/portal.html
+++ b/public/portal.html
@@ -144,7 +144,7 @@ footer{padding:56px clamp(24px,7vw,120px);border-top:1px solid var(--line);color
<div class="scrim" onclick="document.body.classList.remove('nav')"></div>
<nav class="menu" id="portalmenu" onclick="if(event.target.closest('a'))document.body.classList.remove('nav')">
<a class="mbrand" href="#summary">REN<span>TV</span>.com<small>Growth Strategy · 2026</small></a>
- <div class="mh">Contents</div><a href="#summary">Executive Summary</a><a href="#swot">SWOT Analysis</a><a href="#reputation">Reputation & Authority</a><a href="#empire">The Empire & Sublease.com</a><a href="#competitors">Competitors</a><a href="#advertising">Where to Advertise</a><a href="#timing">Timing & Cadence</a><a href="#audit">Website Audit</a><a href="#teardown">Page-by-Page Teardown</a><a href="#social">Social Media Audit</a><a href="#suggested">Suggested New Websites</a><a href="#partners">Unlikely Partners</a><a href="#revenue">Unlikely Revenue</a><a href="#videos">Video + Brand Films</a><a href="#dealdesk">Live Deal Desk (demo)</a><a href="#roadmap">90-Day Roadmap</a><a href="#sources">Sources & Methodology</a>
+ <div class="mh">Contents</div><a href="#summary">Executive Summary</a><a href="#swot">SWOT Analysis</a><a href="#reputation">Reputation & Authority</a><a href="#empire">The Empire & Sublease.com</a><a href="#competitors">Competitors</a><a href="#wires">News + Conference Rivals</a><a href="#advertising">Where to Advertise</a><a href="#timing">Timing & Cadence</a><a href="#audit">Website Audit</a><a href="#teardown">Page-by-Page Teardown</a><a href="#social">Social Media Audit</a><a href="#suggested">Suggested New Websites</a><a href="#partners">Unlikely Partners</a><a href="#revenue">Unlikely Revenue</a><a href="#videos">Video + Brand Films</a><a href="#dealdesk">Live Deal Desk (demo)</a><a href="#roadmap">90-Day Roadmap</a><a href="#sources">Sources & Methodology</a>
<div class="minfo"><div class="mh">RENTV.com, Inc.</div><p>5757 W. Century Blvd., #700, Los Angeles, CA 90045</p><p>Steve Bloom — Owner / Producer · (310) 213-6409</p><p>Arnie Garfinkel — CRE Talk co-host · (818) 532-7660</p><p>Allen Wolfsheimer — News/Resources · (310) 836-8238</p><p>Daniel Ginzburg — CFO, Dandeana Corp · (424) 251-8405</p><p><span>rentv.com</span> · <a href="https://www.rentvreview.com" target="_blank" rel="noopener">The REview ↗</a> · <a href="https://www.linkedin.com/company/rentv.com-inc" target="_blank" rel="noopener">LinkedIn ↗</a></p></div>
</nav>
@@ -214,6 +214,21 @@ footer{padding:56px clamp(24px,7vw,120px);border-top:1px solid var(--line);color
<p class="lead2"><b>Takeaway:</b> don't out-scale the nationals — out-<i>local</i> them. Own Western-U.S. deal coverage + events, and copy Bisnow's newsletter→events→sponsorship flywheel at regional scale.</p>
</div></section>
+<section id="wires"><div class="eyebrow">Competitive deep-dive · news + conferences</div><h2 class="disp">The rivals who already pair news with a stage.</h2><div class="accbody">
+ <p class="lead2">RENTV isn’t just a news site — it’s a news brand with a <b>live conference franchise</b> (State of the Market). That pairing is the moat. Below are the outlets running the same <b>news + events</b> playbook, mapped from your backyard outward — <b>Los Angeles → California → the Western U.S.</b> The closer in, the more directly they compete for the same brokers, sponsors, and stage.</p>
+
+ <div class="eyebrow">① Los Angeles — the home turf · Same brokers · same sponsors · same stage</div>
+ <p class="lead2">These outlets compete with RENTV head-on — for the same LA deal coverage, the same sponsor dollars, and the same live audience. This is the tier that matters most, and the one where RENTV’s 25-year local authority plus the State of the Market franchise should win.</p>
+ <table><thead><tr><th>Outlet</th><th>News + conferences</th><th>Model / reach</th><th>RENTV’s angle</th></tr></thead><tbody><tr class="you"><td>RENTV.com — you</td><td>CRE news since 1998 + State of the Market conferences</td><td>Deep LA / Western-U.S. authority · a live event franchise</td><td>—</td></tr><tr><td><b>Bisnow — Los Angeles</b></td><td>LA news vertical + a packed LA event calendar (SoCal CRE Finance & Capital Markets, SoCal Industrial)</td><td>The newsletter→events→sponsorship machine, run locally</td><td>The most direct model rival — but a generic national voice. Out-<i>local</i> it with regional depth & relationships.</td></tr><tr><td><b>Los Angeles Business Journal</b></td><td>LA business news + the 31st-annual CRE Awards (Biltmore, Feb) + Valley CRE Awards</td><td>Print/digital + a marquee awards-gala franchise</td><td>Broad business focus, not CRE-native. RENTV owns the deal-desk expertise LABJ can’t match.</td></tr><tr><td><b>Connect CRE (California)</b></td><td>CA/LA news + Connect events & meetups; sells session video</td><td>Regional news + events + paid video (a REview parallel)</td><td>The closest structural twin. RENTV’s edge = a real conference franchise + a 25-yr archive.</td></tr><tr><td><b>The Real Deal — Los Angeles</b></td><td>Aggressive LA CRE news + forums / showcases</td><td>Strong brand, heavy digital + social, events</td><td>Wins on brand buzz; RENTV wins on regional trust + events. Don’t out-loud them — out-cover them.</td></tr><tr><td><b>NAIOP SoCal</b></td><td>Association news + I.CON West industrial conference (LA, 2026)</td><td>Membership + a big industrial conference</td><td>An association, not media — a partner as much as a rival (co-brand the event).</td></tr><tr><td><b>ULI Los Angeles</b></td><td>Local research/content + member convenings</td><td>Nonprofit authority + events</td><td>Authority ally, not a news competitor — a content + panel partner.</td></tr></tbody></table>
+ <div class="eyebrow" style="margin-top:52px">② California — the state fight · NorCal + SoCal + Inland Empire</div>
+ <p class="lead2">One step out: statewide players and the Bay Area’s own regional shops. RENTV can extend its SoCal authority up the state before the nationals localize any further.</p>
+ <table><thead><tr><th>Outlet</th><th>News + conferences</th><th>Model / reach</th><th>RENTV’s angle</th></tr></thead><tbody><tr><td><b>GlobeSt (ALM)</b></td><td>National CRE news + the GlobeSt Events series (CA multifamily / apartments events)</td><td>National authority + a large event slate</td><td>A scale rival. Compete on regional intimacy, not national breadth.</td></tr><tr><td><b>Connect CRE — California</b></td><td>Statewide news + events (NorCal, SoCal, Inland Empire)</td><td>A regional-news + event network</td><td>Direct footprint overlap; RENTV’s conference franchise is the differentiator.</td></tr><tr><td><b>The Registry (Bay Area)</b></td><td>Northern-California CRE news + events</td><td>The NorCal analog to RENTV’s SoCal model</td><td>Proof the model works up-state — a template to emulate (or partner with) in NorCal.</td></tr><tr><td><b>Bisnow — CA markets</b></td><td>SF, OC, San Diego & Sacramento verticals, each with events</td><td>Market-by-market news + events</td><td>Same playbook, more markets. RENTV’s answer: own the Western-U.S. regional lane deeper.</td></tr><tr><td><b>InterFace / Western States CREF</b></td><td>CA-focused CRE conferences (Inland Empire; CREF finance)</td><td>Conference-led, news-adjacent</td><td>Event rivals RENTV can out-flank by pairing coverage WITH the stage.</td></tr></tbody></table>
+ <div class="eyebrow" style="margin-top:52px">③ Western U.S. — the regional model · The template RENTV can own market-by-market</div>
+ <p class="lead2">The widest tier is less “competitor,” more “proof of model”: regional publishers who pair CRE news with a conference franchise in each Western market — exactly what RENTV can scale from LA outward.</p>
+ <table><thead><tr><th>Outlet</th><th>News + conferences</th><th>Model / reach</th><th>RENTV’s angle</th></tr></thead><tbody><tr><td><b>France Media — Western Real Estate Business + InterFace</b></td><td>The largest regional CRE publisher: magazines + e-news + InterFace conferences across the West</td><td>A news + regional-conference machine at scale</td><td>The at-scale version of RENTV’s own model — study it, then own the SoCal lane it’s thin in.</td></tr><tr><td><b>Colorado Real Estate Journal (CREJ)</b></td><td>Rocky-Mountain CRE news + the full CREJ Conference Series (Denver, 2026)</td><td>A market-owning news + conference franchise</td><td>The clearest “do this in your market” blueprint — RENTV = the CREJ of the West Coast.</td></tr><tr><td><b>AZRE / AZ Big Media (Arizona)</b></td><td>Arizona CRE magazine + the AZRE Forum, RED Awards & PTK</td><td>State-level news + awards + a forecast forum</td><td>Arizona’s RENTV. Same shape, adjacent market — an expansion or partnership target.</td></tr><tr><td><b>Connect CRE (regional West)</b></td><td>Regional news + events across Western metros</td><td>A network of regional news + events</td><td>Broad but shallow per-market; RENTV wins on depth where it plays.</td></tr></tbody></table>
+ <div class="flagbox" style="margin-top:52px"><div class="i">◆</div><div><h3 class="disp">The wedge nobody owns</h3><p>National machines (Bisnow, GlobeSt, CoStar) out-distribute everyone but speak in a generic voice; the regional models (France Media, CREJ, AZRE) prove a <b>news + conference franchise wins a market</b> — yet none of them own <b>Western-U.S. CRE with a live events franchise and 25 years of local authority</b> the way RENTV can. Modernize distribution — a daily newsletter, an active LinkedIn, a mobile site — and the deep-LA authority + the conference franchise become a position no national or out-of-region rival can copy.</p></div></div>
+</div></section>
+
<section id="advertising"><div class="eyebrow">04 · Where to Advertise & Grow</div><h2 class="disp">Build the owned audience first.</h2><div class="accbody">
<p class="lead2">Ranked by ROI for a regional CRE-news brand. The pattern: <b>newsletter + LinkedIn</b> (owned + B2B) first, then search + sponsorship.</p>
<div class="chartwrap"><div class="ct">Channel priority — relative ROI for a CRE-news brand</div><canvas id="adChart"></canvas></div>
@@ -511,7 +526,7 @@ footer{padding:56px clamp(24px,7vw,120px);border-top:1px solid var(--line);color
<section id="sources"><div class="eyebrow">15 · Sources & Methodology</div><h2 class="disp">Where every number comes from — and how.</h2><div class="accbody">
<p class="lead2">A brief is only as trustworthy as its sourcing, so here is the whole provenance map. Each row states <b>where the data came from</b> and <b>how it was produced</b> — and anything that is an estimate is labelled an estimate, never dressed up as measured analytics.</p>
<div class="srclegend"><span class="srcb v">Client-verified</span><span class="srcb o">Observed live</span><span class="srcb r">Real dataset</span><span class="srcb d">Computed</span><span class="srcb a">Analyst view</span><span class="srcb e">Illustrative</span><span class="srcb a">Decorative</span><span class="srcb d">Generated</span></div>
- <table><thead><tr><th>Section of the brief</th><th>Where it comes from</th><th>How it’s produced</th><th>Provenance</th></tr></thead><tbody><tr><td><b>Portfolio, owner, team & contact</b></td><td>The client's own materials — the package supplied by Daniel Ginzburg (CFO, Dandeana Corp), Jul 2026</td><td>Transcribed into <code>data/client.json</code> and rendered verbatim</td><td class="srccell"><span class="srcb v">Client-verified</span></td></tr><tr><td><b>Sublease.com market size & revenue</b></td><td>"Sublease.com Business Plan & Market Strategy," April 2026 (confidential, client-supplied)</td><td>Figures ($650B market, ~$5.9M Year-2 mix) lifted straight from the plan and charted</td><td class="srccell"><span class="srcb v">Client-verified</span></td></tr><tr><td><b>Website & page-by-page audit</b></td><td>Live rentv.com — every page loaded and screenshotted directly</td><td>Adversarial teardown; a grade + fixes authored per page. The dead analytics tag (UA-148799896-1) was read from the live page source</td><td class="srccell"><span class="srcb o">Observed live</span></td></tr><tr><td><b>Live Deal Desk — listings & map</b></td><td>Real LA-area CRE listings sampled from CRCP into <code>data/deals-sample.json</code></td><td>Deal scores computed by a transparent weighted model (<code>deal-score.js</code>): rent yield, cap rate, DSCR, financing signals</td><td class="srccell"><span class="srcb r">Real dataset</span></td></tr><tr><td><b>Deal Desk — demographics chart</b></td><td>U.S. Census median gross rent & income, LA-area cities</td><td>Carried in the <code>demographics[]</code> block of deals-sample.json and charted live</td><td class="srccell"><span class="srcb r">Real dataset</span></td></tr><tr><td><b>SWOT snapshot</b></td><td>Derived from the reputation, revenue & competitive reads elsewhere in this brief</td><td>A small agent (<code>swotAgent()</code>) runs four lenses over one profile so the quadrant stays consistent with the rest</td><td class="srccell"><span class="srcb d">Computed</span></td></tr><tr><td><b>Competitors · channels · timing · partners · revenue</b></td><td>Analyst strategy, benchmarked to the Bisnow / CoStar / Real Deal / Commercial Observer playbooks</td><td>Authored as consulting recommendations — industry-standard models, not scraped metrics</td><td class="srccell"><span class="srcb a">Analyst view</span></td></tr><tr><td><b>Charts (reach, ROI, readership, growth)</b></td><td>Illustrative CRE-shaped figures around one real anchor — the observed LinkedIn count (818)</td><td>Estimates for shape & direction only. The live site ran no analytics for ~3 years, so measured traffic does not exist to chart</td><td class="srccell"><span class="srcb e">Illustrative</span></td></tr><tr><td><b>Hero & section imagery</b></td><td>Unsplash editorial stock (desaturated skyline / CRE photography)</td><td>Hotlinked, decorative only — carries no data meaning</td><td class="srccell"><span class="srcb a">Decorative</span></td></tr><tr><td><b>Brand films</b></td><td>Generated presenter videos (HeyGen) over CRE footage</td><td>Rendered to <code>/portal/videos/heygen-*.mp4</code>; appear on the page as they finish</td><td class="srccell"><span class="srcb d">Generated</span></td></tr></tbody></table>
+ <table><thead><tr><th>Section of the brief</th><th>Where it comes from</th><th>How it’s produced</th><th>Provenance</th></tr></thead><tbody><tr><td><b>Portfolio, owner, team & contact</b></td><td>The client's own materials — the package supplied by Daniel Ginzburg (CFO, Dandeana Corp), Jul 2026</td><td>Transcribed into <code>data/client.json</code> and rendered verbatim</td><td class="srccell"><span class="srcb v">Client-verified</span></td></tr><tr><td><b>Sublease.com market size & revenue</b></td><td>"Sublease.com Business Plan & Market Strategy," April 2026 (confidential, client-supplied)</td><td>Figures ($650B market, ~$5.9M Year-2 mix) lifted straight from the plan and charted</td><td class="srccell"><span class="srcb v">Client-verified</span></td></tr><tr><td><b>Website & page-by-page audit</b></td><td>Live rentv.com — every page loaded and screenshotted directly</td><td>Adversarial teardown; a grade + fixes authored per page. The dead analytics tag (UA-148799896-1) was read from the live page source</td><td class="srccell"><span class="srcb o">Observed live</span></td></tr><tr><td><b>Live Deal Desk — listings & map</b></td><td>Real LA-area CRE listings sampled from CRCP into <code>data/deals-sample.json</code></td><td>Deal scores computed by a transparent weighted model (<code>deal-score.js</code>): rent yield, cap rate, DSCR, financing signals</td><td class="srccell"><span class="srcb r">Real dataset</span></td></tr><tr><td><b>Deal Desk — demographics chart</b></td><td>U.S. Census median gross rent & income, LA-area cities</td><td>Carried in the <code>demographics[]</code> block of deals-sample.json and charted live</td><td class="srccell"><span class="srcb r">Real dataset</span></td></tr><tr><td><b>SWOT snapshot</b></td><td>Derived from the reputation, revenue & competitive reads elsewhere in this brief</td><td>A small agent (<code>swotAgent()</code>) runs four lenses over one profile so the quadrant stays consistent with the rest</td><td class="srccell"><span class="srcb d">Computed</span></td></tr><tr><td><b>Competitors · channels · timing · partners · revenue</b></td><td>Analyst strategy, benchmarked to the Bisnow / CoStar / Real Deal / Commercial Observer playbooks</td><td>Authored as consulting recommendations — industry-standard models, not scraped metrics</td><td class="srccell"><span class="srcb a">Analyst view</span></td></tr><tr><td><b>News + conference rivals (LA → West)</b></td><td>Public web research on each outlet’s news + event programming (Bisnow, Connect CRE, France Media / Western RE Business, CREJ, AZRE, LABJ, The Registry, GlobeSt, NAIOP)</td><td>Compiled Jul 2026; each outlet’s conference franchise verified from its own events pages</td><td class="srccell"><span class="srcb o">Observed live</span></td></tr><tr><td><b>Charts (reach, ROI, readership, growth)</b></td><td>Illustrative CRE-shaped figures around one real anchor — the observed LinkedIn count (818)</td><td>Estimates for shape & direction only. The live site ran no analytics for ~3 years, so measured traffic does not exist to chart</td><td class="srccell"><span class="srcb e">Illustrative</span></td></tr><tr><td><b>Hero & section imagery</b></td><td>Unsplash editorial stock (desaturated skyline / CRE photography)</td><td>Hotlinked, decorative only — carries no data meaning</td><td class="srccell"><span class="srcb a">Decorative</span></td></tr><tr><td><b>Brand films</b></td><td>Generated presenter videos (HeyGen) over CRE footage</td><td>Rendered to <code>/portal/videos/heygen-*.mp4</code>; appear on the page as they finish</td><td class="srccell"><span class="srcb d">Generated</span></td></tr></tbody></table>
<div class="srcnote"><div class="i">⚙</div><div><h4>How this document is built</h4><p>This portal is generated, not hand-typed. Client-supplied facts live in <code>data/*.json</code>; a build step (<code>build.mjs</code>) renders them into the page and redraws the charts & map on every deploy — so the brief updates when the underlying data does. Nothing is invented at page-load: the charts read fixed datasets, the Deal Desk reads a real listing sample, and projections appear only where the row above is labelled <b>Illustrative</b>.</p></div></div>
</div></section>
← be83194 portal: add Sources & Methodology data-provenance section
·
back to Consulting Rentv Com
·
admin: Low Hanging Fruit ranked panel (ROI÷time, quick-wins 76bb0d0 →