{"id":21390521,"url":"https://github.com/zilahir/teleprompter","last_synced_at":"2025-07-13T16:32:25.780Z","repository":{"id":38173000,"uuid":"232562985","full_name":"zilahir/teleprompter","owner":"zilahir","description":"Teleprompter app, written in react","archived":false,"fork":false,"pushed_at":"2023-01-07T18:35:42.000Z","size":7266,"stargazers_count":16,"open_issues_count":40,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-04-27T05:13:11.871Z","etag":null,"topics":["expressjs","hacktoberfest","nodejs","prompter","react","redux","socket-io","styled-components","teleprompter"],"latest_commit_sha":null,"homepage":"https://prompter.me","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zilahir.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-08T12:53:41.000Z","updated_at":"2023-03-25T14:38:51.000Z","dependencies_parsed_at":"2023-02-07T21:00:30.563Z","dependency_job_id":null,"html_url":"https://github.com/zilahir/teleprompter","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zilahir%2Fteleprompter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zilahir%2Fteleprompter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zilahir%2Fteleprompter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zilahir%2Fteleprompter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zilahir","download_url":"https://codeload.github.com/zilahir/teleprompter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225901350,"owners_count":17542209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["expressjs","hacktoberfest","nodejs","prompter","react","redux","socket-io","styled-components","teleprompter"],"created_at":"2024-11-22T13:17:55.022Z","updated_at":"2024-11-22T13:17:55.786Z","avatar_url":"https://github.com/zilahir.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Netlify Status](https://api.netlify.com/api/v1/badges/80ef0317-b439-43a0-baf8-cd7646408ee4/deploy-status)](https://app.netlify.com/sites/prompterme/deploys) ![Dependabot](https://badgen.net/dependabot/zilahir/teleprompter?icon=dependabot) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://storybook.js.org/\"\u003e\n    \u003cimg\n      src=\"./images/prompterme-logo-dark.svg\" alt=\"Prompter.me\" width=\"50%\"\n    /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\nAn opensource teleprompter application for the browser.\n\u003c/p\u003e\n\n# Teleprompter\n\n![preview](./images/preview1.png)\n\n## What is Prompter.me?\n\nPrompter.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.\n\n## Server\n\nThe project's server side repository can be found [here](https://github.com/zilahir/teleprompter-server).\n\nThe 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`.\n\n## Contributors\n\n- :nail_care: _design_: Mikko Oitinen 🇫🇮 ([design](https://xd.adobe.com/view/614443a6-af97-49a7-603e-e82e2c667a77-1775/))\n- :computer: _dev_: Richard Zilahi [http](https://richardzilahi.hu) 🇭🇺\n\n## Project dependencies\n\nThis project heavily depends on the following `open source` projects.\n\n1. [`redux`](https://github.com/reduxjs/redux)\n2. [`react-redux`](https://github.com/reduxjs/react-redux)\n3. [`redux-thunk`](https://github.com/reduxjs/redux-thunk)\n4. [`redux-persist`](https://github.com/rt2zz/redux-persist)\n5. [`styled-components`](https://github.com/styled-components)\n6. [`use-socket.io-client`](https://github.com/iamgyz/use-socket.io-client)\n7. [`uuid`](https://github.com/uuidjs/uuid)\n8. [`classnames`](https://github.com/JedWatson/classnames)\n9. [`prop-tpyes`](https://github.com/facebook/prop-types)\n10. [`hex-to-rgba`](https://github.com/misund/hex-to-rgba)\n11. [... and a lot other](https://github.com/zilahir/teleprompter/blob/master/package.json)\n\n## Developing\n\nContribution is very welcome! You need to clone this, and the [server](https://github.com/zilahir/teleprompter-server) repository.\n\nFor the client:\n\n1. `npm i`\n2. `npm run start`\n3. The client is listening on `:4444`\n\nFor the server: \n\n1. `npm install`\n2. `npm run dev`\n3. The server is listening on `:5000`\n\n## Misc\n\nThis project is deployed via [netlify](https://netlify.com).\n\nSpecial thanks to [@munkacsimark](https://github.com/munkacsimark/) for helping me out with the scrolling function. :wave:\n\n[This](https://open.spotify.com/track/6ULAF7fV7JPQPPHz1aP3vc?si=M8ieNoCJR6Ob8JatZ8JEAA) is most listened song during the development of [promoter.me](https://http://prompter.me/).\n\n## Licence\n\nThis is a _free_ product, and it's licenced under `BSD 3-Clause License`. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzilahir%2Fteleprompter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzilahir%2Fteleprompter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzilahir%2Fteleprompter/lists"}