Upload your export ZIP, get beautiful cards showing your stats – total conversations, peak usage hours, and an AI-generated persona based on how you use AI.
Live site: https://aiwrapped.co
The export is parsed entirely client-side – your conversation history never leaves your browser. The only data stored (for sharing) is the aggregated stats you see on the cards. Persona generation sends session titles and the first few messages from a sample of conversations to Claude's API.
Made this open source so you can verify how your data is handled: https://github.com/akshayvkt/aiwrapped
This is my first time building in public, so I would love any feedback.
I wanted to see how I use ChatGPT and Claude, so I built a tool that generates a "Spotify Wrapped"-style summary from your Claude or ChatGPT data export.
Upload your ZIP, get beautiful cards showing your stats – total conversations, peak usage hours, and an AI-generated persona based on how you use AI.
Live site: https://aiwrapped.co
The export is parsed entirely client-side – your conversation history never leaves your browser. The only data stored (for sharing) is the aggregated stats you see on the cards. Persona generation sends session titles and the first few messages from a sample of conversations to Claude's API.
Made this open source so you can verify how your data is handled in the repository: https://github.com/akshayvkt/aiwrapped
This is my first time building in public, so I would love any feedback from the HN crowd.