
Stack Graveyard
Find deprecated npm packages before they haunt your prod app
What it does
Your package.json looks clean. Your node_modules is a graveyard. Stack Graveyard tracks 155 npm packages with live risk scores from THRIVING to TOMBSTONE 💀 and our Ghost Detection engine scans your entire dependency tree to find deprecated packages hiding 2-3 levels deep that you never installed. npm audit doesn't see them. We do. Free to try. Pro at $10/mo.
Does the same job
all alternatives →- IVI've been making JavaScript sandbox alone for 6 years2022 · playcode.io · ▲397
Hi HN! Thanks for your attention to my post. It was a big challenge to run most of Node.js packages in browser, fast moreover. Virtual File system, resolve import/export. I got cold many times, depressions, burned out, yet still alive and finished it. Many guys helped me with an advice. Many users give a lot of positive feedback. There are 200,000 monthly unique users. I work full time now because of the freemium business model. To be honest - I am happy after many years of hard work.
- SWSee what other NPM packages everyone else is using2016 · npmdiscover.com · ▲67

- PDPickBetterPack – Discover similar pkgs from package.json dependencies2021 · pickbetterpack.com · ▲22
EOL DatasetApr 2026 · herodevs.com · ▲64Find every EOL dependency in your stack. Free. In 5 minutes.
- DBDebugging Babel and Node done right2016 · ▲22
Requirement: - Excellent feedback during development - Debugging with source maps Method: I'm using these scripts in package.json. "scripts": { "di": "node-inspector -d=7000 -p=8000 --save-live-edit --hidden node_modules/", "ds1": "babel ./server -d ./build/server -s -w", "ds2": "nodemon --watch ./build/server --delay 100ms --debug=7000 ./build/server/main.js" }, Then run "npm run ds1; npm run ds2; npm run di" Why: I took some time to put this together, after navigating all the tools out there. I personally find this to be "correct". Thought I'd…
More dev tools this month
the category →



The first open-source price index for GPU compute
Dev tools · 10d ago · getcomputable.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com
Launched alongside, May 2026
the whole month →

Parallel agents, diff reviewer, and multi-model comparisons
Dev tools · May 2026 · kilo.ai


- NW
Hey HN, Henry here from Cactus. We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok/s prefill and 1200 tok/s decode on consumer devices. We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led to an observation: agentic experiences are built upon tool calling, and massive models are overkill for it. Tool calling is fundamentally retrieval-and-assembly (match query to tool name, extract argument values, emit JSON), not reasoning. Cross-attention…
Life & fun · May 2026 · github.com
- FM
Dev tools · May 2026 · github.com