Landing Page • Features • Get Started • How It Works • Docs
You're on a sales call. The prospect throws a curveball. You freeze.
What if you had an expert whispering exactly what to say?
Wingman AI sits invisibly in your Google Meet calls and delivers real-time suggestions, powered by your own documents, your own AI personas, and live emotion detection. No server. No subscription. No data ever leaves your browser.
Unlike meeting bots, Wingman is completely invisible to other participants. No "AI assistant has joined" notification. No extra face in the grid. It's a browser extension overlay — your private advantage that nobody else on the call can see.
Bring Your Own Keys. No backend. No middleman. No data collection. Period.
Your audio, transcripts, and API keys never touch a server we control. The extension talks directly to your AI providers from your browser. You own your data completely.
┌─────────────────────────────────────────────────────────────────────┐
│ YOUR BROWSER │
│ │
│ Google Meet ◄──── Chrome Extension (Overlay + Audio Capture) │
└─────────────────────────────────────────────────────────────────────┘
│
┌──────────────────┼──────────────────┐
▼ ▼ ▼
┌───────────┐ ┌───────────┐ ┌───────────┐
│ Deepgram │ │ Gemini │ │ Hume AI │
│ Nova-3 │ │ 2.5 Flash │ │ Emotions │
│(Your Key) │ │(Your Key) │ │(Your Key) │
└───────────┘ └───────────┘ └───────────┘
Speech→Text Text→Suggestions Audio→Emotions
🔌 Multi-Provider Support — Not locked into one AI provider
Choose the AI provider that works for you and switch anytime:
- Google Gemini — Gemini 2.5 Flash, 2.5 Pro
- OpenRouter — Claude Sonnet 4.6, Claude Opus 4.6, GPT-5.4, GPT-5.4 Mini, Llama 3.3 70B
- Groq — Llama 4 Scout, GPT-OSS 120B, GPT-OSS 20B, Qwen3 32B (blazing fast)
Step 1 → Get free API keys
| Service | Free Tier |
|---|---|
| Deepgram (speech-to-text) | $200 credit (~100 hours) |
| Google Gemini (AI suggestions) | 1,500 requests/day |
| Hume AI (emotions, optional) | Free tier available |
Step 2 → Clone, install, build
git clone https://github.com/AntoineDubuc/wingman-ai.git
cd wingman-ai/wingman-ai/extension
npm install && npm run buildStep 3 → Load in Chrome
Open chrome://extensions/ → Enable Developer mode → Load unpacked → select extension/dist
Step 4 → Configure and go
Click the Wingman icon → Options → paste your API keys → pick a persona → join a Google Meet → Start Session. That's it.
cd wingman-ai/extension
npm run dev # Watch mode — rebuilds on save
npm run build # Production build
npm test # Unit tests (Vitest)
npm run typecheck # TypeScript strict check
npm run lint # ESLint📖 Engineering Documentation
- Getting Started — Setup and onboarding
- File Structure — What each file does
- Code Patterns — Copy-paste patterns
- Architecture — System diagrams
- Flow Diagrams — End-to-end feature traces
Built with: TypeScript (strict) · Chrome Manifest V3 · Vite · Deepgram Nova-3 · Google Gemini · Hume AI · IndexedDB · Google Drive API
Stop winging it. Start winning.
Copyright © 2025-2026 Antoine Dubuc / AI Entourage, Inc. All rights reserved.






