Back to browse
GitHub Repository

An AI-infused teleprompter that runs entirely in the browser

22 starsJavaScript

Voice-tracked teleprompter using on-device ASR in the browser

by lbaune·Mar 15, 2026·6 points·1 comment

AI Analysis

●●SolidNiche GemBig Brain

Voice-tracked scrolling runs entirely in-browser using Moonshine ONNX, no backend needed.

Strengths
  • Moonshine ONNX model runs in Web Workers, keeping UI thread free during transcription.
  • Fuzzy matching recovers position if you skip lines or ad-lib sentences.
  • Zero data leaves the browser tab, ensuring privacy for sensitive scripts.
Weaknesses
  • Browser-based ASR accuracy varies significantly across different devices and microphones.
  • Niche use case limits adoption compared to general-purpose recording tools.
Category
Target Audience

Video creators, presenters, streamers

Similar To

Descript · Teleprompter Premium · CapCut

Post Description

I built a teleprompter that scrolls based on your voice instead of a timer.

Paste a script, press record, and it highlights the current word as you speak. If you pause it waits; if you skip lines it finds its place again.

Everything runs entirely in the browser — speech recognition (Moonshine ONNX), VAD, and fuzzy script matching.

Demo: https://larsbaunwall.github.io/promptme-ai

Most of the project was initially built using Perplexity Computer, which made for an interesting agentic coding workflow.

Curious what people think about the script alignment approach.

Similar Projects

AI/ML●●Solid

Local Voice Assistant

This repo bundles a complete local audio loop — client captures audio, backend transcribes with Parakeet, queries a quantized Mistral LLM via Ollama, then renders speech with Kokoro or Qwen3-TTS for cloning — and reports ~1s round-trip on an RTX5070. It’s a practical, take-it-home demo for running privacy-first voice agents, though it’s still a demo: requires specific tooling (Ollama, GPU headroom), has obvious TODOs (VAD, better warmup for cloning), and isn’t reinventing the architecture.

WizardryNiche Gem
armcat
203mo ago