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

uuidjs/uuid

Generate RFC-compliant UUIDs in JavaScript observed · 2026-08-28

github.com/uuidjs/uuid · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 98
  • Release rhythm 98
  • 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: 8
  • age_days: 5727
  • days_rel: 15
  • days_push: 15
  • n_releases_24m: 16

Full methodology

Adoption not part of the score

15320 stars · 985 forks observed · 2026-08-28

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

A zero-dependency JavaScript/TypeScript library for generating and working with RFC9562 (formerly RFC4122) UUIDs, supporting all UUID versions including timestamp-based v6 and v7. It runs across Node.js, browsers, and React Native, and also ships a small CLI utility.

Use cases

  • generate random uuid v4 in javascript
  • create timestamp-ordered uuid v7 for database keys
  • generate uuids in react native or expo
  • validate and detect version of a uuid string
  • generate namespace-based uuid v5 from a name
  • convert uuid v1 to v6
  • generate uuids from the command line

When to choose

  • you need RFC-compliant UUID generation in JavaScript or TypeScript
  • you need all UUID versions including v6 and v7
  • you need a cross-platform solution (Node, browser, React Native)
  • you want a zero-dependency, tree-shakable package

When to avoid

  • your runtime only supports CommonJS and you cannot migrate to ESM (uuid@12+ dropped CommonJS)
  • you need UUIDs in a non-JavaScript language
  • you need non-RFC custom identifier formats

Facets

library · maturity stable

serialization developer-tools cli developer-tools web-development cross-platform browser cross-platform cli uuid guid rfc9562 rfc4122 typescript zero-dependency tree-shakable nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
uuidjs/uuidmain98

For agents

markdown · JSON · MCP: product_card(name="uuidjs/uuid")

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