{"id":27276710,"url":"https://github.com/joaocarabetta/harmonix","last_synced_at":"2026-06-16T14:31:25.927Z","repository":{"id":255408850,"uuid":"849526876","full_name":"JoaoCarabetta/harmonix","owner":"JoaoCarabetta","description":"Harmonix - Interactive Music Theory Explorer","archived":false,"fork":false,"pushed_at":"2025-04-07T16:17:17.000Z","size":1845,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-23T15:22:41.220Z","etag":null,"topics":["music","vibe-coding"],"latest_commit_sha":null,"homepage":"https://joaocarabetta.github.io/harmonix/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JoaoCarabetta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-08-29T18:43:41.000Z","updated_at":"2025-04-07T16:16:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"f007f15f-992f-452e-982e-5a42a47d040a","html_url":"https://github.com/JoaoCarabetta/harmonix","commit_stats":null,"previous_names":["joaocarabetta/bandoneon-chord","joaocarabetta/harmonix"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JoaoCarabetta/harmonix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoaoCarabetta%2Fharmonix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoaoCarabetta%2Fharmonix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoaoCarabetta%2Fharmonix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoaoCarabetta%2Fharmonix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoaoCarabetta","download_url":"https://codeload.github.com/JoaoCarabetta/harmonix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoaoCarabetta%2Fharmonix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34410778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"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":["music","vibe-coding"],"created_at":"2025-04-11T16:16:41.215Z","updated_at":"2026-06-16T14:31:25.908Z","avatar_url":"https://github.com/JoaoCarabetta.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎵 Harmonix - Interactive Music Theory Explorer\n\nHarmonix is an elegant, interactive tool for exploring music theory concepts across different instruments. Currently supporting bandoneon and guitar, it provides a visual and intuitive way to understand chords, scales, and musical intervals.\n\n🌐 **[Try it live!](https://joaocarabetta.github.io/harmonix)**\n\n## 📸 Screenshots\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"imgs/bandoneon.png\" alt=\"Bandoneon Mode\" width=\"800\"/\u003e\n  \u003cp\u003e\u003cem\u003eBandoneon Mode - Visualize both hands with opening/closing positions\u003c/em\u003e\u003c/p\u003e\n  \n  \u003cimg src=\"imgs/guitar.png\" alt=\"Guitar Mode\" width=\"800\"/\u003e\n  \u003cp\u003e\u003cem\u003eGuitar Mode - Interactive fretboard with interval highlighting\u003c/em\u003e\u003c/p\u003e\n\u003c/div\u003e\n\n## ✨ Features\n\n- **Multi-Instrument Support**\n  - 🪗 Bandoneon visualization with opening/closing reed positions\n  - 🎸 Interactive guitar fretboard display\n\n- **Comprehensive Music Theory Tools**\n  - 🎼 Visual chord construction and exploration\n  - 🔄 Real-time interval visualization\n  - 🎹 Common chord presets (Major, Minor, 7th, etc.)\n  - 🎵 Greek mode exploration (Ionian, Dorian, etc.)\n\n- **User-Friendly Interface**\n  - 💫 Modern, minimalist design\n  - 🎨 Color-coded intervals for easy recognition\n  - 🔄 Seamless instrument switching\n  - 🌈 Interactive chord display\n\n- **Internationalization**\n  - 🌍 Supports multiple languages:\n    - English\n    - Portuguese\n    - Spanish\n    - French\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js (v14 or higher)\n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/harmonix.git\ncd harmonix\n```\n\n2. Install dependencies:\n```bash\nnpm install\n# or\nyarn install\n```\n\n3. Start the development server:\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\n4. Open your browser and navigate to `http://localhost:3000`\n\n## 🛠️ Built With\n\n- [React](https://reactjs.org/) - Frontend framework\n- [TypeScript](https://www.typescriptlang.org/) - Type safety\n- [Tailwind CSS](https://tailwindcss.com/) - Styling\n- [i18next](https://www.i18next.com/) - Internationalization\n\n## 🤝 Contributing\n\nContributions are welcome! Feel free to:\n\n1. Fork the repository\n2. Create a 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- Inspired by the rich musical heritage of the bandoneon and its role in tango music\n- Special thanks to the music theory community for their invaluable resources\n\n---\n\nMade with ♥ by [Your Name]\n\n*\"Music is the universal language of mankind\" - Henry Wadsworth Longfellow*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaocarabetta%2Fharmonix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoaocarabetta%2Fharmonix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaocarabetta%2Fharmonix/lists"}