{"id":31919498,"url":"https://github.com/techwithty/teleprompter-modal","last_synced_at":"2026-04-07T07:46:29.341Z","repository":{"id":315631197,"uuid":"1047501886","full_name":"TechWithTy/teleprompter-modal","owner":"TechWithTy","description":"Teleprompter recording modal for React/Next.js: script scrolling, microphone capture, and themeable UI via design tokens. Keyboard accessible.","archived":false,"fork":false,"pushed_at":"2025-09-19T17:14:26.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-22T09:28:06.883Z","etag":null,"topics":["a11y","accessibility","design-system","media","modal","nextjs","react","recording","tailwind","teleprompter","typescript","ui"],"latest_commit_sha":null,"homepage":"https://www.cybershoptech.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TechWithTy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-30T15:07:36.000Z","updated_at":"2025-09-19T17:14:29.000Z","dependencies_parsed_at":"2025-09-19T20:09:13.801Z","dependency_job_id":null,"html_url":"https://github.com/TechWithTy/teleprompter-modal","commit_stats":null,"previous_names":["techwithty/teleprompter-modal"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TechWithTy/teleprompter-modal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechWithTy%2Fteleprompter-modal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechWithTy%2Fteleprompter-modal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechWithTy%2Fteleprompter-modal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechWithTy%2Fteleprompter-modal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TechWithTy","download_url":"https://codeload.github.com/TechWithTy/teleprompter-modal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechWithTy%2Fteleprompter-modal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["a11y","accessibility","design-system","media","modal","nextjs","react","recording","tailwind","teleprompter","typescript","ui"],"created_at":"2025-10-13T21:44:55.115Z","updated_at":"2026-04-07T07:46:29.318Z","avatar_url":"https://github.com/TechWithTy.png","language":"TypeScript","readme":"# Teleprompter Modal\n\nTeleprompter recording modal for React/Next.js: script scrolling, microphone capture, and themeable UI via design tokens. Keyboard accessible.\n\nWebsite: https://www.cybershoptech.com\n\n## Exports\n\n```ts\nimport { CloneModal, Teleprompter, VoiceRecorderCore } from \"@/external/teleprompter-modal\";\n```\n\n## Usage\n\n```tsx\nimport { useState } from \"react\";\nimport { CloneModal } from \"@/external/teleprompter-modal\";\n\nexport default function Example() {\n  const [open, setOpen] = useState(false);\n  return (\n    \u003cdiv\u003e\n      \u003cbutton type=\"button\" onClick={() =\u003e setOpen(true)} className=\"rounded bg-primary px-3 py-2 text-primary-foreground\"\u003e\n        Open Teleprompter\n      \u003c/button\u003e\n      \u003cCloneModal\n        open={open}\n        onClose={() =\u003e setOpen(false)}\n        onSave={(blob) =\u003e {\n          console.log(\"saved\", blob);\n          setOpen(false);\n        }}\n      /\u003e\n    \u003c/div\u003e\n  );\n}\n```\n\n## Theming\n\nAligns with `_docs/features/ui/theming.md` using tokens like `bg-card`, `border-border`, `ring-ring`.\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechwithty%2Fteleprompter-modal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechwithty%2Fteleprompter-modal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechwithty%2Fteleprompter-modal/lists"}