40-minute free trial and Founding EditionNew users get 40 minutes of hosted coaching free. No credit card, no setup. Open StageWhisper and start a call.We also launched the Founding Edition: pay $99 once, keep lifetime access to every plan we ship. Early supporters keep everything.Persona-specific landing pages now show how StageWhisper fits sales, consulting, recruiting, and research workflows.
Local-first transcription with Parakeet ASRStageWhisper can now transcribe calls on your Mac. Audio stays on your machine. We use NVIDIA’s Parakeet TDT model through ONNX Runtime, so nothing leaves your laptop.Added a waitlist page for Windows and Linux users.
Free if you bring your own AIIf you run OpenClaw, StageWhisper’s call coaching is free. Connect your OpenClaw instance and get live suggestions, custom personas, and playbooks at zero cost.Released the Founding Edition pricing tier and published docs at stagewhisper.io/docs.
Durable task execution with HatchetMoved background AI reasoning to Hatchet’s durable execution engine. Tasks survive server restarts, retry on failure, and run with proper deadlines.Tightened rate limiting and security around user tokens.
Hatchet integration and stale job cleanupReplaced the old in-memory sweeper with Hatchet-managed workflows. Stuck background jobs now time out cleanly instead of hanging.Added retry logic for callback event delivery.
Bring your own AI assistantYou can connect your own AI reasoning service to StageWhisper. If your service goes down mid-call, StageWhisper falls back to hosted reasoning so coaching never stops.Health checks detect disconnects fast and reconnect when the service comes back.
BYO assistant reliability and session stabilityFixed a race condition where reconnecting a BYO reasoning service mid-call could hang the session. Switched to SHA-256 hashing for session tokens.Addressed 15 review findings from the BYO assistant pull request.
OpenClaw relay hardeningAdded a confirmation dialog before disconnecting your AI assistant. Relay message delivery now validates payloads, uses stable idempotency keys, and retries once on failure.
Real-time pub/sub for AI assistant bridgeReplaced polling with PostgreSQL pub/sub for the AI assistant bridge. Messages from OpenClaw now arrive instantly instead of on a two-second delay.Published the OpenClaw-StageWhisper channel as a standalone package.
OpenClaw assistant dispatchConnected OpenClaw as a live reasoning provider. StageWhisper sends conversation context to your OpenClaw instance during the call and shows responses on screen in real time.
Playbook frameworkBuilt the playbook system. Define step-by-step frameworks (MEDDPICC, BANT, custom checklists) and StageWhisper tracks your progress through each step during the call.Added playbook templates for common sales and consulting workflows.
Resumable sessionsIf your app closes mid-call, you can pick up where you left off. Sessions resume with the full transcript and coaching state intact.Fixed race conditions around session segment tracking and async desktop events.
Subscription management and pricing pageAdded a pricing page showing what each plan includes. Users can manage their subscription, change plans, and view invoices from the app.
Privacy controls and desktop consentAdded privacy consent flows to the desktop app. You choose what audio gets captured and what gets shared before anything leaves your machine.
Polished landing pageRedesigned the landing page with feature reveal animations, mobile-responsive navigation, and gated downloads that verify you are human before handing over the installer.
Personality voice setupYou can now set up your coaching personality by speaking to it. Tell StageWhisper how you want feedback and it adjusts its tone and style.Added toggle controls for individual insight signals.
Live STT-LLM coaching pipelineShipped the core real-time pipeline: speech-to-text feeds into the language model during your call. Suggestions show up on screen while you talk. No waiting until the call ends.Added Silero VAD for voice activity detection so the system only processes speech, not background noise.
Vocal tone analysisStageWhisper reads vocal tone in real time. It tracks eight dimensions (hesitation, confidence, tension, momentum, and more) and shows you how the conversation feels as it happens.
Visual overhaul and session panelReplaced the landing page gradient with an animated blinds shader. Updated brand copy.Widened the session panel, simplified the tone legend, and stopped sending raw mic audio over the websocket. Only transcripts travel to the server now.
Custom personasYou can create custom coaching personas. Each persona has its own personality, expertise, and coaching style. Switch personas between calls.
Insight signal pipelineBuilt the signal extraction system. StageWhisper pulls structured coaching signals from the live transcript: commitments, objections, questions, action items, and more. All in real time.
Session recorder and desktop brandingAdded the session recorder: StageWhisper captures the full call and makes a searchable transcript when you finish. Audio stays local.Set up brand identity with app icons, bundle identifiers, and the first DMG installer for macOS.
Stripe billing and entitlementsIntegrated Stripe for subscription billing. Added webhook handling, entitlement checks, and usage caps.Users can manage settings from a dedicated window.
User authentication and backend APIBuilt the auth system: email/password signup, login, JWT tokens, and account management. Connected the desktop app to the cloud backend.
Keyboard shortcuts and session stateAdded global keyboard shortcuts so you can control StageWhisper without switching windows during a call. Improved session state tracking.
Transcript panel and suggestion engineBuilt the transcript panel that shows live transcription and coaching suggestions side by side. Added global shortcuts for toggling the panel during calls.
Desktop app foundationFirst working version of the desktop app. Screen sharing privacy controls, live transcript panel, and a clean overlay UI that sits beside your call window.
Tauri desktop app bootstrapInitialized the Tauri app with React, Vite, and macOS private API support for system audio capture. This is the shell that became StageWhisper.
Skill system and constitutionBuilt the skill installer and validation framework. Defined the product constitution, the rules StageWhisper follows when coaching.