For Claude Builder Club @ OSU Challenge
An interactive tool that analyzes git repositories to uncover "fossils" - dead code, abandoned features, and forgotten TODOs - and presents them as a museum exhibit with AI-generated narratives.
- Dig Site Analysis: Excavate git history to find interesting artifacts
- Museum Exhibits: Categorized displays of code fossils
- Story Generation: Claude AI narrates the history of your codebase
- Timeline Visualization: See how your code evolved over time
git clone https://github.com/royd2023/code-archaeology-explorer.gitcd backend
pip install -r requirements.txt
cp .env.example .env # Add your ANTHROPIC_API_KEY
python app.pycd frontend
npm install
npm run dev- Start the backend server
- Start the frontend dev server
- Enter a git repository path or URL
- Explore your code archaeology findings!
https://drive.google.com/file/d/1CeuX89PlaQsGe05oEfWaqwSPSDi8gzB_/view?usp=sharing