Feb 8, 2026
Your notes, scripts, and reminders — visible to you, invisible to everyone else.
Quick Facts
Overview
ScreenPrompt is a lightweight desktop overlay that places private notes, scripts, or reminders directly on your display while remaining invisible to screen-capture software, video calls, and recordings. It’s designed to help professionals and creators maintain eye contact and appear natural while referencing notes — all without additional hardware or risking data leakage.
The Problem
During calls, recordings, or live streams, checking notes on another screen or glancing away can make you look:
The Solution
ScreenPrompt keeps notes visible only to the presenter by creating a capture-proof overlay on your display. You read from the overlay while others see only your shared content — maintaining natural eye contact and presence.
How it looks (what you see vs what others see)
You see:
┌─────────────────────────────┐
│ Your Screen │
│ │
│ [ScreenPrompt Overlay] │ ← You see your notes
│ • Key point 1 │
│ • Client name: John │
│ • Next topic: pricing │
│ │
│ Your Presentation │
└─────────────────────────────┘Others see:
┌─────────────────────────────┐
│ Your Screen │
│ │
│ │ ← Notes are invisible
│ │
│ │
│ │
│ Your Presentation │
└─────────────────────────────┘Key Features
Important Shortcuts (selection)
Ctrl+Shift+H — Hide/Show overlayCtrl+Shift+L — Toggle lock (click-through)Ctrl+Shift+E — Quick edit modeCtrl+Shift+F1 — PANIC — instant close (no confirmation, saves settings)Esc — Emergency unlockCtrl+Shift+PageUp / PageDown — Adjust font size(Full shortcut list is included in the app settings and docs.)
Installation & Build (developer notes)
Recommended (installer):
ScreenPrompt_{version}_x64-setup.exe.Build from source (advanced):
git clone https://github.com/dan0dev/ScreenPrompt.git
cd ScreenPrompt/screenprompt-tauri
npm install
npm run tauri build
# Installer output: src-tauri/target/release/bundle/nsis/Requirements: Node.js 20+, Rust 1.77+.
Configuration
All settings are stored locally and include:
Real-World Use Cases
Do not use for: cheating on exams, violating platform ToS, illegal or unethical activities. Users are responsible for their usage.
Privacy & Ethics
ScreenPrompt was designed under a privacy-first model: everything runs locally, there is no network access, no telemetry, and no external servers. The app intentionally excludes features that would require data sharing. The README and license make the usage boundaries explicit.
License & Contributing
LICENSE file).