Show HN: Voice-tracked teleprompter using on-device ASR in the browser
lbaune Sunday, March 15, 2026I 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.
Summary
PromptMe.AI is an open-source project that aims to create a platform for training and deploying large language models. It focuses on providing a scalable and extensible framework for researchers and developers to experiment with and apply these models to various use cases.
2
1
Summary
github.com