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

JacksonTian/anywhere

Running static file server anywhere / 随启随用的静态文件服务器 observed · 2026-08-28

github.com/JacksonTian/anywhere · JavaScript · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 98
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

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: n/a
  • age_days: 5070
  • days_rel: n/a
  • days_push: 16
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1032 stars · 173 forks observed · 2026-08-28

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

Anywhere is a zero-configuration Node.js command-line tool that turns the current directory into a static file server with a single command. It supports custom ports, hostnames, root folders, HTML5 history fallback, automatic browser opening, and optional proxy middleware for forwarding API requests.

Use cases

  • serve static files from a local directory over http
  • quickly preview an html site in the browser
  • run a local http server in the current folder with a custom port
  • test a single-page app locally with html5 history fallback
  • proxy api requests to a backend while serving static assets
  • share a folder as a web server without writing any config

When to choose

  • You need a one-command static server for a local folder with no configuration
  • You want automatic browser opening with quick port, hostname, or root directory overrides while developing frontend assets
  • You need lightweight SPA preview with history fallback or simple shorthand proxying to a local API

When to avoid

  • You need a production web server with TLS, caching, authentication, or fine-grained access control - use nginx, Caddy, or similar
  • You need a full development server with hot module reloading and bundling - use Vite or webpack-dev-server
  • You need to embed a programmable static server inside another Node.js application rather than run it from the terminal

Facets

cli-tool · maturity stable

http-server cli developer-tools web-development developer-tools frontend cli cross-platform static-file-server dev-server zero-configuration localhost html5-history-fallback http-proxy npm-global-tool directory-serving frontend-development local-preview command-line nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
JacksonTian/anywheremain76

For agents

markdown · JSON · MCP: product_card(name="JacksonTian/anywhere")

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