Show HN: Interview assistant that's invisible during screen sharing

1 hour ago 1

November 8, 2025

Ever been in an interview where a curveball question makes your brain take an unscheduled vacation? Yeah, me too. That's why I built a desktop app that acts as your AI copilot—listening, transcribing, and crafting intelligent responses in real-time.

Meet Realtime Interview Copilot: Desktop Edition—the evolution of the web version, now as a native desktop app with some serious superpowers.

What Makes It Special?

The killer feature: the app window is completely hidden during screen sharing. Share your screen on Zoom, Meet, or Teams, and it stays invisible. No awkward explanations, no scrambling—it just disappears from their view while staying functional on yours.

🎤 Real-Time Audio Capture

Captures system audio using loopback software (BlackHole for macOS, VB-Audio for Windows). The interviewer asks a question, Deepgram transcribes it instantly, and Google Generative AI crafts a context-aware response. All in seconds.

Realtime Interview Copilot Desktop Screenshot

🧠 Dual Modes

Copilot Mode: Detailed, structured responses for technical or behavioral questions.

Summarizer Mode: Quick summaries to keep track of the conversation.

Switch with Ctrl/Cmd + C or S shortcuts.

💬 Floating AI Assistant

Press K to summon an "Ask AI" box. Type any question mid-interview and get instant answers without breaking your flow.

Tech Stack

  • Frontend: React, Next.js, TypeScript, Tailwind CSS, Shadcn/UI
  • Desktop: Electron (cross-platform support)
  • Transcription: Deepgram API
  • AI: Google Generative AI
  • Backend: Cloudflare Workers

Key Features

Context-Aware AI: Provide your background, role, and company info upfront. The AI generates tailored responses—no generic fluff.

Response History: Save winning answers and build your personal library.

Keyboard Shortcuts: K (Ask AI), C (Copilot), S (Summarizer), Enter (Process), Escape (Clear).

Cross-Platform: Built for macOS, Windows, and Linux. Fully tested on macOS—Windows/Linux users, feedback welcome!

Getting Started

Audio Setup

You need audio loopback to capture system audio:

Check the README for detailed setup instructions.

Installation

git clone -b desktop-app https: cd realtime-interview-copilot pnpm install pnpm electron:dev # or pnpm electron:build for production

Usage

  1. Launch app → Configure audio device
  2. Enter interview context (role, company, background)
  3. Click mic → Start transcription
  4. Choose Copilot or Summarizer mode
  5. Hit Enter → Get AI responses
  6. Press K → Ask follow-up questions anytime

Why I Built This

Interviews are stressful, and not everyone performs their best under pressure. This tool helps reduce anxiety and communicate what you already know more effectively. Think of it as training wheels—it helps you until you can ride on your own.

Use responsibly: Always check your interview platform's terms of service. This is for assistance and learning, not deception.

Open Source & Community

73 stars on GitHub and growing. The code is fully open source—fork it, customize it, learn from it. That's the beauty of sharing.

Roadmap: Better Windows/Linux support, custom AI models, interview replay features, and more. But mostly, I want your feedback.


Status: ✨ 73 stars, v0.1.0, actively maintained

Whether you're prepping for FAANG or just need an interview confidence boost, give it a try. And if you find it useful, drop a star on GitHub—it fuels my coffee addiction. ☕️

Disclaimer: For educational and assistance purposes. Check your platform's ToS. Use responsibly.

Read Entire Article