TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: The Best Free Online Teleprompter?

33 pointsby mattgecko8 months ago
I Built what I believe to be the best online teleprompter that is 100% free and I would love any feedback on any aspects of the site!

7 comments

Diti8 months ago
This is the kind of product that’s nice to use, but gets abandoned a few years later. I don’t see it being open-source, so I’d rather use the other teleprompter apps I see on GitHub.
评论 #41940751 未加载
benjaminfh8 months ago
This is cool - I’ll definitely give it a try.<p>Re the patent of voice control, does it really sound defendable? That sounds a bit too obvious to be patentable at the level of “observe speaker’s speech and adjust text accordingly”, I’d have thought. Maybe they’ve patented a particular technical approach but now there must be dozens of voice to text models that you could leverage in a slightly different way. I’d love to try the result of something like that.<p>Seems to get a bit funky if I scroll on the screen while it’s playing. It changes the speed permanently until I reset. The speed slider also seems to invert after that??
wellthisisgreat8 months ago
This is cool, op! I bookmarked it.<p>Somewhat unrelated comment.<p>I am sure I will need it sometime in the next 2-3-5 years. What’s anyone’s system for saving &#x2F; remembering a potentially useful tool exists for an activity you do rarely? Like how would I recall I can use this when I need it in the future if I only do things that may require a teleprompter every once in a few years?
评论 #41944463 未加载
broast8 months ago
On mobile Chrome in portrait mode at least, you can&#x27;t hide the toolbar and have the teleprompter play at the same time. Pressing play hides the option to hide the toolbar, and if you hide the toolbar there is no way to hit play. But hiding the toolbar would make the playing teleprompter much more visible
评论 #41941043 未加载
extraduder_ire8 months ago
Can you add a key binding to scroll back up to earlier in the text? I don&#x27;t see one, and it&#x27;d be useful for doing another take if you flub a line.
rahimnathwani8 months ago
Are there any teleprompters that adapt the scrolling speed based on the pace of the speaker&#x27;s actual speech?
评论 #41940857 未加载
评论 #41940734 未加载
zamadatix8 months ago
A few thoughts and ideas from trying it out:<p>- &quot;Speed&quot; should change something more akin to characters (as in ems per line, not necessarily of what was typed and rendered) scrolled per second, not just the absolute rate the screen moves. Right now if the user changes the font size it also incidentally changes the speed at which arbitrary text is read. Alternatively: changing one should automatically update the other.<p>- The text always starts at the very top in certain scenarios, even when the cue starts midway. The text should have a global offset so that everything happens (start and end) relative to the cue, not relative to the screen. (particularly apparent in portrait mode, it&#x27;s somewhat hacked around in landscape).<p>- An addon of the previous, although probably a silly case for the most common uses, is if the total displayed text fits in one page it&#x27;ll never even scroll by at all and instead instantly complete. It could be a good test to see if the above is really working correctly based on the starts&#x2F;ends or not though.<p>- The controls run off the page in portrait. Also true if you start the page in portrait and then rotate without reloading (they seem to be sized at the start rather than based on the viewport?).<p>- It&#x27;s a bit frustrating when you&#x27;re trying to adjust settings to test them and it &quot;completes&quot; so automatically closes and moves all of the controls around on you. I&#x27;d almost say autoclose-on-complete is an anti-feature (at least as a default) even normally. Another good approach here might be to just always visually anchor the controls to the same spots regardless of the operating state (if not always, at least once launched).<p>- For some reason I can&#x27;t use backspace on the text entry area (true for both iPhone and desktop).<p>- When the page is small you drop the margins, which is good, but the case of words too long for the line is not handled and words can be chopped off with the default settings. Autohypenation for the word wrapping would be nice. A bonus if hyphenation being needed also automatically drops the side margins (like is done when the screen is very small) to make things read better.<p>- The Dark Mode toggle makes the &quot;Keyboard Shortcuts&quot; section of the page completely unreadable.<p>- Dark mode doesn&#x27;t assume the device theme, always starts in light mode. (I&#x27;d almost argue a manual toggle shouldn&#x27;t be prominently needed here - the teleprompter has its own detailed color controls and the user already set their global preference anyways).<p>- The border-radius of teleprompterDisplay base overlay results in the 4 corners &quot;leaking&quot; small dots of color from the page.<p>I hope this comes of constructive rather than as a diss. It&#x27;s a cool page, I&#x27;m just not sure it&#x27;s much better than other free ones on the web quite yet. Hopefully some of these points can help make it that way though!
评论 #41940891 未加载