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

vercel/serve

Static file serving and directory listing observed · 2026-08-28

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

Health v2 · maintenance only

75/100

  • Activity 90
  • Release rhythm 41
  • Longevity 100
How is this computed?

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

  • gap_med: 251.5
  • age_days: 3780
  • days_rel: 183
  • days_push: 64
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

9896 stars · 703 forks observed · 2026-08-28

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

A Node.js CLI tool and library for serving static files and single-page applications with a built-in directory listing UI. Its core, serve-handler, can also be used as middleware in existing HTTP servers.

Use cases

  • preview a static site locally before deploying
  • serve a single page application during development
  • share files on the local network
  • browse a directory's contents in the browser
  • add static file handling as middleware to an existing node http server
  • quickly serve a folder with npx serve

When to choose

  • you need a zero-config static file server for local development or previews
  • you want a clean directory listing UI out of the box
  • you want a programmable static file handler as Node.js middleware

When to avoid

  • you need a production-grade web server with TLS, load balancing, or dynamic backend logic
  • you are deploying to a platform like Vercel that serves static assets for you
  • you need advanced features like WebDAV or authentication

Facets

cli-tool · maturity stable

http-server cli web-development developer-tools cli cross-platform static-files directory-listing spa local-development serve-handler command-line nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
vercel/servemain75

For agents

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

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