typing tests were boring, so i built TypeTheLyrics.
Arjun Vijay Prakash

Arjun Vijay Prakash @arjuncodess

About: I'm a 15-year-old full-stack developer, aspiring writer and student who loves to design & build stuff.

Location:
India
Joined:
May 25, 2022

typing tests were boring, so i built TypeTheLyrics.

Publish Date: Feb 16
47 10

I've always wanted to type along with my favourite songs, so I built TypeTheLyrics, an app that lets you do just that.

It syncs lyrics with Spotify music, making typing practice a fun challenge.

What Is TypeTheLyrics?

TypeTheLyrics is a typing test with music. Yes, another name for it would be "MonkeyType for Songs."

You enter a Spotify track URL, and the app fetches the lyrics.

As the song plays, you type the lyrics in sync.
It tracks your speed (WPM) and accuracy, and awards you points based on that. (if you're logged in)

Why I Built It

Typing tests can feel boring. Music makes everything better. I wanted an app that combined both. Simple!

With TypeTheLyrics, you can improve your typing skills while listening to songs you love.

How It Works

  1. Enter a Spotify track URL.
  2. Choose filters (like lowercase-only or no punctuation).
  3. Click “Get Lyrics.”
  4. Type along as the song plays.
  5. See your WPM and accuracy when you finish.

Features

  • Real-time lyrics sync – Type along as the song plays.
  • Typing stats – Track WPM, raw WPM, and accuracy.
  • Spotify integration – Get song details and lyrics automatically.
  • Leaderboard – See top typists and most played songs.
  • User accounts – Save your scores and compete with others.
  • Custom filters – Remove punctuation or switch to lowercase-only.

The Development Process

Building TypeTheLyrics WAS easy and fun too, thanks to Cursor. Here's how I made it.

Technologies Used

I used the popular and good Next.js for the front-end, styled with Tailwind CSS.

For authentication and database, I chose Supabase.

And finally, the Spotify Web API and Spotify Lyrics API from @akashrchandran helps fetch song details and lyrics.

Key API Endpoints

To make everything work, I built several API endpoints.

1. Leaderboard API (/api/leaderboard)

GET – Returns top 10 users and most played songs.

2. Lyrics Fetch API (/api/lyrics)

POST – Takes a Spotify track URL and returns lyrics with sync data.

3. Score Submission API (/api/scores)

POST – Saves typing test scores if the user is logged in.

4. Song Tracking API (/api/songs)

POST – Updates song play count.


Want to Try It?

If you love music and want to type faster, give TypeTheLyrics a shot.
Drop a track URL, start typing, and see how fast you can go!

🚀 Try TypeTheLyrics now
💻 Check the source here
🔼 Upvote it on Peerlist

Comments 10 total

  • ArnavK-09
    ArnavK-09Feb 16, 2025

    Fresh and great project mate 🔥

  • Arseniy
    ArseniyFeb 16, 2025

    Very interesting and fresh idea 👍

  • Ansell Maximilian
    Ansell MaximilianFeb 18, 2025

    This is genuinely a really creative project. It would've been a winning Dev Challenge submission.

    • Arjun Vijay Prakash
      Arjun Vijay PrakashFeb 18, 2025

      Thanks, Ansell! 😂
      "Accidental Dev Challenge entry speedrun?" Haha. 😎

  • Safin Ahmed
    Safin AhmedFeb 18, 2025

    Image description
    i love democracy

  • Berlin
    BerlinFeb 18, 2025

    I tried “don’t look back in anger” and it was a bad idea 😂

  • Deb
    DebFeb 22, 2025

    This is a really cool project!

Add comment