{"id":26822786,"url":"https://github.com/wazeerc/voxie","last_synced_at":"2025-10-14T12:50:20.680Z","repository":{"id":282704017,"uuid":"949160893","full_name":"wazeerc/voxie","owner":"wazeerc","description":"Voxie, Let Your Notes Speak","archived":false,"fork":false,"pushed_at":"2025-07-26T06:37:55.000Z","size":522,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-26T12:22:18.393Z","etag":null,"topics":["tts","vibe-coding"],"latest_commit_sha":null,"homepage":"","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/wazeerc.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-15T20:16:29.000Z","updated_at":"2025-07-26T06:37:52.000Z","dependencies_parsed_at":"2025-03-16T12:38:46.841Z","dependency_job_id":"c1053f4d-253c-4e83-ac10-0b843f84dd18","html_url":"https://github.com/wazeerc/voxie","commit_stats":null,"previous_names":["wazeerc/voxie"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wazeerc/voxie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wazeerc%2Fvoxie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wazeerc%2Fvoxie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wazeerc%2Fvoxie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wazeerc%2Fvoxie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wazeerc","download_url":"https://codeload.github.com/wazeerc/voxie/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wazeerc%2Fvoxie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018576,"owners_count":26086579,"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-10-14T02:00:06.444Z","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":["tts","vibe-coding"],"created_at":"2025-03-30T08:28:19.914Z","updated_at":"2025-10-14T12:50:20.669Z","avatar_url":"https://github.com/wazeerc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Voxie - Let Your Notes Speak\n\nVoxie is a lightweight, accessible text-to-speech web application that converts your notes, documents, and text into natural-sounding speech. Perfect for students, professionals, and anyone who prefers listening to reading.\n\n\u003e [!NOTE]\n\u003e This app was 99.9% vibe coded using VSCode (1.98.2), GitHub Copilot, Claude Sonnet 3.7 (Thinking Preview) in Edit \u0026 Agent mode - I only wrote 2-3 lines of code XD\n\n## Features\n\n- ✅ **Text-to-Speech Conversion** - Convert any text into speech with just a click\n- ✅ **PDF Document Support** - Upload and convert PDF documents directly\n- ✅ **Voice Selection** - Choose from multiple voices, with preference for natural-sounding options\n- ✅ **Playback Controls** - Play, pause, stop, and adjust speech rate\n- ✅ **Responsive Design** - Works on desktop and mobile devices\n- ✅ **Clean Interface** - Intuitive, distraction-free user experience\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (latest LTS recommended)\n- npm or yarn\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/wazeerc/voxie.git\n\n# Navigate to the project directory\ncd voxie\n\n# Install dependencies\nnpm install\n\n# Start the development server\nnpm run dev\n```\n\n## Usage\n\n1. **Enter Text**: Type directly into the text area or upload a PDF document\n2. **Select Voice**: Choose your preferred voice from the dropdown menu (the app automatically looks for natural-sounding voices)\n3. **Adjust Speed**: Use the slider to set your preferred speech rate (0.5x to 2x)\n4. **Playback**: Use the play/pause/stop controls to manage speech playback\n\n## Building for Production\n\n```bash\n# Build the app for production\nnpm run build\n\n# Preview the production build\nnpm run preview\n```\n\n## Technologies Used\n\n- [Preact](https://preactjs.com/) - Lightweight alternative to React\n- [PDF.js](https://mozilla.github.io/pdf.js/) - PDF parsing library\n- [Web Speech API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API) - Browser text-to-speech capabilities\n- [Vite](https://vitejs.dev/) - Next generation frontend tooling\n\n## Browser Support\n\nVoxie relies on the Web Speech API, which is supported in most modern browsers:\n\n- Chrome/Edge (full support)\n- Firefox (partial support)\n- Safari (partial support)\n\nVoice selection and quality may vary between browsers. The app works best with Chromium-based browsers that support the latest Web Speech API features, **Microsoft Edge** is preferred.\n\n## Development\n\n```bash\n# Run development server\nnpm run dev\n\n# Format code\nnpm run format\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is open source and available under the MIT License.\n\n## Acknowledgements\n\n- Icons by [Feather Icons](https://feathericons.com/) \u0026 [Vijay](https://3dicons.co/)\n- Uses the SpeechSynthesis API for text-to-speech functionality\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwazeerc%2Fvoxie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwazeerc%2Fvoxie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwazeerc%2Fvoxie/lists"}