{"id":30653061,"url":"https://github.com/maxrave-dev/lyrics-web","last_synced_at":"2025-08-31T07:34:49.782Z","repository":{"id":310238804,"uuid":"1031708223","full_name":"maxrave-dev/lyrics-web","owner":"maxrave-dev","description":"A modern web interface for SimpMusic Lyrics API - Search, view, and manage song lyrics with a beautiful, responsive UI.","archived":false,"fork":false,"pushed_at":"2025-08-19T15:53:42.000Z","size":1401,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-25T15:04:19.281Z","etag":null,"topics":["nextjs","shadcn-ui","simpmusic","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://lyrics.simpmusic.org","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/maxrave-dev.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}},"created_at":"2025-08-04T08:03:42.000Z","updated_at":"2025-08-19T15:53:46.000Z","dependencies_parsed_at":"2025-08-16T18:51:32.189Z","dependency_job_id":null,"html_url":"https://github.com/maxrave-dev/lyrics-web","commit_stats":null,"previous_names":["maxrave-dev/lyrics-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxrave-dev/lyrics-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxrave-dev%2Flyrics-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxrave-dev%2Flyrics-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxrave-dev%2Flyrics-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxrave-dev%2Flyrics-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxrave-dev","download_url":"https://codeload.github.com/maxrave-dev/lyrics-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxrave-dev%2Flyrics-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272953907,"owners_count":25021133,"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-08-31T02:00:09.071Z","response_time":79,"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":["nextjs","shadcn-ui","simpmusic","tailwindcss","typescript"],"created_at":"2025-08-31T07:34:49.252Z","updated_at":"2025-08-31T07:34:49.746Z","avatar_url":"https://github.com/maxrave-dev.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/maxrave","https://liberapay.com/maxrave/"],"categories":[],"sub_categories":[],"readme":"# SimpMusic Lyrics\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Next.js](https://img.shields.io/badge/Next.js-15.4.5-black)](https://nextjs.org/)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5.0-blue)](https://www.typescriptlang.org/)\n[![Tailwind CSS](https://img.shields.io/badge/Tailwind-CSS-06B6D4)](https://tailwindcss.com/)\n\n\u003e 🎵 **A modern web interface for SimpMusic Lyrics API** - Search, view, and manage song lyrics with a beautiful, responsive UI.\n\n\n## Features\n\n### **Smart Search**\n- **Full-text search** across lyrics content\n- **Artist search** to find songs by specific artists  \n- **Song title search** for exact matches\n- **Real-time search** with instant results\n- **Request timing** display for performance transparency\n\n### **Modern UI/UX**\n- **Responsive design** optimized for mobile and desktop\n- **Dark/Light theme** support with system preference detection\n- **Beautiful typography** with optimized font loading\n- **Smooth animations** and transitions\n- **Clean, minimalist** interface inspired by modern music apps\n\n### **Lyrics Management**\n- **Lyrics viewer** with synced and plain lyrics support\n- **Community translations** with language chips\n- **Vote system** for lyrics quality (upvote/downvote)\n- **Download lyrics** as LRC files\n- **Contributor attribution** and vote counts\n- **Toast notifications** for user feedback\n\n### **Security \u0026 Performance**\n- **HMAC authentication** for API requests\n- **Rate limiting** awareness and error handling\n- **Real-time vote updates** without page refresh\n- **Optimized API calls** with proper caching\n- **Error boundaries** and graceful error handling\n\n## Quick Start\n\n### Prerequisites\n\n- **Node.js** 18+ \n- **npm/yarn/pnpm/bun**\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/maxrave-dev/lyrics-web.git\ncd lyrics-web\n\n# Install dependencies\nnpm install\n# or\nyarn install\n# or\npnpm install\n# or\nbun install\n```\n\n### Development\n\n```bash\n# Start development server\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) in your browser.\n\n### Build for Production\n\n```bash\n# Build the application\nnpm run build\n# or\nyarn build\n\n# Start production server\nnpm start\n# or\nyarn start\n```\n\n## Tech Stack\n\n### Frontend Framework\n- **[Next.js 15.4.5](https://nextjs.org/)** - React framework with App Router\n- **[React 19](https://react.dev/)** - UI library\n- **[TypeScript](https://www.typescriptlang.org/)** - Type safety\n\n### Styling\n- **[Tailwind CSS](https://tailwindcss.com/)** - Utility-first CSS framework\n- **[shadcn/ui](https://ui.shadcn.com/)** - High-quality React components\n\n## Related Projects\n\nThis web interface connects to the **SimpMusic Lyrics API**:\n\n### **Backend API**\n- **Repository**: [maxrave-dev/lyrics](https://github.com/maxrave-dev/lyrics)\n- **Live API**: [api-lyrics.simpmusic.org](https://api-lyrics.simpmusic.org)\n- **Tech Stack**: Kotlin, Spring Boot, Appwrite Database\n- **Features**: RESTful API, HMAC authentication, rate limiting, full-text search\n\n### **SimpMusic App**\n- **Repository**: [maxrave-dev/SimpMusic](https://github.com/maxrave-dev/SimpMusic)\n- **Platform**: Android (Jetpack Compose)\n- **Description**: FOSS YouTube Music client with lyrics integration\n\n## 📝 Project Structure\n\n```\nsrc/\n├── app/                 # Next.js App Router\n│   ├── about/          # About page\n│   ├── api/            # API documentation\n│   ├── donate/         # Donation page  \n│   ├── search/         # Search page\n│   └── layout.tsx      # Root layout\n├── components/         # React components\n│   ├── ui/            # shadcn/ui components\n│   ├── LyricsDialog.tsx # Main lyrics viewer\n│   ├── Header.tsx     # Navigation header\n│   └── Footer.tsx     # Page footer\n├── lib/               # Utilities\n│   ├── hmac.ts       # HMAC authentication\n│   ├── config.ts     # Configuration\n│   └── utils.ts      # General utilities\n└── hooks/            # Custom React hooks\n```\n\n## Contributing\n\nWe welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for details.\n\n### Development Workflow\n\n1. **Fork** the repository\n2. **Create** a feature branch: `git checkout -b feature/amazing-feature`\n3. **Commit** your changes: `git commit -m 'Add amazing feature'`\n4. **Push** to the branch: `git push origin feature/amazing-feature`\n5. **Open** a Pull Request\n\n### Code Style\n\n- **TypeScript** for type safety\n- **ESLint + Prettier** for code formatting\n- **Conventional Commits** for commit messages\n- **Component-driven** development\n\n## License\n\nThis project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.\n\n ## Support \u0026 Donations \n #### Special thanks to all supporter ❤️    \n \u003cdiv align=\"left\"\u003e \n \u003ca href=\"https://simpmusic.org/\"\u003e\u003cimg alt=\"Visit the website\" height=\"50\" src=\"https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/documentation/website_vector.svg\"\u003e\u003c/a\u003e \u0026nbsp;        \n\u003ca href=\"https://discord.gg/Rq5tWVM9Hg\"\u003e\u003cimg alt=\"Discord Server\" height=\"50\" src=\"https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/social/discord-plural_vector.svg\"\u003e\u003c/a\u003e \u0026nbsp;        \n\u003cbr\u003e \u003ca href=\"https://www.buymeacoffee.com/maxrave\"\u003e\u003cimg alt=\"Buy me a Coffee\" height=\"50\" src=\"https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/donate/buymeacoffee-singular_vector.svg\"\u003e\u003c/a\u003e \u0026nbsp;        \n\u003ca href=\"https://liberapay.com/maxrave/\"\u003e\u003cimg alt=\"liberapay\" height=\"50\"        \nsrc=\"https://raw.githubusercontent.com/liberapay/liberapay.com/master/www/assets/liberapay/logo-v2_black-on-yellow.svg\"\u003e\u003c/a\u003e \n\u003c/div\u003e\n    \n ### MOMO or Vietnamese banking    \n \u003cp float=\"left\"\u003e        \n \u003cimg src=\"https://github.com/maxrave-dev/SimpMusic/blob/dev/asset/52770992.jpg?raw=true\" width=\"300\"\u003e \n \u003c/p\u003e\n\n## SimpMusic is sponsored by:\n\u003cbr /\u003e\n\u003ca href=\"https://vercel.com/oss\"\u003e\n  \u003cimg alt=\"Vercel OSS Program\" src=\"https://vercel.com/oss/program-badge.svg\" /\u003e\n\u003c/a\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\n\u003ca href=\"https://www.digitalocean.com/?refcode=d7f6eedfb9a9\u0026utm_campaign=Referral_Invite\u0026utm_medium=Referral_Program\u0026utm_source=badge\"\u003e\u003cimg src=\"https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%201.svg\" width=\"300\" alt=\"DigitalOcean Referral Badge\" /\u003e\u003c/a\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003ca href=\"https://crowdin.com\"\u003e\n\u003cimg src=\"https://support.crowdin.com/assets/logos/plate/png/crowdin-logo-with-plate.png\" width=\"300\"/\u003e\n\u003c/a\u003e\n\u003cbr\u003e\n\u003ca href=\"https://sentry.io\"\u003e\n\u003cimg src=\"https://github.com/maxrave-dev/SimpMusic/blob/dev/asset/sentry.svg?raw=true\" width=\"300\"/\u003e\n\u003c/a\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\nGet a free $200 credit over 60 days on DigitalOcean: [GET NOW](https://www.digitalocean.com/?refcode=d7f6eedfb9a9\u0026utm_campaign=Referral_Invite\u0026utm_medium=Referral_Program\u0026utm_source=badge)\n\nCrowdin and Sentry both have a free enterprise plan for Open-source projects. Follow the URLs: \n- [Open Source License Request Form | Crowdin](https://crowdin.com/page/open-source-project-setup-request)\n- [Sentry for Open Source | Sentry](https://sentry.io/for/open-source/)\n\nCheck out the Vercel open-source program:\n- https://vercel.com/open-source-program\n\n*This project is a part of SimpMusic.org Open-source project by me [maxrave-dev](https://github.com/maxrave-dev)*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxrave-dev%2Flyrics-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxrave-dev%2Flyrics-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxrave-dev%2Flyrics-web/lists"}