On your screen · invisible when you share

Share your whole screen.
They'll never see this.

LiveClue floats over your interview and feeds you the next line, the one you can just say out loud. Share your whole screen and the panel stays invisible to everyone watching. Only you can see it.

macOS 14+Windows 10/11
Zoom Meeting — Senior Engineer · Final Round
WHAT THEY SEE
YOUR SCREEN

Drag the divider. You share your whole screen. The panel just never shows up on theirs.

Works withZoomTeamsGoogle MeetWebex— any call, no integration
INSIDE THE OVERLAY

One little window. A lot going on.

Click through what the panel actually does on a call. It listens to both sides, picks the right model, already knows your background, and answers the way you want.

Ready🎤 ALWAYS-ONClaude Sonnetconcise
DANA"…so can you explain how dependency injection actually—"
YOU"yeah so, dependency injection is, um…"
capturing · on-device transcriptionF10

Tap F10 and LiveClue pulls the question the interviewer just asked, then answers it.

⌘F10 / Ctrl+F10 toggles always-on
HOW IT WORKS

Three keys. Zero tells.

1before the call

Open LiveClue

It floats above Zoom, Teams, Meet, or Webex. Nobody on the call can see it, not even on a shared screen.

2⌘F10 / Ctrl+F10

It listens to both sides

Always-on listening picks up the interviewer and your mic, transcribed right on your device.

3F10 · F12

Glance when you’re stuck

Tap F10 and read the one-line answer. Want more? F12 opens it up into a few sentences.

THE KEYBIND PROBLEM

Every other tool uses a keyboard chord.
The browser sees every one.

Ctrl+Shift+A. ⌘+Enter. Alt+Space. Chrome, Zoom, Teams, the OS, and anything watching your keystrokes can all see those chords. The day some "interview integrity" feature starts flagging odd keypresses, and it will, every one of those tools gets caught. LiveClue doesn't.

OTHER AI TOOLS
Use Ctrl+Shift+A / ⌘+Enter chords
Browser sees the keypress in its event loop
Visible to JavaScript on the interview platform
Detectable by anti-cheat extensions
LIVECLUE
Uses media keys (F9 / F10 / F12)
OS-level hook consumes the event first
Browser sees nothing, or "volume changed"
Not detectable as a keystroke at all
macOSApple Silicon + Intel
Caught at the system input layer — before any app sees it.
F7
F8
F9
📷
screenshot
F10
🎤
listen / send
F11
F12
expand
⌘F10toggle always-on listening
⌘⇧↑↓scroll the chat
⌘⇧Escinterrupt
⌘⇧Hcompact mode
⌘⌥ ←↑↓→move the panel around
⌘⇧\toggle click-through
Windows10 / 11
A low-level keyboard hook fires before the browser does.
F7
F8
F9
📷
screenshot
F10
🎤
listen / send
F11
F12
expand
Ctrl+F10toggle always-on listening
Ctrl+⇧+↑↓scroll the chat
Ctrl+⇧+Escinterrupt
Ctrl+⇧+Hcompact mode
Ctrl+Alt+Arrowsmove the panel around
Ctrl+⇧+\toggle click-through

What Chrome actually sees

Same interview. Same keypress. Two very different DevTools consoles.

Console — other AI tools
> keydown { code: 'KeyA' }
> keydown { code: 'Enter' }
> keydown { code: 'ShiftLeft' }
> keydown { code: 'KeyS' }
> keydown { code: 'Tab' }
> keydown { code: 'KeyD' }
> keydown { code: 'Enter' }
>
Console — LiveClue
// pressed F10 six times during the call
> (nothing logged)
> keydown { code: 'AudioVolumeMute' }
// all Chrome sees is volume
>
// try it yourself

Open Chrome DevTools → Console → run addEventListener('keydown', e => console.log(e.code)) → press F10 with LiveClue running. Nothing prints. Turn LiveClue off and try again — you'll see AudioVolumeMute fire.

Your browser sees what we let it see. Which is nothing.

EVERYTHING IN THE BOX

Built for the 30 seconds you have to answer.

Invisible to screen share

Your overlay never appears in screen recordings or shared screens. The interviewer sees an empty desktop.

Glance answers

One line under 12 words you can speak from, then bullets with the key terms already in bold.

Voice transcription

Speech-to-text that runs on your device, with about 130 tech terms built in. It listens to the interviewer and you.

Screenshot Q&A

Press F9 to capture the screen, then ask. Queue up to 5 shots for a single question.

Stealth media-key shortcuts

You trigger it with F9, F10, and F12. The system catches those before the browser can, so they stay invisible.

Custom vocabulary

Teach it Kubernetes, Pinecone, or your internal tool names so the transcripts catch the jargon.

Claude or ChatGPT, your call

Run on Anthropic (Claude) or OpenAI (GPT-5). It auto-routes a fast, balanced, or deep tier by question — or you lock one in yourself.

Answer styles you control

Switch between Concise, Code, and Explanatory with one tap. Each is a full prompt you can rewrite, so every glance comes back exactly how you want it.

Make it yours

Pick an accent color and window background, set the opacity, and keep separate chat sessions for each role you’re prepping. It looks and works the way you like.

Knows your background

Drop in your resume and the target role; answers reference your real stack and experience.

Same overlay.
Mac and Windows.

The panel looks and behaves the same on both. Only the window chrome around it changes.

Apple Silicon + Intel, macOS 14+Windows 10 / 11, 8GB RAMInvisible to capture on both
● Readymac
✨ ANSWER
Pass dependencies in instead of newing them inside.
— ▢ ✕
● Readywin
✨ ANSWER
Pass dependencies in instead of newing them inside.
WHY GLANCE ANSWERS

One eye-fixation.
Then back to their eyes.

Your eyes hold a fixation for about 250 milliseconds. A glance answer is built to fit inside one, so you read it without breaking the conversation. A textbook paragraph makes your eyes scan, and scanning reads as "looking something up."

So LiveClue leads with a single speakable line, then backs it with bullets you only need if they dig deeper.

😰TEXTBOOK

"Dependency injection is a design pattern in which an object receives other objects that it depends on, called dependencies, rather than creating them internally, typically facilitated by an inversion-of-control container that manages…"

~6s of scanning · eyes off-camera
😎GLANCE

Pass dependencies in instead of newing them inside.

~0.3s · one fixation · keep eye contact
FROM THE OTHER SIDE OF THE OFFER

They glanced. They got the job.

Landed a senior role at a FAANG after four months of using LiveClue in practice loops and the real interviews. The glance line kept me talking instead of freezing.

PM
Priya M.
Senior SWE · FAANG

English isn't my first language, and live technical talk used to leave me half a sentence behind. LiveClue gave me the vocabulary fast enough to keep up.

TK
Tobias K.
Backend Engineer · Series B startup

Blanked on consistent hashing mid system-design. Tapped F10, read one line, and walked the rest myself. Got the offer.

DR
Dani R.
Staff Engineer · fintech

Practiced with it 50+ times before the real loop. By interview day I barely glanced at it — it had basically trained me.

ML
Marcus L.
New grad → SWE II · big tech

I'm a PM moving into a more technical role. The glance answers helped me not look out of my depth when the questions got into the weeds.

SA
Sofia A.
Product Manager · consulting firm

Got an offer from a Series B AI startup at about 30% above my old comp. Worth far more than $129.

KO
Ken O.
ML Engineer · Series B AI startup
PRICING

Two ways to pay. Same product.

No "most popular" badge. Pick the one that fits how you'll use it.

LIFETIME + BYOK
$129one-time

Pay once. Yours forever.

Buy Lifetime — $129
All features, both platforms
All future updates, forever
Use your own Anthropic or OpenAI key and pay the provider directly (about $5–15/mo while job hunting, $0 when you’re not)
Your questions go straight to the provider, so we never see them
No subscription, no surprises
Best for power users, privacy-focused buyers, and anyone who already has an Anthropic or OpenAI key.
PRO SUBSCRIPTION
$228/year

Billed annually — save 35% vs monthly

Start Subscription
All features, both platforms
All future updates
1,000 AI messages a month included (30+ a day during prep)
No API key to manage; we handle it on our end
Cancel anytime, and it picks back up if you skip a month
Best for users who don't want to deal with API setup, or only need it for a short job search.
Not sure? Most active job hunters break even on Lifetime in 4–5 months. If you'll be done in under 4 months, take Subscription. Compare plans →
STRAIGHT ANSWERS

Including the question you're really asking.

Honest answer: that's a personal call, and we're not going to pretend otherwise. To us it sits in the same grey area as glancing at your notes, searching Stack Overflow during a take-home, or paying $300 an hour for an interview coach. Plenty of candidates already do all of that. What LiveClue really sells is access, the kind of edge wealthier candidates buy, for $129. Where your line is, that's up to you.

Your next interview is this week.

Install in two minutes. Paste your license key. Open it before the call.