{"id":24404082,"url":"https://github.com/justmalhar/tts-studio","last_synced_at":"2025-04-23T03:28:02.160Z","repository":{"id":273041890,"uuid":"918527734","full_name":"Justmalhar/tts-studio","owner":"Justmalhar","description":"Text to Speech Studio to convert text into natural-sounding speech using advanced AI models from leading providers like Replicate, OpenAI, and ElevenLabs.","archived":false,"fork":false,"pushed_at":"2025-01-22T13:43:26.000Z","size":1377,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T21:41:19.405Z","etag":null,"topics":["ai","audio-generation","elevenlabs","kokoro","nextjs","openai","reactjs","replicate","speech-synthesis","tailwindcss","text-to-speech","tts","tts-api","vercel","vercel-deploy"],"latest_commit_sha":null,"homepage":"https://tts-studio.vercel.app","language":"TypeScript","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/Justmalhar.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}},"created_at":"2025-01-18T06:43:57.000Z","updated_at":"2025-03-21T02:23:36.000Z","dependencies_parsed_at":"2025-01-18T08:33:34.678Z","dependency_job_id":"b677c5b0-3bb3-4007-9b1f-d91b6ebc0a2f","html_url":"https://github.com/Justmalhar/tts-studio","commit_stats":null,"previous_names":["justmalhar/tts-studio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justmalhar%2Ftts-studio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justmalhar%2Ftts-studio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justmalhar%2Ftts-studio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justmalhar%2Ftts-studio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Justmalhar","download_url":"https://codeload.github.com/Justmalhar/tts-studio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250363621,"owners_count":21418301,"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","audio-generation","elevenlabs","kokoro","nextjs","openai","reactjs","replicate","speech-synthesis","tailwindcss","text-to-speech","tts","tts-api","vercel","vercel-deploy"],"created_at":"2025-01-20T03:59:08.363Z","updated_at":"2025-04-23T03:28:02.139Z","avatar_url":"https://github.com/Justmalhar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎙️ TTS Studio - Text to Speech Studio\n\n\u003e 🔊 Transform text into natural speech with multiple AI providers of your choice - Replicate, OpenAI, ElevenLabs\n\nTTS Studio is a modern web application that converts text into natural-sounding speech using advanced AI models. Powered by models from leading providers like [Replicate](https://replicate.com/), [OpenAI](https://openai.com/), and [ElevenLabs](https://elevenlabs.io/), it offers an intuitive interface for generating high-quality audio from text.\n\n## Demo\n\n![TTS Studio Demo](https://github.com/Justmalhar/tts-studio/blob/main/public/demo.png)\n\n## ✨ Features\n\n- 🚀 **Instant Deployment**: Deploy with a single click using Vercel's seamless platform integration\n- 🎯 **Multiple Providers**: Choose from [Replicate (Kokoro)](https://replicate.com/jaaari/kokoro-82m), [OpenAI TTS](https://platform.openai.com/docs/guides/text-to-speech), or [ElevenLabs TTS](https://docs.elevenlabs.io/welcome/introduction) for text-to-speech conversion\n- 🗣️ **Rich Voice Selection**: Access a variety of voices across different providers\n- ⚡ **Real-time Generation**: Generate audio quickly with advanced AI models\n- 💾 **Easy Downloads**: Save generated audio files directly to your device\n- 🎛️ **Customization**: Adjust speech speed and other parameters\n- 📱 **Responsive Design**: Works seamlessly on desktop and mobile devices\n\n## 🚀 1-Click Deploy\n\nDeploy **🎙️ TTS Studio** with a single click using Vercel's powerful and scalable environment.\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/Justmalhar/tts-studio\u0026env=REPLICATE_API_KEY\u0026env=OPENAI_API_KEY\u0026env=ELEVENLABS_API_KEY)\n\nFor detailed deployment instructions, check out the [Next.js deployment documentation](https://nextjs.org/docs/deployment).\n\n## 🚀 Quick Start\n\n### Prerequisites\n\n- Node.js 18+ installed\n- API keys from providers you want to use:\n  - [Replicate API Key](https://replicate.com/account)\n  - [OpenAI API Key](https://platform.openai.com/api-keys)\n  - [ElevenLabs API Key](https://elevenlabs.io/api-keys)\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Justmalhar/tts-studio.git\n   cd tts-studio\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Set up environment variables:\n   ```bash\n   cp .env.example .env.local\n   ```\n\n4. Add your API keys to `.env.local`:\n   ```env\n   REPLICATE_API_KEY=your_replicate_api_key\n   OPENAI_API_KEY=your_openai_api_key\n   ELEVENLABS_API_KEY=your_elevenlabs_api_key\n   ```\n\n5. Start the development server:\n   ```bash\n   npm run dev\n   ```\n\n6. Open [http://localhost:3000](http://localhost:3000) in your browser 🎉\n\n## 🛠️ Environment Setup\n\n### Local Development\n\nCreate a `.env.local` file in the root directory:\n```bash\ncp .env.example .env.local\n```\n\nAdd your API keys:\n```env\nREPLICATE_API_KEY=your_replicate_api_key\nOPENAI_API_KEY=your_openai_api_key\nELEVENLABS_API_KEY=your_elevenlabs_api_key\n```\n\n### Production Deployment\n\nFor Vercel deployment:\n1. Go to your project settings\n2. Navigate to the Environment Variables section\n3. Add the same variables as above\n4. Redeploy your application\n\n## 🎯 Usage Guide\n\n1. 🔑 Setup your API keys for the provider you want to use in `.env.local` file or Vercel Environment Variables\n2. 📝 Type or paste your text in the input field\n3. 🎤 Select a voice from the available options\n4. ⚙️ Adjust the speech settings (speed, etc.)\n5. 🎵 Click \"Generate Audio\" to create your speech\n6. 💾 Use the player controls or download the audio file\n\n## 🌟 Providers\n\n### Replicate - Kokoro\n- Advanced text-to-speech model (82M params)\n- Optimized for long-form content\n- Multiple voice options\n- [Learn more about Kokoro](https://replicate.com/jaaari/kokoro-82m)\n\n### OpenAI TTS\n- State-of-the-art TTS technology\n- Multiple voices and languages\n- High-quality audio output\n- [OpenAI TTS Documentation](https://platform.openai.com/docs/guides/text-to-speech)\n\n### ElevenLabs TTS\n- Professional-grade voice synthesis\n- 32+ languages supported\n- Advanced customization options\n- [ElevenLabs Documentation](https://docs.elevenlabs.io/welcome/introduction)\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request. For major changes:\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- 🎯 [Replicate](https://replicate.com) for the Kokoro model\n- 🤖 [OpenAI](https://openai.com) for their TTS API\n- 🎤 [ElevenLabs](https://elevenlabs.io) for their voice technology\n- 🎨 [Tailwind CSS](https://tailwindcss.com) for the styling\n- 🎭 [Framer Motion](https://www.framer.com/motion/) for animations\n\n## Stay Connected\n- **Twitter/X**: [@justmalhar](https://twitter.com/justmalhar) 🛠\n- **LinkedIn**: [Malhar Ujawane](https://linkedin.com/in/justmalhar) 💻\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustmalhar%2Ftts-studio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustmalhar%2Ftts-studio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustmalhar%2Ftts-studio/lists"}