Knowledge > Products > WiseAI Realtor
WiseAI Realtor Overview
What It Is
The WiseAI Realtor System is a Canada-first AI front office for REALTORS®, teams, and (eventually) brokerages: a premium REALTOR website, an expert real-estate AI chat agent, AI voice lead capture, QR sign funnels, multilingual neighbourhood authority, DDF/REALTOR.ca listing support, and a lead dashboard with source/language/intent/summary tracking. It is a vertical of WiseAI Agency — not a separate codebase and not (today) a separate brand.
Positioning line: "The AI front office for modern REALTORS."
Status
| Field | Value |
|---|---|
| Positioning | Vertical under WiseAI Agency (founder decision, 2026-06-27) |
| Codebase | churchwiseai-web/ (shared) — RE code under src/lib/real-estate/, src/components/templates/RealEstate*, src/app/s/[slug]/, src/app/api/real-estate/, voice-agent-livekit/verticals/real_estate/ |
| Served on | Pro Website /s/[slug] → {slug}.john316.church subdomains / custom domains (e.g. teambeckett.ca) |
| Deploy branch | main → Vercel (same as churchwiseai.com) |
| First client | Team Beckett (Sutton Group, Woodstock ON) — demo live at /s/terry-and-sheri (unlisted, noindex) |
| Shipped | PR #1017 + ~16 follow-on PRs, merged to main 2026-06-25/26 |
| Dedicated brand domain | Not decided — see Open Questions |
What is already built
See do-not-reinvent.md for the full code map. Summary: real-estate Pro Website template, per-agent site-config registry, 14-guide GEO hub, listing detail + maps, QR yard-sign scan-to-lead, owner blog, Reviews Engine (Phase 2, owner-pressed), Listing Studio (AI MLS copy + fair-housing scrub), content editor (draft/publish), inert-but-ready DDF/RESO integration, multilingual chat + voice. Approved acceptance specs live in knowledge/acceptance/real-estate-*.md + reviews-engine-mvp.md.
What is deferred / greenfield
- Live MLS via CREA DDF — module ready; needs the brokerage to authorize John as a 3rd-party data provider at member.realtor.ca, then
DDF_ENABLED+ per-tenantmetadata.ddf.authorized. - Multilingual Phase 2 (Punjabi/Urdu) — design + copy drafted (Woodstock's fastest-growing, underserved buyer community); no script ships without native-speaker review. Phase 1 (es/fr/hi) builds on the existing multilingual chat/voice path.
- US IDX, brokerage/team RBAC hierarchy, per-language content generation — greenfield.
- Reviews Engine auto-cadence cron — owner-pressed only today (CASL); automation is a separate guarded build.
How to work on this
- Read START-HERE.md then do-not-reinvent.md before writing any RE code.
- Follow the new-vertical-launch runbook for any infra step (DNS, hostname rewrite, tenant tables, voice agent, Stripe).
- Respect the portfolio guardrails in root
CLAUDE.md(no cron sends, founder presses sends/pushes/deploys, branch off deploy branch, verify on deployed URL, evidence-or-nothing).
Open questions (not blocking)
- Dedicated Realtor brand/domain? Deferred. Today real estate is served under WiseAI Agency + Pro Website subdomains. If a standalone realtor-facing brand site is later wanted, follow the new-vertical-launch runbook (property-registry entry in
src/lib/property-registry.ts+ Python mirror, middleware host rewrite, marketing pages). - Pricing — RE uses the Pro Website + AI Front Desk price points today; a dedicated realtor package is undecided (source of truth would be
knowledge/data/pricing.yaml).