What It Does
GitHub Graveyard Reanimator is a Halloween-themed web application that breathes new life into abandoned GitHub repositories. Users paste in a repository URL, and the tool performs AI-powered analysis across five critical areas:
- Dependencies: Detects outdated packages, security vulnerabilities, and missing TypeScript support. Generates modernized package.json files.
- Configuration: Identifies missing or outdated configs (TypeScript, ESLint, Prettier) and generates modern setup files.
- Tests: Checks for test coverage gaps and CI/CD pipelines. Creates Jest configurations and GitHub Actions workflows.
- Documentation: Analyzes README quality and generates comprehensive documentation with proper structure.
- Code Quality: Evaluates JavaScript vs TypeScript usage and suggests type-safe refactoring approaches.
The experience features a dramatic "reanimation" sequence with lightning effects, animated backgrounds, and visual feedback as each component is analyzed. Users can view AI-generated fixes and download a complete ZIP file with all modernized configurations and code.
Tech Stack
Built with Next.js 15, React 19, TypeScript, and Tailwind CSS. Uses OpenAI's GPT-4o-mini for intelligent analysis and the GitHub REST API for repository inspection.
How we built it
Potential Next Steps
Immediate Enhancements
- Add support for monorepos and workspaces
- Implement caching to avoid re-analyzing the same repos
- Support private repositories with OAuth authentication
Built With
- css
- next.js
- react
- tailwind
- typescript
Log in or sign up for Devpost to join the conversation.