Playground
Try it
Enter a package name above to see its icon
Paste a package.json and click Analyze
Under the hood
How it works
01
Normalize the name
Strips version suffixes and extracts the org scope from packages like @tanstack/react-query → tries tanstack first.
02
Apply overrides
A curated map handles edge cases: react-dom → react, node → nodedotjs, next → nextdotjs.
03
Resolve the icon
Tries each slug candidate against simple-icons. Returns the first match or undefined.