{% extends "base.html" %} {% block title %}Import Data - Claude Code Project Tracker{% endblock %} {% block content %}

Import Claude Code Data

Import from .claude.json

Import your historical Claude Code usage data from the ~/.claude.json file. This will create projects and estimate sessions based on your past usage.

If left empty, will try to import from the default location: ~/.claude.json
What gets imported?
  • Projects
    All project directories you've used with Claude Code
  • Usage Statistics
    Total startups and estimated session distribution
  • History Entries
    Brief conversation topics from your history
  • Language Detection
    Automatically detect programming languages used
Privacy: All data stays local. No external services are used.
Important Notes
  • Import creates estimated data based on available information
  • Timestamps are estimated based on usage patterns
  • This is safe to run multiple times (won't create duplicates)
  • Large files may take a few moments to process
{% endblock %} {% block scripts %} {% endblock %}