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

facebook/flow

Adds static typing to JavaScript to improve developer productivity and code quality. observed · 2026-08-28

github.com/facebook/flow · homepage · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • 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: 5.0
  • age_days: 4327
  • days_rel: 11
  • days_push: 7
  • n_releases_24m: 111

Full methodology

Adoption not part of the score

22279 stars · 1890 forks observed · 2026-08-28

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

Flow is a static type checker for JavaScript, now a typed dialect of JavaScript written in Rust. It catches type errors via annotations and offers first-class React component syntax and pattern matching.

Use cases

  • add static typing to a JavaScript codebase
  • type-check React components with first-class component syntax
  • catch type errors before runtime in JS projects
  • migrate from TypeScript to a stricter type checker
  • strip Flow type annotations with Babel or flow-remove-types
  • parse Flow-typed JavaScript to get an annotated syntax tree

When to choose

  • you want stronger static guarantees than TypeScript, like exact-by-default object types
  • your project is React-heavy and benefits from component and renders syntax
  • you want built-in pattern matching with exhaustiveness checks

When to avoid

  • your team and ecosystem already standardize on TypeScript
  • you need a typechecker that also emits JavaScript (Flow requires a separate build step)
  • you rely on TypeScript-only features or its much larger ecosystem

Facets

cli-tool · maturity active

type-system linter parser cli developer-tools programming-languages web-development frontend developer-tools windows cli static-type-checker javascript react typescript-alternative rust macos linux nodejs

8 sources

Member repositories

RepositoryRoleHealth v2
facebook/flowmain95

For agents

markdown · JSON · MCP: product_card(name="facebook/flow")

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