Show HN: Self-hosted multi repo visualization tool
1 points
15 hours ago
| 0 comments
| reposquirrel.com
| HN
Live demo available: https://demo.reposquirrel.com:8443/

(t may load slowly since the instance is underscaled (I’m hosting it myself to keep costs down). Team features aren’t enabled because the HashiCorp repo team structure is unknown to me)

Im working as a tech-manager at a midsize company, and saw the need to create this.

I wanted to :

* visualize where the developers focus their time * How are the teams scaled, how much code are they maintaining * What languages are used in the organisation * What subsystems are the teams working on * What does the code evolution look like * Who are the heros of the developers, the people we can not lose * When a developer leave the organisation, what subsystems was he working on, what languages was he/she using, how much owership of the code is lost.

This tool has a large number of visuals, for individual developers, teams and subsystems / repository

For now, it work with git as source, so if you are using github, gitlab or Codeberg or other, should not matter. The tool clones the repos and then does the analysis offline.

The analysis takes some time, so clone the repos, start the analysis, and go for a coffee.

Would like to get feedback on how it works in other organisations / teams

Would love feedback and ideas on new features for the tool.

Quick docker run: docker run -p 5000:5000 -v repos:/app/repos -v stats:/app/stats -v configuration:/app/configuration ghcr.io/reposquirrel/reposquirrel:latest

Homepage: https://reposquirrel.com/

Github repo: https://github.com/reposquirrel/reposquirrel

No one has commented on this post.