{"id":31067299,"url":"https://github.com/willwade/ipachatreact","last_synced_at":"2025-09-15T19:58:06.073Z","repository":{"id":311756821,"uuid":"901593300","full_name":"willwade/IPAChatReact","owner":"willwade","description":"IPAChat app in react","archived":false,"fork":false,"pushed_at":"2025-09-08T10:56:58.000Z","size":24418,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-15T17:57:40.951Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willwade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-12-11T00:26:28.000Z","updated_at":"2025-09-08T10:57:01.000Z","dependencies_parsed_at":"2025-08-26T13:42:44.014Z","dependency_job_id":"d3698634-54e5-4d18-8178-04f82ecfa9ec","html_url":"https://github.com/willwade/IPAChatReact","commit_stats":null,"previous_names":["willwade/ipachatreact"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/willwade/IPAChatReact","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willwade%2FIPAChatReact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willwade%2FIPAChatReact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willwade%2FIPAChatReact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willwade%2FIPAChatReact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willwade","download_url":"https://codeload.github.com/willwade/IPAChatReact/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willwade%2FIPAChatReact/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275312966,"owners_count":25442563,"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","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"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":"2025-09-15T19:58:02.029Z","updated_at":"2025-09-15T19:58:06.056Z","avatar_url":"https://github.com/willwade.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPA Chat React\n\nA Progressive Web App for exploring IPA (International Phonetic Alphabet) phonemes with speech synthesis support. Perfect for language learners, teachers, and speech professionals.\n\n## Features\n\n- **Multiple Modes**: Build, Search, Babble, Edit, and Game modes\n- **Interactive IPA Keyboard**: Customizable phoneme buttons with audio feedback\n- **Speech Synthesis**: Azure TTS integration with high-quality voices\n- **Flexible UI**: Multiple interface modes (full, simplified, minimal, kiosk)\n- **Configuration Loading**: Load settings from URLs or files\n- **Accessibility**: Touch dwell, haptic feedback, and keyboard shortcuts\n- **Responsive Design**: Works on desktop, tablet, and mobile devices\n- **PWA Support**: Install as a Progressive Web App\n\n## Quick Start\n\n1. **Install dependencies:**\n```bash\nnpm install\n```\n\n2. **Configure Azure Speech Services:**\n   - Create a `.env` file in the root directory\n   - Add your Azure credentials:\n```bash\nREACT_APP_AZURE_KEY=your_azure_speech_key_here\nREACT_APP_AZURE_REGION=your_azure_region_here\n```\n\n3. **Start the development server:**\n```bash\nnpm run dev\n```\n\nThe app will be available at http://localhost:3000 (frontend) and the API at http://localhost:3001 (backend).\n\n## Documentation\n\n- **[User Guide](docs/USER_GUIDE.md)** - Complete user documentation\n- **[Development Guide](docs/DEVELOPMENT.md)** - Setup and development instructions\n- **[UI Modes](docs/UI_MODES.md)** - Interface customization options\n\n## Usage Examples\n\n### Basic Usage\n```\nhttps://yourapp.com/                    # Full interface\nhttps://yourapp.com/?ui=simplified      # Simplified interface\nhttps://yourapp.com/?ui=kiosk          # Kiosk mode\n```\n\n### Load Configurations\n```\nhttps://yourapp.com/?config=example1                    # Local config\nhttps://yourapp.com/?config=https://example.com/my.json # Remote config\n```\n\n### Custom Toolbar\n```\nhttps://yourapp.com/?toolbar=build,settings,search      # Specific buttons only\n```\n\n## Pull Request Preview Deployments\n\nThis repository includes a GitHub Actions workflow that deploys every pull\nrequest to a temporary DigitalOcean App Platform app. The workflow comments on\nthe PR with the preview URL.\n\nTo enable preview deployments:\n\n1. Create a DigitalOcean API token with access to manage apps.\n2. Add it to the repository secrets as `DO_API_TOKEN`.\n3. Add the existing Azure environment values as GitHub repository secrets. These\n   should match the values already configured in the DigitalOcean app:\n   - `REACT_APP_AZURE_KEY`\n   - `REACT_APP_AZURE_REGION`\n   - `REACT_APP_PHONEMIZE_API`\n\nNo changes are required to the production app. Preview apps are created with a\nunique name per pull request and removed when the PR is closed.\n\n## Customizing IPA Buttons\n\nEach IPA button can be customized with:\n- Custom images\n- Hidden labels\n- Different colors or styles\n\n## Example Presets\n\nFour sample configurations are bundled with the app. You can load any of these\nfrom the Settings screen or the onboarding dialog to quickly explore different\nphoneme layouts.\n\n## Technology Stack\n\n- React 18\n- Material-UI\n- Azure Cognitive Services Speech SDK\n- Web Speech API (fallback)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillwade%2Fipachatreact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillwade%2Fipachatreact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillwade%2Fipachatreact/lists"}