Show HN: Nub – A Bun-like all-in-one toolkit for Node.js

Node fans are drooling over this speed boost — and clowning over the name

TLDR: Nub is a new tool that tries to make regular Node.js feel faster and simpler without replacing it. Commenters were split between big hype — including one “moved our whole codebase” success story — and instant skepticism about whether it works in real-world setups like Docker and Cloudflare.

A new project called Nub just strutted onto Hacker News promising a Bun-like experience without asking people to ditch regular Node.js — basically, one app to run files, install packages, watch changes, and even manage Node versions. For non-coders: it’s pitching itself as the “one remote control” for a messy pile of developer tools, while bragging about big speed wins like faster script runs and installs. That alone would’ve gotten attention, but the real juice was in the comments, where the vibe swung between “finally, someone cleaned up this chaos” and “hold up, does this actually work everywhere?”

The loudest flex came from an early adopter who said they’d already moved an entire company codebase over with “0 issues, ridiculously fast,” which is the kind of comment that makes every rival tool sweat a little. Meanwhile, the practical crowd immediately jumped in with the classic internet reality check: Will it work on Cloudflare? In Docker? Translation: cool demo, but can it survive the real world? And then, because no tech launch is complete without someone ignoring the product to praise the branding, one commenter admitted they didn’t even click the link and showed up just to salute the name. Honestly? That may be the purest review of all. So yes, Nub is selling speed and convenience — but the comments turned it into a mini soap opera of hype, cautious side-eye, and name-based comedy.

Key Points

  • Nub is introduced as an all-in-one toolkit that augments stock Node.js instead of replacing it, with a Bun-like developer experience.
  • The tool combines file execution, script running, dependency installation, watch mode, package manager shims, Node version management, and self-updates in one CLI.
  • Nub supports JavaScript, TypeScript, JSX, and TSX files, adds TypeScript-oriented module resolution and decorators, and includes automatic `.env` loading and built-in data format loaders.
  • It uses Node extension mechanisms such as preloads, `module.registerHooks()`, and N-API addons, and embeds oxc for pre-transpilation.
  • Nub can infer and auto-install the appropriate Node version for a project and provides polyfilled or unflagged access to modern and experimental APIs across Node versions.

Hottest takes

"migrating our entire monorepo to nub... 0 issues, ridiculously fast" — ssalbdivad
"I didn’t even click on the link" — sgarrity
"does this work on cloudflare workers?" — bookernath
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.