¿Puedo vibecodear Teleprompter.com?
SÍ · se arma en una sentadaA teleprompter is text that moves down the screen at an adjustable speed, and every browser can already do that. The genuinely useful extras, mirror flip for beam-splitter rigs, large-type layout, keyboard speed control, camera preview behind the words, are all standard web APIs and fit in one session. Even voice-tracked scrolling, the feature people assume is magic, is a Web Speech API loop that matches recognized words against your script. What you cannot casually rebuild is the polished phone app you actually hold at arm's length while filming, plus remote control between two devices. If you record at a desk with a webcam, the DIY version is not a compromise, it is the same thing.
Build a local teleprompter web app. Stack: Vite + React + TypeScript, no backend, no accounts, no telemetry, no external API calls.
Data: scripts are stored in localStorage as {id, title, body, updatedAt}. Ship with one sample script. No cloud, no sync, no login.
Layout: two views in a single page app.
1) Library: list scripts, create, rename, delete, edit body in a plain textarea with autosave on blur.
2) Prompt view: fullscreen scrolling display of the selected script.
Prompt view requirements:
- Very large default type, adjustable font size, line height and text width.
- Continuous smooth scroll driven by requestAnimationFrame, speed in pixels per second, not a CSS animation.
- Controls: space toggles play/pause, arrow up/down changes speed, arrow left/right jumps 3 seconds of scroll, R resets to top, M toggles horizontal mirror, F toggles fullscreen, Esc exits.
- A fixed reading line marker with adjustable vertical position.
- Mirror mode applies transform: scaleX(-1) to the text layer only, controls stay readable.
- Optional camera layer: getUserMedia video preview rendered behind the text at adjustable opacity. If permission is denied, fall back to a solid background and say so once, quietly.
- Optional recording: MediaRecorder on the camera+mic stream, save to a downloadable .webm. Do not attempt to composite the text into the recording.
- Optional voice tracking behind a toggle labelled experimental: use the browser SpeechRecognition API, fuzzy match recognized words against upcoming script tokens, and nudge scroll position toward the matched word. If SpeechRecognition is unavailable, hide the toggle.
Persist user settings (speed, font size, mirror, opacity, marker position) in localStorage.
Out of scope: multi device remote control, accounts, script sharing, burned-in captions, mobile native app.
Styling: plain CSS, dark background, high contrast, no UI framework. Controls auto-hide after 3 seconds of mouse idle during playback.
Deliver a README with npm install, npm run dev, the full keyboard shortcut list, and a note that camera and mic access require localhost or HTTPS. No .env needed since there are no secrets.$ ábrelo en tu agente (prompt listo, tú das enter) o cópialo crudo
Puedes vibecodearlo
Ahorro de referencia: US$240/año si dejas de pagar Teleprompter.com.
prompt copied. want to know what dies next week?
veredictos nuevos + votos de la semana. gratis. te sales en un clic.
Because the people who buy teleprompter software are usually filming on a phone, not sitting at a laptop, and a native app that survives screen rotation, background audio, lock behavior and a physical prompter rig is worth more than the twelve lines of scroll logic inside it. Paying also means not thinking about it five minutes before a take, which is exactly when a hand-rolled tool decides the camera permission expired.
xA real iOS/Android app that behaves well when the screen is your only prompter
xRemote control from a second device without you building the socket plumbing
xCloud sync of scripts across phone, laptop and someone else's machine
xReliable voice tracking in noisy rooms; browser speech recognition drifts
xExport niceties: burned-in captions, project organization, team script sharing
Nada que valga la pena señalar. Por eso existe el prompt.
¿Puedo vibecodear Teleprompter.com?
Sí. Un agente de código (Claude Code, Codex, Cursor) te arma un reemplazo personal usable de Teleprompter.com en una sentada con el prompt de esta página. Corre en tu máquina o servidor, sin suscripción.
¿Cuánto cuesta Teleprompter.com?
Teleprompter.com cuesta unos $19.99/mes (Pro, revisado 2026-08-18), o sea $239.88 al año. Eso es lo que ahorras si la reemplazas con un prompt.
¿Qué pierdo si reemplazo Teleprompter.com?
Con honestidad: A real iOS/Android app that behaves well when the screen is your only prompter; Remote control from a second device without you building the socket plumbing; Cloud sync of scripts across phone, laptop and someone else's machine; Reliable voice tracking in noisy rooms; browser speech recognition drifts; Export niceties: burned-in captions, project organization, team script sharing. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a Teleprompter.com?
No hay una alternativa open source madura que valga señalar. Por eso existe el prompt de esta página.