An opensource teleprompter application for the browser.
Prompter.me is a free, open source teleprompter on the web. Using it doesn't require you to download anything or to sign up for anything. It was made to give content creators an actually useful free teleprompter, which would allow them to use it on their own without any additional apps or hacks. After all, a lot of video content creators out there are one-person operations, and we know using a prompter without help can be a real pain in the tuchus.
The project's server side repository can be found here.
The server is currently deployed to AWS – Lambda
. You can crate your own instane if you wish to have a self-hosted version of prompter. Or anywhere else if you wish, you need a node
environment, and a MongoDB
.
This project heavily depends on the following open source
projects.
redux
react-redux
redux-thunk
redux-persist
styled-components
use-socket.io-client
uuid
classnames
prop-tpyes
hex-to-rgba
- ... and a lot other
Contribution is very welcome! You need to clone this, and the server repository.
For the client:
npm i
npm run start
- The client is listening on
:4444
For the server:
npm install
npm run dev
- The server is listening on
:5000
This project is deployed via netlify.
Special thanks to @munkacsimark for helping me out with the scrolling function. 👋
This is most listened song during the development of promoter.me.
This is a free product, and it's licenced under BSD 3-Clause License
.