Turn your GitHub Profile into a living, breathing universe.
RepoVerse is a cosmic engine that visualizes your code repositories as planets orbiting a central sun (you!). It generates an animated SVG that you can embed directly into your GitHub Profile README.
- Planets: Each repo is a planet.
- Live Stats: Real-time stars, language, and size.
- Auto-Cycling HUD: Displays details for every repo.
- Zero Config: Works out of the box.
- Fork this repository.
- Go to Actions and enable workflows.
- Run the Update Universe workflow manually once.
- Add this to your Profile README:
Replace YOUR_USERNAME with your GitHub username.
Cityscape (Neon/Cyberpunk):
The workflow runs automatically every 12 hours.
To increase API limits for large accounts, add a GITHUB_TOKEN secret to your repo settings.
You can tweak the physics and aesthetics in src/lib/planet-generator.ts and src/lib/svg-generator.ts.