Launched this week
Speechius
The teleprompter that actually listens
131 followers
The teleprompter that actually listens
131 followers
Speechius listens to your voice and scrolls your script for you - speed up, slow down, go off-script, it keeps pace. No foot pedal, no fixed speed to chase. It works live in any tool - real webinars, Zoom, Meet, Teams, OBS - and stays hidden on screen-share. Fully on-device (private). One-time price, no subscription. macOS & Windows.









@thys_beesman Good questions - both of these are the ones I'd ask too.
Deviation first. The cursor only ever moves forward on its own, never backward. During a tangent it simply stops advancing instead of guessing. Matching runs a narrow lookahead first; a wider fallback only kicks in when the narrow pass found nothing at all, and it's capped by a setting for how many words it may skip at once (small by default). Words that occur more than once in the script need confirmation from the following word before the cursor lands on them - that's specifically what stops the "jumped to the wrong identical phrase" failure you're describing.
In practice: come back downstream of where you left, and it catches up on its own. Come back upstream - your thirty-second-tangent case - and it stays put by design. You tap the word you're on and recognition re-anchors there instantly. I chose standing still over guessing backwards, because a wrong backward jump mid-sentence is far worse than a stale highlight.
On capture exclusion: documented APIs on both platforms, not an overlay trick. NSWindow.sharingType = .none on macOS, SetWindowDisplayAffinity with WDA_EXCLUDEFROMCAPTURE on Windows (10 2004+). Both exist for exactly this purpose, so they're about as stable as anything in this area gets. It covers apps capturing through the normal OS paths - Zoom, Meet, Teams, OBS. Apple's own screencapture CLI is the one exception I've found in testing.
I run a lot of live demo calls, and I never go through my talking points in the same order twice — whatever the other person brings up decides where I go next. Tap-to-reanchor sounds like it handles the occasional detour, but does it hold up if someone jumps between non-adjacent sections of the script repeatedly in one call, or is it really built for staying close to one linear path with the odd tangent? Either way, "the machine follows you" is the right framing — most teleprompters assume the human is the unreliable part.
@podcast_ai Tap-to-reanchor means you click a word and Speechius picks up from there, then keeps following you normally from that point on. For calls that jump back and forth between sections, I'm thinking about named sections you can switch to directly. How does your flow usually look, fixed blocks that come up in changing order, or more spontaneous detours?
the deviation-matching answer above is thorough, so a different case - what happens when you just go quiet, not off-script but stopping to think mid-sentence or fumbling a word before continuing. does the cursor just hold at the last confirmed word until you pick back up, or is there any risk of it treating a long pause as "done with this line" and nudging ahead early?
@galdayan It only moves when a recognized word matches the script - not on elapsed time, not on volume. A pause parks the highlight at the last confirmed word. The recognizer does end the utterance on a pause and restart its transcript at word one, but the native bridge stitches the settled text back in as a prefix, so the matcher never sees that reset. Forward only: if it can't find you it waits instead of guessing. One tap re-anchors it.
the part I actually care about is the off-script tracking, every teleprompter app handles reading verbatim fine but the second you ad-lib a joke or answer a question mid-webinar they lose your place. how does it re-sync once you go back to the script, does it match on nearby phrases or does it just resume from where you left off scrolling?
@omri_ben_shoham1 It matches your words against the script a few words ahead of the cursor - it never just resumes scrolling. During the ad-lib nothing moves. Rejoin the script downstream and it catches up on its own; rejoin further ahead than the window and you tap the word, which re-anchors it instantly.
The voice-following part is the clever bit. What happens when I pause to think or take an audience question mid-sentence? Does it hold position, or scroll ahead hunting for a match?
@christian_knaut It holds. The cursor/highlighter only moves forward onto a word it actually matched, so a pause or an audience question leaves it exactly where you stopped, and it picks up again as soon as you're back on a line. And you can jump to any word at any time by clicking it - handy when you improvise for a while and want to land back in the right spot.
The re-anchor tap when you drift off-script is the right escape hatch. Quick day-one question: what's the fastest way to get existing scripts in — does it take .docx or Google Docs imports, or is it paste-only? And can you have more than one script loaded at the same time, like if a presentation jumps between two topics and you want to switch mid-session without reopening the app?
@leo404 Right now it's paste - the script is saved automatically, so it's there again the next time you open the app. One script at a time, so switching topics mid-session means pasting the other one in. Imports and holding several scripts at once are both on my list - which would you actually reach for, .docx or Google Docs?