Kopya
Now on macOS and Windows

Answers on your screen.
Invisible to everyone else.

One hotkey answers anything in front of you — the error, the email, the contract, the formula. On Pro the panel is absent from every screen share, recording and call.

Download for macOS

Free to start · no card required ·

app.tsx — checkout
36 | import { formatMoney } from "./money";
37 |
38 | export function CartSummary({ items }) {
39 | const shipping = items.length > 0 ? 4.99 : 0;
40 | function cartTotal(items) {
41 | // sums every line item
42 | return items.reduce((sum, i) => sum + i.price)
43 | }
44 |
45 | return <p>{formatMoney(cartTotal(items))}</p>;
46 | }
 
▸ npm run dev
TypeError: Cannot read properties of undefined
reading 'price'
at cartTotal (app.tsx:42:38)
at CartSummary (app.tsx:45:26)
KopyaHidden from capture
⌘ ⇧ Space

Simulated for the web. The overlay behaves exactly like this on your machine.

How it works

Three seconds, start to answer.

01

Press the hotkey

⌘⇧Space anywhere — in a browser, a terminal, a spreadsheet, a call. No window to find, no tab to switch to.

02

It reads your screen

Your primary display is captured once, downscaled, and sent over TLS. Nothing is stored after the answer comes back.

03

Answer appears on top

A floating panel with the answer, in about three seconds. Ask a follow-up right in the footer without losing context.

Stealth mode · Pro

They see your screen.
They don't see this.

Pro asks the operating system to leave the panel out of anything being shared or recorded. It is not blurred or hidden behind a window — it simply is not in the picture. Zoom, Meet, Teams, QuickTime and OBS all capture a screen that looks exactly as it did before you opened it.

Windows 10 build 19041 or newer is required. On older builds the app tells you at startup instead of pretending it worked.

Your screen

What they record

What you get

Anything on screen. Nobody else the wiser.

Invisible to screen capture

Pro

The panel is absent from screen shares and recordings — not blurred, not covered. Whoever is watching sees your screen exactly as it was.

Any question, about anything

A stack trace, a contract clause, a spreadsheet formula, a chart with no legend, a message in a language you don't read. If it is on your screen, you can ask about it.

Never leaves your flow

No window to find, no tab to switch to, nothing to paste. One hotkey from wherever you already are, and the answer arrives on top of it.

Follow-ups without re-explaining

Type into the footer and it looks again with your question attached, so the context stays current instead of going stale.

Nothing kept

Screenshots are sent for an answer and discarded. Never written to disk, never used for training, never reviewed by anyone.

Three seconds, typical

Median end to end is about 3.2 seconds on real hardware — fast enough to use mid-conversation.

Pricing

Free to start. $29.99 for everything.

25 answers per day on the free plan, no card. Pro unlocks unlimited answers and stealth mode — or $249 a year and save 31%.

Try it on whatever is on your screen right now.

Download for macOS

Free to start · no card required ·

Questions? oxygrows@gmail.com