web

GPTWrapped

A Spotify-Wrapped-style year-in-review for your ChatGPT history

GPTWrapped

Tech Stack

Next.jsTypeScriptTailwind CSSReacthtml2canvas

About This Project

Overview

GPT Wrapped turns a raw ChatGPT data export into a shareable, Spotify-Wrapped-style experience: it classifies your usage personality (Code Wizard, Creative Mind, Data Detective...), surfaces your longest streak, busiest times, favorite topics, and conversation depth, then renders it all as swipeable, downloadable slides via html2canvas.

Motivation

Spotify Wrapped made me want the same kind of reflective, shareable summary for how I actually use ChatGPT, so I built the tool I wished existed.

Lessons Learned

Parsing arbitrary ChatGPT export JSON reliably was messier than expected — the export format has enough inconsistency across accounts and time periods that defensive parsing mattered more than the analytics logic itself.