Turn any webpage into an interactive knowledge surface. Select text, get instant explanations, definitions, and summaries.
- Install the extension from the Firefox Add-ons store https://addons.mozilla.org/en-US/firefox/addon/wingman-ai-web-companion/
- Double-click any text on any webpage
- Choose "Explain", "Define", or "Summarize"
The extension now sends feedback directly to your email via Resend.
Steps to set up email notifications:
-
Sign up for Resend:
- Go to resend.com
- Create a free account (100 emails/day)
-
Get your API key:
- Go to Resend dashboard → API Keys
- Create a new API key
- Copy the key (starts with
re_)
-
Add environment variables to Vercel:
- Go to your Vercel project settings
- Add these environment variables:
RESEND_API_KEY=your_resend_api_key_hereRECIPIENT_EMAIL=your-email@domain.com
-
Deploy:
- Push changes to trigger automatic deployment
- Feedback will now be sent to your email
# Install dependencies
npm install
# Run locally
npm run devPOST /api/ask- Get AI explanationsPOST /api/feedback- Submit feedback (now sends email)
- Instant text explanations
- Definitions and summaries
- Feedback system with email notifications
- Cross-browser compatibility
- Clean, minimal UI
- Frontend: Vanilla JavaScript, CSS
- Backend: Node.js, Vercel Functions
- Email: Resend API
- AI: Groq API (Llama 3.1)