{"id":50969383,"url":"https://github.com/aelithron/lyrickit","last_synced_at":"2026-06-19T00:30:45.827Z","repository":{"id":320657377,"uuid":"1082867755","full_name":"aelithron/lyrickit","owner":"aelithron","description":"Simple toolkit for everything to do with song lyrics. Find, write, and sync lyrics for existing songs with ease.","archived":false,"fork":false,"pushed_at":"2026-05-13T01:13:15.000Z","size":308,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-28T00:28:06.130Z","etag":null,"topics":["lrclib","lyrics","music","nextjs"],"latest_commit_sha":null,"homepage":"https://lyrics.novatea.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/aelithron.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":"aelithron","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2025-10-24T22:35:12.000Z","updated_at":"2026-05-13T01:13:11.000Z","dependencies_parsed_at":"2025-10-25T04:31:04.939Z","dependency_job_id":null,"html_url":"https://github.com/aelithron/lyrickit","commit_stats":null,"previous_names":["aelithron/lyrickit"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/aelithron/lyrickit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelithron%2Flyrickit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelithron%2Flyrickit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelithron%2Flyrickit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelithron%2Flyrickit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aelithron","download_url":"https://codeload.github.com/aelithron/lyrickit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelithron%2Flyrickit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34513020,"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-18T02:00:06.871Z","response_time":128,"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":["lrclib","lyrics","music","nextjs"],"created_at":"2026-06-19T00:30:44.908Z","updated_at":"2026-06-19T00:30:45.802Z","avatar_url":"https://github.com/aelithron.png","language":"TypeScript","funding_links":["https://patreon.com/aelithron"],"categories":[],"sub_categories":[],"readme":"# LyricKit ![IMG](https://hackatime-badge.hackclub.com/U08RJ1PEM7X/lyrickit)\nA one-stop-shop webapp for everything related to lyrics! \\\nDownload, write, sync, and export lyrics to be usable where you need them. \\\nThis project was made for Moonshot, a Hack Club event!\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://moonshot.hackclub.com\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://user-cdn.hackclub-assets.com/019c256f-6bef-72e2-9c9d-a7b972c89b0b/35ad2be8c916670f3e1ac63c1df04d76a4b337d1_moonshot.png\" \n         alt=\"This project is part of Moonshot, a 4-day hackathon in Florida visiting Kennedy Space Center and Universal Studios!\" \n         style=\"width: 100%;\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n## Features\n- Metadata extractor for uploaded song files\n- Pulls existing lyrics from LRCLIB\n- Includes a simple tool for playing a song and syncing while you do so, inspired by https://lrc-maker.github.io.\n- Works with bulk imports (drop a bunch of songs in, pull/write/sync lyrics, and export a .zip at the end).\n- Mobile compatibility\n- Supports many file types\n\n## Usage\nGo to [lyrics.novatea.dev](https://lyrics.novatea.dev) in a web browser! Upload your songs and follow the flow illustrated by the sidebar (it goes in order).\n### Self-hosting\n#### With Docker Compose\nCopy the following Compose file to your server or computer, and name it `compose.yaml`:\n```yaml\nservices:\n  lyrickit:\n    image: ghcr.io/aelithron/lyrickit:latest\n    container_name: lyrickit\n    ports:\n      - \"3000:3000\"\n    restart: unless-stopped\n```\nThen, simply run `docker compose up -d` in the directory of the file!\n#### With `docker run`\nRun the following command on your server or computer:\n```bash\ndocker run -d \\\n  --name lyrickit \\\n  -p 3000:3000 \\\n  --restart unless-stopped \\\n  ghcr.io/aelithron/lyrickit:latest\n```\n## Credits\nThis project uses some [Font Awesome](https://fontawesome.com) and [Twemoji](https://github.com/twitter/twemoji) icons throughout.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faelithron%2Flyrickit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faelithron%2Flyrickit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faelithron%2Flyrickit/lists"}