Show HN: A Spotify-like yearly recap for devs using GitHub contributions (github.com)
Recently, I came across Spotify's wrapped showing cool insights from my the music I heard in 2023.
Last week we casually started discussing about our cards (the Spotify highlights) in our office and then we wondered if we can look at our development journey the same way in 2023. That was it, everyone put their hacker hats on, started building Unwrapped to reflect on the dev journey just using your Github contributions!
Hope you also find joy in reflecting back at your journey in 2023! The best part - we made it open source . Can't wait to hear your feedback! Contributions are welcome :)
19 comments
[ 2.9 ms ] story [ 36.0 ms ] threadTry it out here: https://unwrapped.dev
Or optionally it would be nice if it could do a more bare unwrapping based on public only info.
I totally get your hesitation to try it out, hence the link to the repo. You'd notice that your token isn't actually stored/sent to any database, or other internal system. It's kept as an HTTP-only secure cookie, encrypted using an RSA key-pair, on your browser only.
Happy to hear more feedback, or receive any contributions to support an public-only version of this.
But I must say I loved the way unwrapped.dev is built! Kudos to the team