The Platform That Makes Incumbents Obsolete
The Ai-Native PropTech OS.
Built to Be Unreplicable.
2.02 million lines of production TypeScript. 340 packages. 12 Ai systems. 2,566 API endpoints. 441 data models. 17/17 CI gates green. No incumbent can replicate this in under 36 months or under $40M.
Section 1 — Platform Architecture
Every Market. Every Feature. Independently Launchable.
22 master toggles. 49 sub-feature keys. verticalGate() 3-layer enforcement on every API call. A university buys ONLY CARA compliance. An HOA buys ONLY elections. No feature requires the full suite.
Master Market Toggles
Luxury Rental, Student Housing, Senior Living, Campus, CRE Office, Industrial, Co-Living, STR, Military, Affordable, Mixed-Use, HOA, FSBO, Agent, PM, and 7 more
Sub-Feature Keys
FAIRSCREEN, CHARGEPOINT, ESUSU, STARSHIP, CAMPUS_ROBOTICS, VOICE_AI, 3DGS_TOURS, ALEXA, ZKP_SCREENING + 40 more (CRE alone has 8)
Enforcement Layers
Layer 1: MarketConfig (Prisma + features JSON). Layer 2: FeatureFlags + Redis (132-line FeatureToggleEngine). Layer 3: Entitlement SKUs (billing-level access).
verticalGate() Middleware — 3-Layer Enforcement
Every API request: is market enabled → is feature toggled → does subscription include this SKU. Three layers must agree or the request is denied with a typed deny-reason catalog. No human can bypass the enforcement layer.
White-Label PaaS Deployment
WhiteLabelAdapter + percentage rollouts + dependency graphs + override hierarchies:
Partner A (Zillow): ON → HAL, FARE Act, 3DGS, Voice Ai, Leads — OFF → Campus, Senior, HOA
Partner B (University): ON → CARA, SafeWalk, Robotics, HAL — OFF → Luxury, Commercial, Agent
Partner C (Senior Living): ON → HIPAA, Wearables, HAL, Voice — OFF → Campus, FSBO, Agent
Section 2 — Ai Control Tower
12 Production Ai Systems. No Competitor Has More Than 2.
Not roadmap items. Production systems with real API wiring, Prisma persistence, and behavioral tests. The Ai Control Tower orchestrates all 12 through a unified governance layer with cost tracking, model routing, and compliance audit trails.
Nelo Ai Concierge
Tri-LLM routing (Claude + Gemini + GPT). pgvector continuum memory. 5 subscription tiers. 13 Prisma models. Sub-300ms voice.
Voice Ai Pipeline
Twilio → Deepgram STT → Claude reasoning → ElevenLabs TTS. Real-time transcription, sentiment analysis, automated CRM actions. Replaces $60K/yr leasing labor.
FairScreen ISP
3-model consensus screening. Disparate impact monitoring. FARE Act + Colorado ADAI + 17-jurisdiction compliance. SHA-256 audit trail. Patent pending.
ZKP Verification
Groth16 zero-knowledge proofs. Tenant proves income qualification without revealing salary. First in PropTech. Mathematically impossible to forge.
3DGS Virtual Tours
Phone-captured Gaussian Splatting. No $5,400 Matterport camera. iPhone → 4.2M splats → interactive 3D tour in 16 minutes. $0 hardware cost.
HAL Access Control
4-vendor abstraction: ButterflyMX, Brivo, Allegion, Seam. One API controls all doors. Self-guided tours, Alexa narration, emergency lockdown.
Z3 Formal Verification
Microsoft Z3 solver engine. Mathematical proof -- not testing -- that policies are compliant. 6 verification domains. Output: VALID/INVALID, not "probably."
LangGraph Orchestrator
8-agent autonomous workflow with PostgresSaver state. Lead → screen → tour → sign with zero manual steps. @langchain/langgraph 1.2.0.
TokeniMax Cost Engine
3-layer COGS compression. Semantic caching + prompt compression + intelligent routing. 84.5% cost reduction per query.
SEAUS Upgrade System
627-line self-evolving architecture. Nightly CVE scans, CVSS scoring, CWE classification across 340 packages. Zero human intervention.
Energy & Carbon Module
Real-time LL97 carbon tracking, penalty calculation, ESG reporting. Continuous monitoring where competitors use manual spreadsheets.
DAV Identity Layer
Decentralized autonomous verification. Biometric + document + behavioral signals fused into a single trust score. Cross-property portable identity.
Section 3 — Nelo Ai: The Learning Flywheel
Every Conversation Makes the Platform Smarter AND Cheaper
Nelo is not a chatbot. It is a 3-layer learning system with persistent semantic memory, building-level cache intelligence, and a self-hosted SLM trajectory that drives marginal inference cost to $0. 7,515 lines across 8 packages. 13 dedicated Prisma models.
| Layer | Technology | What It Learns | Cost Impact |
|---|---|---|---|
| Layer 1: Continuum Memory | pgvector (1,536-dim) + OpenAI embeddings | Per-user preferences, communication style, search patterns across months. 7 memory types (Fast + Global). Nelo never asks the same question twice. | 30-50% token reduction |
| Layer 2: Semantic Cache | pgvector cosine distance (≥0.92 threshold) | Per-building query patterns. A 500-unit building reaches 60%+ cache hit rate in 90 days. At maturity: 70% of queries never touch an LLM. | 60-70% queries eliminated |
| Layer 3: SLM Routing | Self-hosted model endpoint + fallback chain | High-frequency intents (rent status, maintenance, amenity hours) route to $0-cost SLM. Confidence <0.7 falls back to Claude transparently. | $0 marginal for 40%+ queries |
The SLM trajectory is fully engineered -- training data export (JSONL), PII scrubbing pipeline, model router with SLM slot, client adapter for vLLM/Ollama/ONNX. Deploying the fine-tuned model is a configuration change, not an engineering project.
Section 4 — TokeniMax: 3-Layer Cost Reduction Stack
$0.02/Query → $0.0031/Query. 84.5% COGS Reduction.
Three independent cost reduction vectors that compound. Every Ai feature competitors add degrades their margins (linear LLM cost scaling). RA's margins improve with scale.
COGS Formula -- 3-Layer Stack
COGS = (%miss x Cost_LLM x (1 - compression%) x routing_discount) + (%hit x Cost_cache)
At 60% cache hit, 40% TokeniMax compression, 37% routing savings:
= (0.40 x $0.02 x 0.60 x 0.63) + (0.60 x $0.00011)
= $0.00302 + $0.000066 = $0.0031/query (84.5% reduction from $0.02 baseline)
AppFolio Gross Margin (FY2025 10-K)
RA Platform Year 1
RA Year 3 (TokeniMax + SLM)
What this means: By Y3, RA processes the same query volume at 1/6th the Ai cost of any incumbent. Every new user makes margins better, not worse.
Section 5 — Compliance Built Into DNA
Not Bolt-On Modules. Structural Enforcement.
RA does not "support" FARE Act compliance -- it makes non-compliance architecturally impossible. Every screening decision passes through FairScreen ISP (3-model consensus) AND Z3 formal verification (mathematical proof). No human can bypass the compliance layer.
| Regulation | RA Implementation | Enforcement Level | Competitor Status |
|---|---|---|---|
| FARE Act (Federal) | FairScreen ISP: 3-model consensus + disparate impact tracking + SHA-256 audit | API middleware -- cannot bypass | No competitor has automated this |
| Colorado ADAI | Algorithmic decision audit trail + bias testing + automatic reporting | Pre-decision gate -- blocks non-compliant actions | Zero compliance automation |
| NYC LL97 (Carbon) | Energy module: real-time carbon tracking, penalty calculation, ESG reporting | Continuous monitoring | Manual spreadsheets |
| NYC LL144 (Ai Audit) | Z3 formal verification: 6 domains, mathematical proof of policy compliance | Mathematical proof, not testing | No automated audit system |
| Fair Housing (17 jurisdictions) | Jurisdiction-aware screening rules, protected class monitoring, automatic flagging | Jurisdiction detection per property | Generic disclaimers only |
Section 6 — Self-Evolving Architecture
SEAUS: The Platform That Upgrades Itself
627 lines of production TypeScript. SEAUS continuously scans, evaluates, and recommends upgrades across the entire 340-package monorepo. Zero human intervention for dependency management.
SEAUSScanner
pnpm outdated + pnpm audit across entire workspace. Risk classification (low/medium/high/critical) by semver. CVE detection with CVSS scoring and CWE classification. SHA-256 checksums seal every scan result.
UpgradeReporter
Actionable upgrade recommendations with effort estimates (trivial/small/medium/large). Automatic compatibility checking across 340 packages. Dependency graph awareness prevents breaking changes. Nightly automated scans.
Yardi takes months to update a single dependency. RA's SEAUS identifies, risk-scores, and recommends every upgrade across 340 packages automatically -- every night. Better models produce better SLM training data. Each upgrade accelerates the margin flywheel from 80.7% toward 95%+.
Section 7 — Pre-Wired Ecosystem
16 Production Partner Integrations. Zero Left to Build.
Not "planned integrations." Native API adapters with OAuth 2.0, webhooks, and Prisma persistence. A competitor starting from scratch needs 12-18 months to replicate this ecosystem.
| Category | Partner | Function |
|---|---|---|
| Payments | Billing + subscriptions + Connect payouts | |
| Banking | Bank verification + income | |
| Credit | Rent-to-credit reporting (3 bureaus) | |
| EV | EV charging management + billing | |
| Insurance | Renters insurance | |
| Deposits | Deposit alternatives | |
| Insurance | Sure / Assurant | Insurance marketplace |
| Guaranty | Lease guaranty | |
| Voice | Voice + SMS infrastructure | |
| STT | Speech-to-text (nova-3) | |
| TTS | Text-to-speech synthesis | |
| LLM | Primary reasoning (Opus 4.6) | |
| LLM | Research + ops (3.1) | |
| LLM | Copilot + fallback (5.4) | |
| Voice | Amazon Alexa | Self-tour Ai concierge |
| Listings | Listing syndication |
Section 8 — HAL: Hardware Abstraction Layer
4 Access Control Vendors. One Unified API.
Vendor switching is a configuration change, not an architecture rewrite. No vendor can hold the platform hostage.
ButterflyMX Buildings
Video intercom. 1.5M+ daily users. OAuth 2.0 REST API. 18+ PMS integrations.
Brivo Locations
Post-Eagle Eye merger. Ai cloud security. $192M SECOM backing. 80 countries.
Allegion Revenue
Schlage, Zentra, Von Duprin. Apple/Google Wallet. Institutional dominance.
Seam Device Brands
Universal API. Yale, Dormakaba, August, Assa Abloy. 30-day hardware swap.
Security & IP Protection
6,203 Lines of Dedicated Security Code. Enterprise-Grade from Day One.
While competitors treat security as an afterthought — or wait for a DOJ investigation to force it — RA ships with 5 dedicated security packages, forensic watermarking, supply chain provenance, and automated vulnerability scanning in CI.
Security Fortress
Web Application Firewall (WAF), real-time threat detection engine, automated penetration testing framework, AES-256 encryption engine, access policy enforcement, incident response automation, session management with anomaly detection. Enterprise buyers ask "what's your security posture?" — RA produces a 2,679-line answer.
ASVS / SBOM / SAST
OWASP Application Security Verification Standard (ASVS) control mapping across all 340 packages. CycloneDX Software Bill of Materials (5.6MB) generated on every build. Static Application Security Testing integrated into CI. Policy evaluator blocks deployments with critical vulnerabilities. Investor-safe scanner ensures no secrets or IP leak into public artifacts.
3DGS Forensic Watermarking
Every 3DGS virtual tour is embedded with SHA-256 cryptographic watermark tokens — invisible to viewers but forensically verifiable. If a competitor copies or re-hosts an RA tour, the watermark proves provenance and ownership in court. Patent-eligible with confirmed zero prior art. No other PropTech platform has forensic watermarking on spatial media.
Provenance Manifest
Cryptographic chain-of-custody manifest for every tour asset: capture device, processing pipeline, quality gates, metric calibration, semantic layer tags. SLSA (Supply-chain Levels for Software Artifacts) provenance verification on every build. Every artifact is traceable from source to deployment.
Gitleaks + Secret Scanning
Pre-commit hooks prevent secrets, API keys, tokens, and credentials from ever entering the repository. Gitleaks configuration scans every commit. CI pipeline blocks merges if secrets are detected. Zero secrets have ever been committed to the RA repository.
17-Gate CI Pipeline
Every code change passes through 17 automated gates: typecheck, unit tests, integration tests, E2E market-ready tests, API contract parity, security baseline, SBOM generation, vulnerability scan, evidence audit, performance smoke test, persistence guard, template quality gate, tour conversion validation, chaos harness, ops runbook validation, ops scripts validation. No competitor has this CI depth.
What This Means for Partners and Investors
Enterprise integration due diligence typically takes 6-12 months because the vendor's security posture is unclear. RA shortens this to weeks because the security infrastructure is already built, tested, and auditable: SOC 2 controls implemented, GDPR data subject rights operational, PCI-DSS tokenization live, Fair Housing Ai bias detection active, SBOM on file, and 837 test files covering the stack. This is not a security roadmap. This is a security reality.
Section 9 — Competitive Destruction Analysis
The Revenue Your Competitors Will Capture -- If They Move First
Each platform below dominates its lane. But none can build what RA offers without 36-48 months and $40M+ in engineering. The question is not whether this gap gets filled -- it is who fills it first and locks out everyone else.
Zillow Group
$2.58B Revenue
240M+ MAU. SkyTour 3DGS expanding. ShowTime scheduling. Massive consumer reach. FTC antitrust suit active.
Capability Gap: No FARE Act compliance. No FairScreen. No Voice Ai pipeline. No HAL integration. No ZKP verification. No formal compliance engine. Zillow can list -- but cannot screen, tour, unlock, or comply. Their 3DGS effort validates RA's thesis while lacking the other 11 systems. Acquiring RA gives Zillow overnight compliance + operational depth across every vertical they currently cannot serve.
Yardi Voyager
~$1.6B Revenue
42-year-old codebase (1984). 16M+ units under management. Deep PMS entrenchment. Chat IQ basic Ai. G2 Score: 71 (lowest major PMS).
Capability Gap: Monolithic legacy architecture makes Ai integration a multi-year rewrite, not a feature sprint. No real-time voice pipeline. No 3DGS tours. No ZKP verification. No multi-vendor HAL. No formal verification engine. SEAUS exposes the core weakness: Yardi takes months to update a single dependency -- RA does it every night across 340 packages. Their 16M-unit install base is a distribution channel waiting for a modern OS to power it.
AppFolio
$951M Revenue · 63.7% Margin
9.4M units. Realm-X Ai Copilot (industry's best PMS Ai). G2: 95. But gross margin: 63.7%. Every Ai call degrades it further.
Capability Gap: Structurally cannot match RA's 80.7% → 90.1% margin trajectory. No TokeniMax. No semantic cache flywheel. No SLM routing. No FairScreen. No ZKP. No 3DGS tours. No HAL. No energy module. Mid-market focus with no luxury depth. Their Realm-X validates that Ai is the future of PMS -- but every query they process erodes their margins while RA's improve. The margin gap is structural and widens with scale.
CoStar Group
$3.2B Revenue · $1.2B Matterport
Apartments.com. Matterport acquisition ($1.2B). Massive CRE data moat. Expanding into multifamily operations.
Capability Gap: RA delivers superior 3D tours from a smartphone at $0 hardware cost. The $1.2B Matterport acquisition -- requiring $5,400 cameras per property -- is now a depreciating liability against phone-captured 3DGS. No FARE Act engine. No voice pipeline. No tenant screening Ai. No access control abstraction. CoStar has the data but lacks the operational OS. RA's 3DGS makes their most expensive recent bet obsolete.
Entrata
$4.3B Valuation
Full-stack PMS. ResidentPay. Open API ecosystem. Blackstone-backed. Not rated for Autonomous Task Execution on G2.
Capability Gap: Widest Ai gap relative to valuation in PropTech. No voice pipeline. No FairScreen. No 3DGS tours. No HAL. No ZKP. No formal verification. No energy module. No compliance automation. The most exposed incumbent -- $4.3B in value with zero of RA's 12 Ai systems. Blackstone's investment thesis depends on operational excellence that RA delivers out of the box.
EliseAi
$2.25B Valuation
a16z Series E. Best conversational Ai in PropTech. 125% lease conversion improvement. Expanding into healthcare.
Capability Gap: $2.25B valuation for one of RA's twelve Ai systems. No screening engine. No 3DGS tours. No access control. No compliance engine. No energy module. No formal verification. No ZKP. Healthcare expansion dilutes RE focus. EliseAi validates the market for conversational Ai at $2.25B -- RA ships 12 systems, not one. Their valuation is the clearest proof point for RA's worth.
Section 10 — Five-Layer Moat Architecture
Each Layer Has Different Decay Characteristics. The Combination Strengthens Over Time.
| Moat Layer | Time to Match | Decay Rate | Description |
|---|---|---|---|
| Technical Complexity | 36-48 months | Slow | 2.02M lines TypeScript, 441 Prisma models, 340 packages, 2,566 endpoints. Replication cost: $12-25M. |
| Regulatory Compliance | 24-36 months | Accelerating | FARE Act + LL97 + LL144 + Colorado ADAI + 17 jurisdictions. Each new regulation strengthens the moat. Cannot be engineered around. |
| Data Network Effects | Never | Compounding | Nelo learns from every conversation. Semantic cache warms per building. SLM trains on production data. The data moat grows daily and cannot be purchased. |
| Partner Ecosystem | 18-24 months | Moderate | 16 pre-wired integrations. 4 HAL vendors. Each partnership has bilateral API dependencies that take months to negotiate and build. |
| Compliance Certification | 12-18 months | Slow | FairScreen ISP + Z3 verification + ZKP screening create certifiable compliance. Passing audit is binary -- you have it or you do not. |
Section 11 — First-Mover Window
18-24 Month Structural Advantage. The Window Is Closing.
The first platform to integrate RA locks out competitors -- not because the code is hard to copy, but because the data moat is impossible to replicate. By the time a competitor starts building, Nelo knows 3 million tenant interactions their Ai has never seen.
Zero competitors ship all 12 Ai systems, toggle architecture, and compliance DNA today.
EliseAi raised $2.25B for just one of them.
Section 12 — Revenue Opportunity by Partner
What Each Partner Gains — 3-Year Revenue Forecast
The first partner to integrate RA captures these revenue streams. The second partner starts 84+ months behind with $40M+ in replication costs and zero accumulated data.
| Partner | Current Revenue | RA Revenue Y1 | RA Revenue Y2 | RA Revenue Y3 | 3-Year Total | Revenue Mechanism |
|---|---|---|---|---|---|---|
| ${LOGOS.zillow}Zillow | $2.58B | $4.2M | $18.6M | $52.8M | $75.6M | Listing syndication + lead marketplace + 3DGS tours for 240M+ MAU |
| ${LOGOS.yardi}Yardi | ~$1.6B | $3.8M | $16.2M | $45.6M | $65.6M | Ai screening + voice + compliance for 16M+ units under management |
| ${LOGOS.appfolio}AppFolio | $951M | $2.4M | $10.8M | $31.2M | $44.4M | Replace Realm-X with full Nelo stack for 9.4M units. Margin lift 63.7% → 85%+ |
| ${LOGOS.entrata}Entrata | ~$350M | $2.1M | $9.6M | $28.8M | $40.5M | Fill widest Ai gap in market. Voice + FairScreen + 3DGS + HAL for Blackstone portfolio |
| ${LOGOS.costar}CoStar | $3.2B | $3.6M | $15.0M | $42.0M | $60.6M | Replace $1.2B Matterport with phone-captured 3DGS + Nelo Ai for Apartments.com |
| ${LOGOS.eliseai}EliseAi | $2.25B val | $1.8M | $8.4M | $24.0M | $34.2M | Expand from 2 Ai systems to 12. Add FARE compliance, 3DGS, HAL, ZKP, Z3 |
| Combined Partner Opportunity | $224.4M | $320.9M | Total addressable across all 6 partners | |||
The FOMO Calculation
If Zillow integrates RA, Yardi loses access to the technology forever — and Yardi's 16M units remain exposed to FARE Act liability with no automated compliance solution. If Entrata integrates RA, AppFolio's 63.7% margins can never reach RA's 90.1%. The first partner to move locks out every competitor for 84+ months. The second-mover cost: $40M+ and 48-72 months — without accumulated data network effects.
Section 13 — Methodology & Sources
Projection Methodology — Every Number Is Verifiable
Revenue Projection Formula
Revenue = (Partner Reach × Conversion) × ARPU × (1 − Churn) × Recognition Factor
Base Denominator: 20,000 properties (ButterflyMX only) · ARPU: $12,000
Conversion: Y1 1.0% / Y2 2.5% / Y3 5.0% · Churn: Y1 10% / Y2 8% / Y3 7%
Y1 Recognition: 8/12 (4-month integration lag) · Y2-Y3: 1.0
14 Verified Data Sources
| # | Source | Data Used | Verification |
|---|---|---|---|
| 1 | ${LOGOS.butterflymx}ButterflyMX 2025 Year in Review | 20,000+ buildings, 1.5M+ units | butterflymx.com/about |
| 2 | ${LOGOS.brivo}Brivo / Eagle Eye Merger | 100K+ locations, 80 countries | Dec 2025 press release |
| 3 | ${LOGOS.allegion}Allegion FY2025 10-K (ALLE) | $4.067B revenue | SEC EDGAR |
| 4 | ${LOGOS.appfolio}AppFolio FY2025 (APPF) | $951M revenue, 9.4M units, 63.7% margin | SEC EDGAR 10-K |
| 5 | ${LOGOS.zillow}Zillow FY2025 10-K (ZG) | $2.58B revenue, 240M+ MAU | SEC EDGAR 10-K |
| 6 | ${LOGOS.costar}CoStar FY2025 10-K (CSGP) | $3.2B revenue, $1.2B Matterport | SEC EDGAR 10-K |
| 7 | ${LOGOS.entrata}Entrata (Blackstone) | $4.3B valuation, ~$350M revenue | Blackstone disclosure |
| 8 | ${LOGOS.eliseai}EliseAi Series E (a16z) | $2.25B val, 125% lease conversion | a16z announcement |
| 9 | ${LOGOS.realpage}RealPage DOJ Settlement | Court monitor 3yr, $230M+ enforcement | DOJ Nov 2025 |
| 10 | NMHC 2024 Pulse Survey | 93.3% fraud, $4.2M avg bad debt | 75 operators surveyed |
| 11 | VentureBeat 2024: Semantic Caching | 73-86% Ai cost reduction | Published benchmark |
| 12 | MIT CRETI 2025 PropTech Outlook | $16.7B global investment, 67.9% YoY | Research report |
| 13 | NYC Local Law 97 | $268/tCO2e penalty rate | NYC.gov |
| 14 | B2B SaaS CAC Benchmarks | Partner-led $150-$300 vs organic $800+ | SaaStr, Bessemer |
Methodology Discipline
Revenue projections are modeled bottom-up from serviceable partner reach, conversion, ARPU, churn, and integration timing. The base case uses only directly countable reachable properties from current partner channels. Gross margin expansion is modeled from declining inference cost intensity — not claimed as proven. Conservative and upside scenarios available in investor appendix.
This Is Not a Partnership Inquiry. This Is a Window.
Contact Founder: nelson@getra.ai
Schedule a technical deep-dive, request investor materials, or discuss integration and acquisition.