{"id":40771252,"url":"https://github.com/deepgram-starters/node-text-to-speech","last_synced_at":"2026-01-21T18:50:25.238Z","repository":{"id":229193084,"uuid":"775041868","full_name":"deepgram-starters/node-text-to-speech","owner":"deepgram-starters","description":"Get started using Deepgram's Text-to-Speech with this Node demo app.","archived":false,"fork":false,"pushed_at":"2025-12-16T23:26:00.000Z","size":253,"stargazers_count":11,"open_issues_count":0,"forks_count":6,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-20T13:46:12.654Z","etag":null,"topics":["deepgram","text-to-speech","tts"],"latest_commit_sha":null,"homepage":"https://community.deepgram.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deepgram-starters.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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":"2024-03-20T16:49:51.000Z","updated_at":"2025-12-16T23:26:03.000Z","dependencies_parsed_at":"2025-12-09T21:05:45.667Z","dependency_job_id":null,"html_url":"https://github.com/deepgram-starters/node-text-to-speech","commit_stats":null,"previous_names":["deepgram-starters/text-to-speech-starter-node","deepgram-starters/node-text-to-speech"],"tags_count":0,"template":false,"template_full_name":"deepgram-devs/oss-repo-template","purl":"pkg:github/deepgram-starters/node-text-to-speech","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram-starters%2Fnode-text-to-speech","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram-starters%2Fnode-text-to-speech/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram-starters%2Fnode-text-to-speech/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram-starters%2Fnode-text-to-speech/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepgram-starters","download_url":"https://codeload.github.com/deepgram-starters/node-text-to-speech/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram-starters%2Fnode-text-to-speech/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28639898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["deepgram","text-to-speech","tts"],"created_at":"2026-01-21T18:50:24.566Z","updated_at":"2026-01-21T18:50:25.233Z","avatar_url":"https://github.com/deepgram-starters.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node Text-to-Speech Starter\n\nText-to-speech demo using Deepgram's API with Node.js backend and web frontend.\n\n## Prerequisites\n\n- [Deepgram API Key](https://console.deepgram.com/signup?jump=keys) (sign up for free)\n- Node.js 24+ and pnpm 10+\n\n**Note:** This project uses strict supply chain security measures. npm and yarn will NOT work - pnpm 10.0.0+ is required. See [SECURITY.md](SECURITY.md) for details.\n\n## Quick Start\n\n1. **Install dependencies**\n\n```bash\n# Option 1: Use the helper script (recommended)\npnpm run install:all\n\n# Option 2: Manual two-step install\npnpm install\ncd frontend \u0026\u0026 pnpm install \u0026\u0026 cd ..\n```\n\n**Note:** Due to security settings (`ignore-scripts=true`), frontend dependencies must be installed separately. The `install:all` script handles both steps. See [SECURITY.md](SECURITY.md) for details.\n\n2. **Set your API key**\n\nCreate a `.env` file:\n\n```bash\nDEEPGRAM_API_KEY=your_api_key_here\n```\n\n3. **Run the app**\n\n**Development mode** (with hot reload):\n\n```bash\npnpm dev\n```\n\n**Production mode** (build and serve):\n\n```bash\npnpm build\npnpm start\n```\n\n### 🌐 Open the App\n[http://localhost:3000](http://localhost:3000)\n\n## Features\n\n- Enter text to convert to audio\n- Multiple model options\n- View text-to-speech history\n\n## How It Works\n\n- **Backend** (`server.js`): Node.js/Express server implementing the `/tts/synthesize` endpoint\n- **Frontend** (`frontend/`): Vite-powered web UI for audio upload and transcription display\n- **API**: Integrates with [Deepgram's Speech-Text-to-Speech API](https://developers.deepgram.com/)\n\n## Getting Help\n\n- [Open an issue](https://github.com/deepgram-starters/live-node-starter/issues/new)\n- [Join our Discord](https://discord.gg/xWRaCDBtW4)\n- [Deepgram Documentation](https://developers.deepgram.com/)\n\n## Security\n\nThis project implements comprehensive supply chain security measures including:\n- Dependency pinning to exact versions\n- Automated vulnerability scanning with Snyk\n- Disabled lifecycle scripts\n- Strict package manager enforcement (pnpm only)\n\nSee [SECURITY.md](SECURITY.md) for complete security documentation and reporting procedures.\n\n## Contributing\n\nContributions are welcome! Please review:\n- [Contributing Guidelines](CONTRIBUTING.md) - includes pnpm setup requirements\n- [Code of Conduct](CODE_OF_CONDUCT.md)\n- [Security Policy](SECURITY.md) - required for dependency updates\n\n## License\n\nMIT - See [LICENSE](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepgram-starters%2Fnode-text-to-speech","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepgram-starters%2Fnode-text-to-speech","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepgram-starters%2Fnode-text-to-speech/lists"}