https://github.com/puravparab/claude-stats
heatmaps for your claude.ai conversation history
https://github.com/puravparab/claude-stats
claude heatmap nextjs python statistics
Last synced: 2 months ago
JSON representation
heatmaps for your claude.ai conversation history
- Host: GitHub
- URL: https://github.com/puravparab/claude-stats
- Owner: puravparab
- Created: 2025-01-22T00:08:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T12:11:00.000Z (over 1 year ago)
- Last Synced: 2025-10-10T17:03:07.043Z (9 months ago)
- Topics: claude, heatmap, nextjs, python, statistics
- Language: TypeScript
- Homepage:
- Size: 432 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Claude Stats
Get heatmaps and statistics of your claude conversations
## Setup
### Export data
Follow these instructions to export your conversation data from claude:
1. Go to [https://claude.ai/settings/account](https://claude.ai/settings/account)
2. Select "Export Data"
3. Wait for the email with your data export
4. Download and extract the ZIP file
5. Place the `conversations.json` file in the `data/` [directory](/data)
### Get Heatmaps
Follow these instructions to get heatmaps and other stats:
1. Clone the repository
```
git clone git@github.com:puravparab/claude-stats.git
```
2. Change directory
```
cd claude-stats
```
3. Install packages
```
npm install --legacy-peer-deps
```
4. Run project
```
npm run dev
```
5. Go to the website: [http://localhost:3001/](http://localhost:3001/)