Ross ROSS = Recommend OSS · open-source software intelligence for agents

vercel/ncc

Compile a Node.js project into a single file. Supports TypeScript, binary addons, dynamic requires. observed · 2026-08-28

github.com/vercel/ncc · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

93/100

  • Activity 97
  • Release rhythm 85
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 48.0
  • age_days: 2850
  • days_rel: 20
  • days_push: 20
  • n_releases_24m: 7

Full methodology

Adoption not part of the score

9837 stars · 324 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A zero-configuration CLI that compiles a Node.js project, including all its dependencies, into a single output file, similar to how gcc compiles binaries. It supports TypeScript out of the box, binary addons, dynamic requires, source maps, minification, and ES module output.

Use cases

  • bundle a node.js project into a single file
  • publish minimal packages to npm
  • ship only relevant app code to serverless environments
  • compile typescript node project without configuring a bundler
  • reduce node app bootup time and i/o overhead
  • create a standalone executable-style node script

When to choose

  • you want a single-file Node.js bundle with zero bundler configuration
  • your project uses TypeScript and you want transpilation built in
  • you deploy to serverless environments and want minimal uploaded code
  • you want gcc-like compilation experience for Node.js

When to avoid

  • you are bundling for the browser rather than Node.js
  • you need fine-grained bundler customization or plugins
  • your project relies on patterns incompatible with bundling

Facets

cli-tool · maturity stable

build-tool cli developer-tools developer-tools backend cli cross-platform bundler single-file-bundle typescript serverless zero-config webpack command-line nodejs

1 source

Member repositories

RepositoryRoleHealth v2
vercel/nccmain93

For agents

markdown · JSON · MCP: product_card(name="vercel/ncc")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem