Smart teleprompter with mobile remote control for video recording.
- π₯οΈ Fullscreen teleprompter β black background, white text, top-center aligned
- π± Mobile remote control β scan QR code, phone becomes a page-turner
- π Dual-screen sync β computer and phone show the same text in real-time
- π Upload from either device β paste text on computer or phone
- π¬ ClawCut integration β import AI-generated 9-scene scripts directly
- β±οΈ Countdown start β 3-second countdown before prompting begins
- π€ Adjustable font size β +/- keys to resize on the fly
npm install
node server.jsOpen http://localhost:7870 on your computer.
Scan the QR code with your phone (same WiFi).
- Computer: Paste your script β click "εΌε§ζθ―" β fullscreen mode
- Phone: Scan QR β tap "δΈδΈε₯" to advance, "δΈδΈε₯" to go back
- Recording: Speaker looks at camera, reads text with peripheral vision. Another person controls the phone.
| Key | Action |
|---|---|
| Space / β | Next sentence |
| β | Previous sentence |
| + / - | Increase / decrease font size |
| ESC | Exit fullscreen |
Perfect for video recording where the speaker needs to focus on camera eye contact, gestures, and expression β while a director/assistant controls the script pacing from their phone.
| Env Var | Default | Description |
|---|---|---|
PORT |
7870 |
Server port |
- Node.js 18+
wsnpm package (auto-installed)qrcodenpm package (auto-installed)- Computer and phone on the same WiFi
MIT