What's New
The latest updates and improvements to Hey Jarvis.
15 August 2026
Settings, Toast Notifications & Changelog
- +Settings page now has fully functional memory management — view learned facts and clear all memory
- +Manage subscription button now opens the Stripe billing portal directly
- +Toast notifications for connection errors, STT failures, and reconnection events
- +Added this changelog page to track updates
- +Greeting audio only plays once per browser session to avoid repetition on refresh
- +New SVG favicon for cleaner branding across tabs and bookmarks
14 August 2026
Admin Dashboard, Analytics & Pricing
- +Admin dashboard at /admin with user stats, tier distribution, and daily usage charts
- +Interactive pricing comparison page with feature matrix
- +How It Works page explaining the voice pipeline
- +Animated orb improvements with smoother idle, listening, and speaking states
- +Dashboard greeting with quick stats (chats today, facts known, reminders)
- +Morning briefing offer on first connect each day
- +Conversation export — download your full chat history as JSON
13 August 2026
Auth, Streaming & SEO
- +Magic link authentication — passwordless login via email
- +Stripe integration for subscription billing (Core, Pro, Business tiers)
- +Real-time text streaming — see Jarvis's response as it generates
- +SEO improvements: sitemap, robots.txt, Open Graph image, structured data
- +Legal pages: Terms of Service and Privacy Policy
- +Session persistence with automatic reconnection
- +Mobile-friendly navigation with hamburger menu
- +Comprehensive documentation at /docs
12 August 2026
Foundation
- +Persistent memory system — Jarvis learns facts about you from conversations
- +Tool framework: web search, weather, reminders, calendar
- +Speech-to-text with browser Web Speech API
- +Text-to-speech with streaming audio playback
- +WebSocket-based real-time communication