{"id":51555406,"url":"https://github.com/dcrebbin/sibility","last_synced_at":"2026-07-10T04:30:50.280Z","repository":{"id":367770693,"uuid":"1280794133","full_name":"dcrebbin/sibility","owner":"dcrebbin","description":"accessibility","archived":false,"fork":false,"pushed_at":"2026-06-27T14:24:32.000Z","size":282,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-27T16:13:27.909Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dcrebbin.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":"2026-06-26T00:19:12.000Z","updated_at":"2026-06-27T14:24:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dcrebbin/sibility","commit_stats":null,"previous_names":["dcrebbin/sibility"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/dcrebbin/sibility","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrebbin%2Fsibility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrebbin%2Fsibility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrebbin%2Fsibility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrebbin%2Fsibility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcrebbin","download_url":"https://codeload.github.com/dcrebbin/sibility/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrebbin%2Fsibility/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35321224,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-10T02:00:06.465Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-07-10T04:30:48.518Z","updated_at":"2026-07-10T04:30:50.270Z","avatar_url":"https://github.com/dcrebbin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sibility\n\nInstallable React component and CLI for karaoke-style read-along with OpenAI TTS.\n\n![Example](example.png)\n\n## Packages\n\n| Package | Description |\n|---------|-------------|\n| [`sibility`](./packages/cli) | CLI — `npx sibility generate` pre-generates audio + word-alignment manifests |\n| [`@sibility/react`](./packages/react) | React component with real-time word highlighting |\n| [`@sibility/core`](./packages/core) | Shared types and manifest schema |\n\n## Quick start\n\n```bash\n# Install\nnpm install @sibility/react\nnpm install -D sibility\n\n# Scaffold config\nnpx sibility init\n\n# Edit sibility.config.ts, then generate audio\nOPENAI_API_KEY=sk-... npx sibility generate\n```\n\n```tsx\nimport { SibilityReader } from '@sibility/react';\nimport heroManifest from '../public/sibility/hero.json';\n\nexport function Hero() {\n  return (\n    \u003cSibilityReader manifest={heroManifest}\u003e\n      \u003cp\u003eWelcome to our site. Read along as we speak.\u003c/p\u003e\n    \u003c/SibilityReader\u003e\n  );\n}\n```\n\n## Development\n\n```bash\npnpm install\npnpm build\n```\n\nSee [`examples/nextjs`](./examples/nextjs) for a full demo.\n\n## How it works\n\n1. **Build time** — CLI calls OpenAI TTS, aligns words via Whisper, outputs MP3 + JSON manifests\n2. **Runtime** — `\u003cSibilityReader\u003e` plays audio and moves a highlight overlay in sync with word timestamps\n\nNo server required at runtime. API keys are only used during `sibility generate`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcrebbin%2Fsibility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcrebbin%2Fsibility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcrebbin%2Fsibility/lists"}