{"id":19988664,"url":"https://github.com/codeacme17/echo-ui","last_synced_at":"2025-04-04T16:15:05.912Z","repository":{"id":210617667,"uuid":"725945771","full_name":"codeacme17/echo-ui","owner":"codeacme17","description":"A UI library born for WAA","archived":false,"fork":false,"pushed_at":"2025-02-12T13:11:28.000Z","size":50229,"stargazers_count":202,"open_issues_count":1,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-28T15:08:16.262Z","etag":null,"topics":["audio-hook","audio-ui","component-library","echo-ui","react-component-library","tailwindcss-ui","web-audio-api"],"latest_commit_sha":null,"homepage":"https://echoui.dev","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/codeacme17.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":"ROADMAP.md","authors":null,"dei":null}},"created_at":"2023-12-01T07:47:45.000Z","updated_at":"2025-02-22T02:43:28.000Z","dependencies_parsed_at":"2024-03-18T06:47:46.775Z","dependency_job_id":null,"html_url":"https://github.com/codeacme17/echo-ui","commit_stats":null,"previous_names":["codeacme17/echo-ui"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeacme17%2Fecho-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeacme17%2Fecho-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeacme17%2Fecho-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeacme17%2Fecho-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeacme17","download_url":"https://codeload.github.com/codeacme17/echo-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247208151,"owners_count":20901570,"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":["audio-hook","audio-ui","component-library","echo-ui","react-component-library","tailwindcss-ui","web-audio-api"],"created_at":"2024-11-13T04:43:43.197Z","updated_at":"2025-04-04T16:15:05.897Z","avatar_url":"https://github.com/codeacme17.png","language":"TypeScript","readme":"\u003cimg src=\"https://github.com/codeacme17/echo-ui/assets/67408722/8222b369-5f71-428e-97f9-f648f05cab70\" width=\"240\"/\u003e\u003c/br\u003e\n\nEcho UI is a high-performance and out-of-the-box web audio API component library, build with React and TailwindCSS.\n\n\u003ca href=\"https://echoui.dev/en\"\u003e \n  \u003cimg src=\"https://img.shields.io/badge/Document-ffbe3b?style=flat\" /\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://echoui.dev/zh\"\u003e \n  \u003cimg src=\"https://img.shields.io/badge/中文文档-ffbe3b?style=flat\u0026logo=googletranslate\u0026logoColor=%231e1e1e\" /\u003e\n\u003c/a\u003e\n\n\u003ca href=\"./ROADMAP.md\"\u003e \n  \u003cimg src=\"https://img.shields.io/badge/ROADMAP-ffbe3b?style=flat\" /\u003e\n\u003c/a\u003e\n\n\u003ca href=\"./LICENSE.md\"\u003e \n  \u003cimg src=\"https://img.shields.io/badge/License-MIT-ffbe3b?style=flat\u0026labelColor=ffbe3b\" /\u003e\n\u003c/a\u003e\n\n## Why Echo UI ?\n\nNowadays, [Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API) has become a very popular and mature technology for web audio development, and libraries based on it (such as [tone.js](https://github.com/Tonejs/Tone.js) and [howler.js](https://github.com/goldfire/howler.js)) have emerged and become very popular. However, the interaction interface for audio operations is cumbersome and involves many technical points, so this can be a major stumbling block to the development of this technology.\n\n**Echo UI** aims to simplify the development process of audio interaction pages, reduce the burden on the developer's mind, and allow users to use out-of-the-box component libraries to quickly build an elegant audio interaction application!\n\n## Features\n\n#### 📦 **Out-of-the-Box**\n\nEcho UI provides a set of out-of-the-box components that you can directly use to build your audio applications, such as an EQ equalizer, an audio player, or a VST plugin.\n\n#### 🎛️ **High-Quality Interactions**\n\nMany of the component interactions are inspired by high-quality DAW (Digital Audio Workstation) applications like [Ableton Live](https://www.ableton.com/en/live/) and [FL Studio](https://www.image-line.com/). These interactions greatly enhance the user experience.\n\n#### ✨ **Customizable \u0026 Easily Extensible**\n\nDeveloped based on [React](https://react.dev/) and [TailwindCSS](https://tailwindcss.com/), it allows you to easily customize the style and interaction behavior of components. Additionally, you can easily extend Echo UI's component library.\n\n#### 🛠️ **Easy-to-use Hook**\n\nHook specially designed for audio interaction and analysis applications, which can easily implement audio interactive applications.\n\n#### 📈 **Responsive layout**\n\nEcho UI's component library is responsive, meaning they can automatically adapt to different screen sizes, providing a good experience on different devices.\n\n## License\n\n[MIT](./LICENSE.md) © 2023-Present [leyoonafr](https://github.com/codeacme17)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeacme17%2Fecho-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeacme17%2Fecho-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeacme17%2Fecho-ui/lists"}