DEV Community

mud
mud

Posted on

Website feedback needed

Hello,
I am currently building a service that automatically organizes a developer’s project history and development style based on GitHub activity data.
The service is still in the refinement stage, so I wanted to ask for feedback from actual developers on whether this approach feels useful from a developer’s perspective.
The core feature of the service is that when a user connects their GitHub repositories, the service analyzes activity data for each repository and automatically generates a project summary.
For example, each project includes information such as:
Project activity period
Last updated date
Number of commits
Lines of code added/deleted
Number of changed files
Main tech stack used
Summary of the project’s characteristics
In other words, instead of requiring users to write project descriptions from scratch, the service automatically creates portfolio-style project cards based on GitHub activity records.
It also analyzes the technologies the user has actually used on GitHub and automatically categorizes tech stacks such as React, TypeScript, Python, Docker, and others. It shows how long each technology has been used and how many projects it appears in.
Additionally, the service provides a developer style analysis based on Git activity patterns.
For example, it visualizes metrics such as agility, stability, contribution level, adaptability, and activity level, then summarizes the user’s development style as a certain type.
The part I am currently thinking about the most is how much users should be able to edit the automatically generated results.
To maintain data credibility, repository-level project summaries and tech stacks are generated based on GitHub activity, and currently users cannot directly edit them.
This could increase trust because the results are based on actual activity data. However, it could also be inconvenient because users may not be able to describe their own projects in the way they want.
So I would like to ask developers for feedback on the following points:
Would an automatically generated portfolio based on GitHub activity actually feel useful to you?
If repository-level project summaries are automatically generated and cannot be directly edited, would that make the results feel more trustworthy, or would it make the portfolio less useful?
Would an automatically organized tech stack based on real GitHub activity be helpful for resumes or portfolios?
Do developer style analysis metrics such as agility, stability, contribution level, adaptability, and activity level feel meaningful to you?
Do you think these analysis results could be used for personal portfolios, LinkedIn, resumes, or team building?
If connecting a GitHub account feels burdensome, what would be the biggest reason?
This is closer to a feature validation stage than a promotional post.
As shown in the attached images, I am working on screens for repository-level summaries, tech stack analysis, and developer style analysis. I would really appreciate honest feedback on what feels awkward, what feels useful, and what could be improved from an actual developer’s point of view.
Thank you.

Top comments (0)