complete feature breakdown

Every Feature. Zero Detection.

5 categories of capture, audio, stealth, and practice tools — built for technical interviews where every second counts.

invisible to zoom / teams / discord<50ms latency13 global hotkeys
interview — acme systems REC
AZ
aarav — senior sde
asked via zoom

"you have an array of heights. how would you compute trapped rainwater in linear time?"

you
cam off
hirebotai hud — ghost: ON
✓ interview detected — zoom: acme systems
> reading question via alt+s ...
> "trapping rain water (hard)"
✓ answer generated · groq 38ms
def trap(height):
l, r, w = 0, len(height)-1, 0
lm = rm = 0
while l <= r: # O(n) time, O(1) space
if height[l] <= height[r]:
lm = max(lm, height[l])
w += lm - height[l]; l += 1
else: rm = max(rm, height[r])
w += rm - height[r]; r -= 1
✓ pinned to HUD — alt+h · ghost: ON

Core Capture & Solve

01 / 05

Screen Capture AI

Alt+S

Instantly capture the active window — code editor, browser, terminal, or IDE. AI analyzes the screenshot and returns complete solutions.

  • Auto-detects language: Python, C++, Java, JS, Go, SQL
  • Submission-ready code only — no fluff
  • Works on LeetCode, CodeChef, Codeforces, HackerRank, GeeksforGeeks & all coding platforms
  • Any window: VS Code, IntelliJ, PyCharm, browser, terminal

Silent Background Capture

Alt+O

Capture and solve in background without showing the HUD. Answer cached for instant reveal when you need it.

  • Zero UI footprint during capture
  • Answer cached for instant reveal
  • Stays hidden from screen recorders

Audio Intelligence

02 / 05

Dual-Channel Audio

Alt+A

WASAPI loopback captures interviewer audio from Zoom/Teams/Meet while your mic captures your voice. Both transcribed in real-time.

  • Interviewer: system audio loopback
  • Candidate: microphone input
  • Real-time Google Speech-to-Text
  • Speaker labels: [Interviewer] vs [You]

Interview Mode

Alt+I

AI listens to the interviewer and generates concise answers you can read aloud — in your own voice, using your resume context.

  • Answers as YOU (first-person POV)
  • 1-3 sentences max — natural delivery
  • Resume-aware: references your projects
  • Auto-restarts audio with context

Context & Preparation

03 / 05

Resume Manager (3 Slots)

Dashboard

Upload up to 3 resumes and set one active. AI parses and injects your experience into every answer — projects, stack, metrics.

  • Drag & drop PDF or text
  • Auto-extracts text from PDF
  • Preview parsed content
  • One-click activate/deactivate

Cheat Sheet Overlay

Alt+N

Markdown cheat sheets rendered on the HUD. Big-O, code snippets, system design patterns, SQL queries. Auto-saves as you type.

  • Syntax-highlighted editor
  • Toggle overlay on HUD
  • Scroll with Alt+Up/Down
  • Persistent across sessions

Practice & Improvement

04 / 05

Practice Room

Alt+P

Full mock interview simulator with Coding, System Design, and Behavioral modes. AI asks, you answer, get a scored report.

  • 3 interview types × 3 difficulty levels
  • 1-30 questions per session
  • Verbal + Coding workspace tabs
  • Detailed scorecard with 1-10 scores

Session History & Analytics

Dashboard

Every capture, audio session, and practice run logged locally in SQLite. Searchable timeline. Export to PDF.

  • Filter by type: screen, audio, practice
  • Full transcripts with timestamps
  • PDF export with formatting
  • Scorecard history tracking

Stealth & Reliability

05 / 05

Ghost / Click-Through Mode

Alt+T

Toggle Windows Display Affinity. HUD becomes invisible to Zoom, Teams, Discord, OBS, and all screen recorders.

  • Windows Display Affinity API
  • Zero detection by screen sharing
  • Instant toggle
  • Persists across restarts

HUD Visibility Toggle

Alt+H

Alt+H: toggle HUD visibility instantly (open/close) — resizable, movable, scrollable, and stays on top.

  • Sticky: stays until dismissed
  • Quick open/close
  • Scroll long answers with shortcuts

Multi-Provider AI Failover

Auto

Groq for speed, OpenRouter for vision, Gemini for reasoning. Auto-failover on rate limits or errors. Bring your own keys.

  • Groq: llama-3.3-70b (text)
  • OpenRouter: llama-3.2-11b-vision
  • Gemini: gemini-2.0-flash (vision)
  • Smart routing: vision → OpenRouter/Gemini

Global Hotkeys

Custom

Full keyboard control without touching the mouse. Customizable in settings. Works globally — even in fullscreen apps.

  • Capture, audio, interview mode
  • Peek, sticky, cheat sheet
  • Ghost mode, silent activate
  • Customizable in settings

Global Hotkeys

full keyboard control. no mouse needed.

Alt+S

Screen Capture & Solve

Core

Alt+A

Toggle Audio Listening

Audio

Alt+I

Toggle Interview Mode

Audio

Alt+H

Hold to Peek Answer

HUD

Alt+K

Sticky Keep Answer

HUD

Alt+T

Ghost / Click-Through

Stealth

Alt+N

Show Cheat Sheet

Prep

Alt+O

Silent Activate

Core

Alt+Q

Manual Input to AI

Core

Alt+P

Open Practice Room

Practice

Alt+

Scroll Answer Up

HUD

Alt+

Scroll Answer Down

HUD

Alt+E

Exit Engine

System

Ready to Experience It?

Download the free 24-hour trial. No credit card. Full Pro access.