← Streamsynq
Changelog

Every shipped feature, dated.

Updated weekly. See what’s coming next on the roadmap.

Sunday, April 26, 2026

  • FEATURE

    Per-competitor SEO landing pages

    Live at /vs/lofty, /vs/sierra-interactive, /vs/kvcore, /vs/structurely, /vs/follow-up-boss. Each with custom OG, structured data, and "when to stay" honesty.

  • FEATURE

    Public /status page

    Real-time per-subsystem health pulled live from production webhook_logs. SMS, voice, email, CRM sync, crons.

  • FEATURE

    Trust bar on /how-it-works

    Lists every vendor we integrate with: Follow Up Boss, GoHighLevel, kvCORE, Sierra, Twilio, Retell, Anthropic, Cal.com, Stripe.

  • FEATURE

    Custom OG images for 8 marketing pages

    Per-page Open Graph cards so iMessage / LinkedIn / Twitter previews render branded for /pricing, /vs, /faq, /refund-guarantee, /roadmap, /how-it-works, /tampa, /status.

  • FEATURE

    JSON-LD structured data sitewide

    Organization on every page, FAQPage on /faq, Product (AggregateOffer) on /pricing, SoftwareApplication on /how-it-works. Google rich results enabled.

  • FEATURE

    /refund-guarantee, /roadmap, /faq, /changelog public pages

    Founding-tier guarantee terms, weekly-updated roadmap, 13-question FAQ, this changelog. All paper-themed.

  • FEATURE

    sitemap.xml + robots.txt

    Marketing pages indexable; dashboard / admin / API / consent / branded-page routes blocked from crawlers.

  • FIX

    Working /unsubscribe endpoint

    Revokes consent_records, sets lead.consent_status = revoked, pauses reactivation cadence. Idempotent.

  • INTEGRATION

    Cal.com booking link

    cal.com/streamsynq/demo wired into agent_settings.booking_link_url for demo + Justin profile. AI sends real booking links during voice + SMS conversations.

  • RELEASE

    Sentry production error monitoring

    @sentry/nextjs wired across server / client / edge runtimes. 60-second alert window on production exceptions.

  • FEATURE

    Dual-mode theme — paper for marketing, dark for dashboard

    Inverted CSS variables on .theme-paper class. Marketing pages get warm cream + serif headers; dashboard keeps Bloomberg-terminal dark.

  • FEATURE

    Demo realtor account for sales screen-shares

    Maya Tran @ Bayshore Realty Group: 30 leads, 10 calls, 22 SMS messages, 4 showings, 1 branded page, 8 consent records — all synthetic but realistic. demo@streamsynq.io credentials.

Saturday, April 25, 2026

  • FIX

    Retell webhook attribution fix

    Resolves user_id from agent_id when call metadata is missing. Eliminated 89 prior silent failures from unattributable test calls.

  • FIX

    Welcome email decoupled from Stripe

    Fires on onboarding completion. Day3 / day7 sequence anchored on welcome — no longer gated on payment.

  • FIX

    Reactivation reply-to

    Lead replies to reactivation emails now route directly to the realtor inbox instead of disappearing.

  • FIX

    Booking link fallback

    If realtor hasn't set a booking URL, AI says "I'll have [realtor] reach out personally" instead of dropping the message.

  • FIX

    Consent page mobile keyboard

    Email + phone inputs bumped to 16px to prevent iOS auto-zoom on focus. Lead-facing.

  • INTEGRATION

    GoHighLevel CRM full sync

    Private Integration Token auth. Notes pushed to contact timeline on every AI activity. Verified end-to-end with real production GHL sub-account.

  • FEATURE

    A2P 10DLC legal pages

    /privacy, /terms, /sms-policy live on streamsynq.io with TCPA-compliant language. Submitted to The Campaign Registry.

  • FEATURE

    Multi-CRM adapter foundation

    Follow Up Boss + GoHighLevel full sync, kvCORE + Sierra stubs, BoomTown / Lofty manual integration. Single CrmAdapter interface.

  • FEATURE

    Inbound voice agent (Retell)

    Realtor leads can call the Twilio number; AI picks up, qualifies, escalates if needed.

  • FEATURE

    Hardened SMS conversational AI

    Anthropic-Claude-powered SMS. Handles STOP / HELP, captures criteria, sends booking link via marker tokens. Fair Housing safeguards.

  • FEATURE

    Post-call follow-up automation

    After call_analyzed, fires booking-link SMS if hot/warm + sms_consent + booking_link_sent=false.

  • FEATURE

    Reactivation cron + email warming

    Daily cron sends DB-driven email sequence to dormant leads. Resend warming pings build sender reputation.

  • FEATURE

    Test mode toggle

    Realtors can flip Settings → Test Mode to simulate AI behavior without spending Retell minutes / Twilio SMS.

  • FEATURE

    Activity timeline on lead detail

    Unified timeline of every event (call / SMS / email / consent / showing) per lead, in chronological order.

Friday, April 24, 2026

  • FEATURE

    Admin dashboard at /admin

    Cross-realtor stats + recent error feed for the founding team to monitor platform health.

  • FEATURE

    CSV bulk lead import

    Map any column layout, dedupe by phone+email, drop duplicates. Async import with per-row error reporting.