Remix.run Logo
Stack Analyser: detect technologies used inside a repo(github.com)
64 points by h1fra 7 days ago | 12 comments
ramon156 2 days ago | parent | next [-]

This seems cool, and probably aimed at a specific use case. Maybe if you're just starting out on joining a team?

My question is if there's something I'm not seeing. How often do people have to do this for it to be a tool? Why couldn't I just check the package.json myself?

Or is this aimed at LLM's, so you can run a program instead of letting an LLM guess the tech?

manvillej a day ago | parent | next [-]

package.json does not capture all the technologies in a repository. just the JS ones. This seems to capture full stack technologies. This would be very helpful when evaluating existing projects either as a consultant, new team member, open source, or evaluating a vendor's codebase or project.

h1fra a day ago | parent [-]

yes it's one of the main use case, discovering and documenting at scale. Even on nodejs project there is more than just the package.json

dangsux 2 days ago | parent | prev [-]

[dead]

bob1029 a day ago | parent | prev | next [-]

Cool idea. Have we considered looking at the gitignore and gitattributes files as well? You can often figure out the IDE and other tools someone is using by looking at these.

fuzzy2 a day ago | parent | next [-]

As a counterpoint: I often see technology-specific gitignore files, created from a template, that attempt to cover all commonly used tools. Can't really tell what is actually used from that.

JoBrad a day ago | parent | prev | next [-]

In my experience .gitignore files are often overloaded, so would provide false positives.

dartos a day ago | parent [-]

Yeah I always just put whatever in my .gitignore and never clean it up

h1fra a day ago | parent | prev [-]

indeed never thought of that but could be an interesting data point

ripberge 2 days ago | parent | prev | next [-]

I could see this being valuable for sales people

AznHisoka a day ago | parent [-]

How so? Most orgs dont have their code public

jasebell a day ago | parent | prev [-]

Does anyone remember SpikeSource?