{"id":29551968,"url":"https://github.com/thedexplorer/svelte-vrm-live","last_synced_at":"2025-07-18T05:02:20.518Z","repository":{"id":304826606,"uuid":"1020139838","full_name":"thedexplorer/svelte-vrm-live","owner":"thedexplorer","description":"Threlte Live – A SvelteKit + Three.js platform for live-streaming 3D VRM avatars. Features real-time chat with Google Generative AI, ElevenLabs TTS lip-sync, Mixamo animations, and Cloudflare edge deployment – perfect for creating interactive, high-performance streaming overlays.","archived":false,"fork":false,"pushed_at":"2025-07-15T14:30:32.000Z","size":31722,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-16T03:07:50.313Z","etag":null,"topics":["ai-agents","ai-animation","ai-anime","ai-avatars","ai-girlfriend","elevenlabs","lip-sync","lipsync","livestream","mixamo-animations","phoneme-conversion","phonemes","svelte","sveltejs","sveltekit","threejs","threlte","tts","vrm"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thedexplorer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-15T11:58:11.000Z","updated_at":"2025-07-15T16:19:26.000Z","dependencies_parsed_at":"2025-07-16T05:34:13.549Z","dependency_job_id":"d46f6f56-66f4-4fea-8fa4-4db0d13401a0","html_url":"https://github.com/thedexplorer/svelte-vrm-live","commit_stats":null,"previous_names":["thedexplorer/svelte-vrm-live"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/thedexplorer/svelte-vrm-live","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedexplorer%2Fsvelte-vrm-live","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedexplorer%2Fsvelte-vrm-live/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedexplorer%2Fsvelte-vrm-live/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedexplorer%2Fsvelte-vrm-live/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thedexplorer","download_url":"https://codeload.github.com/thedexplorer/svelte-vrm-live/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedexplorer%2Fsvelte-vrm-live/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265702901,"owners_count":23813879,"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":["ai-agents","ai-animation","ai-anime","ai-avatars","ai-girlfriend","elevenlabs","lip-sync","lipsync","livestream","mixamo-animations","phoneme-conversion","phonemes","svelte","sveltejs","sveltekit","threejs","threlte","tts","vrm"],"created_at":"2025-07-18T05:01:01.171Z","updated_at":"2025-07-18T05:02:20.493Z","avatar_url":"https://github.com/thedexplorer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Threlte Live - 3D VRM Avatar Streaming Platform\n\nA SvelteKit application for live-streaming 3D VRM avatars with AI-powered chat, text-to-speech, mixamo animations.\n\n![Banner!](showcase.png 'Showcase')\n[Click to see showcase video](showcase.mp4)\n\n## Features\n\n- Threlte/Three.js for 3D rendering\n- VRM avatar loading and animation with @pixiv/three-vrm\n- Google Generative AI for conversational responses\n- Text-to-speech with lip-sync\n- Chat interface\n- Mixamo animation integration\n\nSee [roadmap.md](roadmap.md) for full details and planned features.\n\n### Text-to-Speech and Phonemes\n\nThe project uses ElevenLabs TTS with phoneme timings for VRM lip-sync.\n\nLearn more:\n\n- [What is a Phoneme](https://elevenlabs.io/blog/what-is-a-phoneme)\n- [Prompting Controls](https://elevenlabs.io/docs/best-practices/prompting/controls)\n\nPhonemes mapped: A, AA, AH, AE, AO, AW, AY, E, EH, ER, EY, I, IH, IY, O, OH, OW, OY, U, UH, UW, M, B, P, F, V, TH, L, R, NEUTRAL.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js \u003e= 18\n- pnpm\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/yourusername/svelte-vrm-live.git\n   cd svelte-vrm-live\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   pnpm install\n   ```\n\n### Environment Variables\n\nSet the following environment variables (for example, create a `.env` file in the project root):\n\n```bash\n# Google Generative AI\nGOOGLE_API_KEY=your_google_api_key\n\n# ElevenLabs Text-to-Speech\nELEVENLABS_API_KEY=your_elevenlabs_api_key\n```\n\nThese keys are required for the chat and text-to-speech features.\n\n## Developing\n\nStart the development server:\n\n```bash\npnpm dev\n```\n\nOpen http://localhost:5173.\n\n## Building\n\nBuild for production:\n\n```bash\npnpm build\n```\n\nPreview:\n\n```bash\npnpm run preview\n```\n\n## Keywords\n\nsvelte, sveltekit, threejs, threlte, vrm, 3d-avatar, ai-chat, text-to-speech, lipsync, phonemes, mixamo, animations, blockchain, solana, generative-ai, youtube-streaming\n\n## Contributing\n\nWe welcome contributions! Before we can merge your first pull request you must sign our Contributor License Agreement (CLA). When you open a PR, GitHub will display a message from the CLA bot with a link to sign.\n\n- Individual contributors: see [docs/CLA_INDIVIDUAL.md](docs/CLA_INDIVIDUAL.md)\n- Companies/corporations: see [docs/CLA_CORPORATE.md](docs/CLA_CORPORATE.md)\n\nOnce the CLA is signed, the status check will update automatically, and we’ll be able to review your contribution.\n\n## License\n\nAGPL (see LICENSE file)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedexplorer%2Fsvelte-vrm-live","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthedexplorer%2Fsvelte-vrm-live","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedexplorer%2Fsvelte-vrm-live/lists"}