{"id":48714787,"url":"https://github.com/sillyangel/mice","last_synced_at":"2026-04-11T16:13:48.851Z","repository":{"id":299949820,"uuid":"1004705635","full_name":"sillyangel/mice","owner":"sillyangel","description":"Navidrome web client using Next.js and ShadCN UI","archived":false,"fork":false,"pushed_at":"2026-02-16T00:48:46.000Z","size":25779,"stargazers_count":12,"open_issues_count":6,"forks_count":1,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2026-02-16T04:40:51.287Z","etag":null,"topics":["client","navidrome","navidrome-client","self-hosted","subsonic-client"],"latest_commit_sha":null,"homepage":"https://mice.sillyangel.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/sillyangel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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-06-19T04:01:18.000Z","updated_at":"2026-02-15T22:00:28.000Z","dependencies_parsed_at":"2025-06-19T05:21:38.949Z","dependency_job_id":"5dbb274e-f71f-48a5-94c2-8726683447d7","html_url":"https://github.com/sillyangel/mice","commit_stats":null,"previous_names":["sillyangel/mice"],"tags_count":4,"template":false,"template_full_name":"github/codespaces-blank","purl":"pkg:github/sillyangel/mice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sillyangel%2Fmice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sillyangel%2Fmice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sillyangel%2Fmice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sillyangel%2Fmice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sillyangel","download_url":"https://codeload.github.com/sillyangel/mice/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sillyangel%2Fmice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31686376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["client","navidrome","navidrome-client","self-hosted","subsonic-client"],"created_at":"2026-04-11T16:13:48.126Z","updated_at":"2026-04-11T16:13:48.846Z","avatar_url":"https://github.com/sillyangel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/sillyangel/mice/blob/main/public/icon-512.png?raw=true\" alt=\"Mice Logo\" width=\"120\" /\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\u003cstrong\u003eMice | Navidrome Client\u003c/strong\u003e\u003c/h1\u003e\n\n\u003e Project based on [shadcn/ui](https://github.com/shadcn-ui/ui)'s music template.\n\n\u003c!-- this looks like \"ai\" lol but its not --\u003e\n\nThis is a \"Modern\" Navidrome (or Subsonic) client built with [Next.js](https://nextjs.org/) and [shadcn/ui](https://ui.shadcn.com/). It creates a beautiful, responsive music streaming web application that connects to your Navidrome server, and fully able to self-host using docker!\n\n## Features\n\n- **Real Music Streaming** via Navidrome/Subsonic API\n- **Modern UI** with shadcn/ui components\n- **Dynamic Album Artwork** from your music library\n- **Favorites** - Star albums, artists, and songs\n- **Search** - Find music across your entire library\n- **Audio Player** with queue management\n- **Scrobbling** - Track your listening history\n\u003c!-- - **Playlist Management** - Create and manage playlists --\u003e\n\n### Preview\n![preview](https://github.com/sillyangel/mice/blob/main/public/home-preview.png?raw=true)\n\n## Quick Start\n\n### Prerequisites\n- [Navidrome](https://www.navidrome.org/) server running\n- Node.js 18+\n\n### Setup\n\n1. **Clone and install the required dependencies**\n\n```bash\ngit clone https://github.com/sillyangel/mice.git\ncd mice/\npnpm install\n\n# or npm\nnpm install\n```\n\n## 2. **Configure the Navidrome connection**\n\nFirst, copy the example environment file:  \n\n```bash\ncp .env.example .env\n```\n\nNext, open the new `.env` file and update it with your Navidrome server credentials:  \n\n```env\nNEXT_PUBLIC_NAVIDROME_URL=http://localhost:4533\nNEXT_PUBLIC_NAVIDROME_USERNAME=your_username\nNEXT_PUBLIC_NAVIDROME_PASSWORD=your_password\n```\n\n\u003e **Tip:** If you don’t have your own Navidrome server yet, you can use the public demo credentials:  \n\n```env\nNEXT_PUBLIC_NAVIDROME_URL=https://demo.navidrome.org\nNEXT_PUBLIC_NAVIDROME_USERNAME=demo\nNEXT_PUBLIC_NAVIDROME_PASSWORD=demo\n```\n\n3. **Run the development server**\n\n```bash\npnpm dev\n\n# or npm\n\nnpm run dev\n\n```\n\nOpen [http://localhost:40625](http://localhost:40625) in your browser.\n\n## Docker Deployment\n\nFor easy deployment using Docker:\n\n### Quick Docker Setup\n\n```bash\n# Run using pre-built image (app will prompt for Navidrome configuration)\ndocker run -p 3000:3000 sillyangel/mice:latest\n\n# Or build locally\ndocker build -t mice .\ndocker run -p 3000:3000 mice\n```\n\n### Docker Compose (Recommended)\n\n```bash\n# Copy environment template and configure\ncp .env.docker .env\n# Edit .env with your settings (optional - app can prompt)\ndocker-compose up -d\n```\n\n### Pre-configured Docker Run\n\n```bash\ndocker run -p 3000:3000 \\\n  -e NEXT_PUBLIC_NAVIDROME_URL=http://your-navidrome-server:4533 \\\n  -e NEXT_PUBLIC_NAVIDROME_USERNAME=your_username \\\n  -e NEXT_PUBLIC_NAVIDROME_PASSWORD=your_password \\\n  sillyangel/mice:latest\n```\n\n **For detailed Docker configuration, environment variables, troubleshooting, and advanced setups, see [DOCKER.md](./docs/DOCKER.md)**\n\n## Tech Stack\n\n- **Frontend**: Next.js 15, React 19, TypeScript\n- **UI**: shadcn/ui, Tailwind CSS, Radix UI\n- **Backend**: Navidrome (Subsonic API compatible)\n- **Audio**: Web Audio API with streaming\n- **State**: React Context for global state management\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Acknowledgments\n\n- [shadcn/ui](https://ui.shadcn.com/) for the beautiful UI components\n- [Navidrome](https://www.navidrome.org/) for the amazing music server\n- [Subsonic API](http://www.subsonic.org/pages/api.jsp) for the API specification\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsillyangel%2Fmice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsillyangel%2Fmice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsillyangel%2Fmice/lists"}