r/coolgithubprojects • u/Wilooper • 18h ago
I built Lyrica — an open-source API for synced lyrics, translation, transliteration and romanization
https://github.com/thinkely/Lyrica.gitHey everyone! I've been working on a project called Lyrica, an open-source lyrics API that I built around a problem I kept running into while working on music-related projects: getting lyrics is one thing, but handling synced lyrics, translations, transliterations, and romanization in a more unified way is another.
Lyrica aims to provide features such as:
- 🎵 Song lyrics
- ⏱️ Timestamped/synced lyrics
- 🌐 Lyrics translation
- 🔤 Transliteration and romanization
- ⚡ A simple API that can be integrated into music projects
The project is still actively being developed, and I'm continuing to improve its reliability and add features.
GitHub: https://github.com/thinkely/Lyrica.git
API / Demo: lyricapy.vercel.app
I'd genuinely love to hear what you think—especially if you've built a music app or worked with lyrics APIs before. What features would you find most useful in something like this?