OpportunIQ
Log inGet Started
Get Started
Log in

Changelog

What's New

The latest updates and improvements to OpportunIQ.

RSS Feed|Follow on X

April 2026

April 6, 2026Improved#

Invite Tokens in Emails & Admin UX

Invite emails now include the token code so users can sign up via link or manual entry. Admin invite flow redesigned for clarity.

  • Invite emails display the invite token code for all tiers (Johatsu, Alpha, Beta)
  • Resend uses the correct tier-specific email template instead of always sending Beta
  • Redesigned admin invite form with clear "Send Email" and "Copy Invite" buttons
  • Success state shows invite code with one-click copy for the full invite message
  • Added "Resend" button on the Invites table to re-send invite emails
  • Invite table actions use text labels (Copy Link, Resend, Revoke) instead of icons
  • Error and success feedback now visible before the modal closes
April 6, 2026New#

Invite-Only Beta & Changelog

OpportunIQ is now in invite-only beta with a four-tier access system. Users without an invite are directed to a waitlist.

  • Invite-only beta gate — Johatsu (founding 10), Alpha, Beta, and Public tiers
  • Waitlist page with referral codes that move users up the list
  • New admin Invites tab for creating, managing, and revoking invite codes
  • Referral chain tracking with depth (direct from alpha vs referred by beta)
  • Public changelog page at /changelog
  • Fixed onboarding SSR crash for smoother first-time experience
April 5, 2026Improved#

Dashboard Redesign & Launch Prep

Major dashboard overhaul with refreshed layouts, a full support page, chat rooms, and redesigned email templates.

  • Redesigned dashboard with Overview, Decisions, and Spending tabs
  • Full support page with real-time messaging between users and admins
  • Chat rooms for group discussions and launch weekend events
  • Outcome recording — log actual cost, time, and what went well or wrong
  • Notification preferences with per-type email toggles and quiet hours
  • Text-to-speech audio synthesis for diagnosis responses
  • Redesigned transactional emails — budget alerts, weekly digests, and onboarding reminders
  • Admin metrics dashboard with engagement analytics (DAU/WAU/MAU)
  • Cron jobs for weekly digest emails, budget overage alerts, and abandoned onboarding cleanup
  • Dark mode fixes across the dashboard
April 4, 2026Improved#

Light Theme & Admin Tools

Converted the entire app to a clean light theme and added new admin capabilities.

  • Light mode for admin panel, auth pages, and onboarding
  • Admin projects page — browse all diagnosed issues with status and detail views
  • User dashboard toggle for admin to switch between admin and user views
  • Command palette for quick navigation across the app
  • Consolidated routes to /dashboard/projects
  • Redesigned landing page with new visual identity
April 3, 2026New#

Landing Page v2 & Smarter Chat

Launched an all-new landing page with interactive savings calculator and streamlined the AI chat tool suite.

  • Redesigned landing page with new hero, features, how-it-works, and FAQ sections
  • Interactive savings calculator — adjust repairs per year, avg cost, and hourly value
  • Pricing page with Free, Pro, and Family tiers
  • New navbar, logo, and legal pages (privacy policy, terms of service)
  • Consolidated AI chat tools from 13 down to 9 for faster, more focused responses

March 2026

March 30, 2026New#

Server Actions, AI Guardrails & Observability

Replaced the entire GraphQL layer with Next.js server actions. Added AI safety guardrails, tracing, and a full evaluation pipeline.

  • Migrated from GraphQL/Pothos to Next.js server actions across all features
  • Langfuse tracing for AI call observability — latency, token usage, and cost tracking
  • Output guardrails and structured output for safer AI responses
  • Eval pipeline with hallucination detection, tool failure rates, and cost accuracy scoring
  • Outcome tracking — record actual results vs predictions with cost and time deltas
  • Quote submission flow — users submit real contractor/DIY quotes to improve community data
  • Replaced in-memory rate limiting with Upstash Redis for production-grade rate controls
  • New AI tools: product reviews, tutorial finder, and inventory check
  • Migrated analytics from Amplitude to PostHog with server-side event tracking
  • Added Sentry error monitoring with Discord and email alert integrations
  • 74 test suites with 797 tests and full E2E coverage for all major flows
March 29, 2026New#

Web Intelligence & Rate Limiting

Upgraded web data extraction with Firecrawl and added per-user rate controls.

  • Firecrawl search() API replacing Google scraping for cost data and forum threads
  • Structured JSON extraction replacing regex parsers for cleaner data
  • Firecrawl map/batch scraping for URL discovery and bulk data collection
  • Calendar reminder tool — schedule maintenance reminders from the AI chat
  • Firecrawl and Resend webhook integrations for delivery tracking
  • Per-user chat rate limiting and Firecrawl concurrency/credit controls
  • Feature flags for safe rollouts of new data sources
March 29, 2026New#

CI/CD Pipeline

Shipped a full CI/CD pipeline for reliable, automated deployments.

  • GitHub Actions CI/CD pipeline with lint, type-check, and test stages
  • Pre-commit hooks for code quality enforcement
  • Feature flags infrastructure for safe feature rollouts
  • Dependabot for automated dependency updates

February 2026

February 2026Improved#

Dashboard & Diagnose Improvements

Refinements across the diagnose view, DIY experience, and branding.

  • Updated diagnose view with improved layout and conversation flow
  • Refreshed DIY tab experience with better guide presentation
  • Updated marketing copy across the site
  • New OpportunIQ logo and brand identity
  • Bug fixes across dashboard, guides, calendar, and group modals

January 2026

January 31, 2026Improved#

Full App Redesign

Comprehensive redesign of the app with improved performance, accessibility, and web scraping reliability.

  • Complete app redesign with new visual identity across all pages
  • Improved Lighthouse performance and accessibility scores
  • Updated footer and feature pages
  • Fixed dashboard, guides, calendar, and group modals
  • Improved Firecrawl web scraping reliability and regex patterns
  • RFQ email tracking — see when contractors open and respond to quote requests
January 17, 2026New#

Voice Input & Safety Alerts

Added multilingual voice transcription with 45+ language coverage, Google Cloud Speech-to-Text for Cantonese, and improved safety classifications.

  • Multilingual speech-to-text transcription with 45+ language support
  • Google Cloud Speech-to-Text for Cantonese and other tonal languages
  • Text-to-speech audio synthesis for diagnosis responses
  • Safety alert, pending decision, and open issue types
  • Emergency metadata with severity and urgency classifications
  • Voice API usage tracking per provider (OpenAI Whisper, Google STT/TTS)
January 15, 2026New#

End-to-End Encryption

All sensitive user data is now encrypted end-to-end using AES-256-GCM with X25519 key wrapping. Financial records, AI conversations, and profile data are encrypted before leaving the browser.

  • E2E encryption for AI conversations with per-conversation symmetric keys
  • E2E encryption for financial data — income, expenses, and budgets
  • E2E encryption for user profile PII fields (name, phone, address)
  • X25519 public-key cryptography for key wrapping between household members
  • Household master key system — group encryption shared via member key shares
  • Encrypted attachment storage for photos, videos, and documents
  • Null-safe handling for encrypted calendar and dashboard data
January 14, 2026Improved#

Admin Dashboard & Onboarding Overhaul

Redesigned admin analytics, streamlined the onboarding flow, and improved auth reliability.

  • Redesigned admin analytics dashboard with updated charts and metrics
  • Admin audit log — tracks all admin actions for compliance
  • Admin settings panel — feature flags, maintenance mode, and platform configuration
  • New guides page for step-by-step project walkthroughs with difficulty levels
  • Guide progress tracking — bookmark, rate, and resume where you left off
  • Deferred user creation until onboarding completion for cleaner data
  • Fixed auth callback login loop by preserving session cookies
  • Fixed PKCE authentication errors and login hanging
  • Improved admin waitlist, referrals, and invites pages
January 7, 2026Improved#

Invite Tiers & Admin Routing

Improved the invite system with tiered access and resolved authentication reliability issues.

  • Invite tier system — Johatsu (founding), Alpha, Beta, and Public access levels
  • Referral code system with 8-character codes and usage tracking
  • Admin redirect to admin dashboard on login
  • Fixed PKCE authentication errors and login hanging
January 6, 2026New#

Gmail, Google Calendar & Financial Tools

Connect Gmail and Google Calendar to send contractor emails and schedule maintenance. Plus full financial management for individuals and households.

  • Gmail integration — draft and send contractor quote request emails in one click
  • Google Calendar integration — sync events and schedule maintenance reminders
  • Income, expenses, and DIY tasks now appear on the calendar
  • Calendar events with recurrence support (daily, weekly, monthly, quarterly, yearly)
  • Issue activity log and timeline tracking for full repair history
  • Group expense settings — approval workflows (none, threshold, required)
  • Custom expense categories per group with approval rule overrides
  • Budget contributions to shared group pool
  • User budget configuration — monthly limits, emergency buffer, risk tolerance
  • Vendor contact management — track contractors, quotes, ratings, and specialties
January 5, 2026New#

Groups, Expenses & Decision Voting

Collaborate with your household. Create groups, invite members, manage shared expenses, vote on DIY vs hiring, and track decisions together.

  • Create and manage household groups with postal code and search radius
  • Invite members by email with five role levels (coordinator, collaborator, participant, contributor, observer)
  • Accept, decline, and revoke group invitations with expiration and resend
  • Invitation history and audit log for compliance
  • Member role management — change roles, remove members, track changes
  • Personal expense tracking — add, edit, delete, and categorize recurring or one-time expenses
  • Group shared expenses with emergency flagging and recurring frequency
  • Income stream management — multiple sources with weekly, bi-weekly, monthly, or annual frequency
  • Decision voting — household members vote approve, reject, or abstain on repair options
  • AI-generated decision options with cost ranges, time estimates, risk levels, and PPE requirements
  • What-if scenario simulations for each decision option
  • Product recommendations — where to buy tools and parts locally with in-stock status
  • Email notifications for group changes, invitations, and decisions
January 4, 2026New#

AI Photo & Video Diagnosis

Upload a photo or record a video of any home or auto issue and get an instant AI-powered diagnosis with safety assessment.

  • Multimodal photo analysis with GPT-4o vision — snap a photo and get a diagnosis
  • Video recording with audio analysis — AI listens for engine noises, rattling, leaks
  • Diagnostic frame extraction at key moments in uploaded video
  • Multilingual voice input with real-time translation across 40+ languages
  • End-to-end encrypted attachment storage — photos encrypted in-browser before upload
  • AI generates diagnostic hypotheses ranked by confidence with evidence chains
  • Safety and urgency assessment — flags hazards before recommending DIY
January 3, 2026New#

User Onboarding

Guided onboarding flow to help new users set up their profile, location, income, and household group.

  • Multi-step onboarding wizard with progress tracking
  • Location setup with postal code geocoding for local cost data and contractors
  • Income setup for personalized DIY vs hire recommendations based on hourly value
  • Budget configuration — monthly limits and emergency buffer
  • Group creation and member invitation during onboarding

December 2025

December 2025New#

Initial Launch

OpportunIQ is born — AI-powered home and auto diagnosis with real cost data, contractor search, and community insights.

  • AI-powered diagnosis chat — describe any home, auto, or appliance issue by text
  • Real cost data from HomeAdvisor and Angi for your area — not AI guesses
  • DIY vs hire recommendation engine based on skill level, time value, and risk
  • Contractor search via Yelp and Foursquare with ratings and distance
  • One-click quote request emails drafted by AI
  • Reddit and forum thread search — real people sharing what they actually paid
  • DIY guides from YouTube, iFixit, and Instructables
  • Safety recall checks via CPSC and NHTSA databases
  • Permit and rebate checker for your area
  • Cost data caching by service type and region with 30-day expiry
  • Database schema with Drizzle ORM and Supabase authentication
  • Landing page and marketing site

That's where it all began.

OpportunIQ

Make smarter decisions about repairs and maintenance.

© 2026 OpportunIQ. All rights reserved.

Help CenterChangelogPrivacyTerms