imbrn/v8n
☑️ JavaScript fluent validation library observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: n/a
- age_days: 2991
- days_rel: n/a
- days_push: 609
- n_releases_24m: 0
Adoption not part of the score
4143 stars · 105 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
v8n is a fluent, chainable JavaScript validation library for validating any kind of data, from primitives to objects and arrays. It offers 30+ built-in rules, custom rule extension, async validation, and reusable validation schemas with TypeScript support.
Use cases
- validate user form input in javascript
- check that a string matches length and character rules
- validate arrays of numbers with fluent chaining
- create reusable custom validation rules
- run asynchronous data validation
- validate api request payloads in nodejs
When to choose
- you want a readable, English-like chainable validation API
- you need lightweight validation without a form framework
- you want to define and reuse custom validation rules across modules
- you need both sync and async validation strategies
When to avoid
- you need schema-based validation with type inference like zod or joi
- you are validating complex nested object schemas with detailed error reporting
- your project requires a library with frequent maintenance releases
Facets
library · maturity stable
testing developer-tools web-development developer-tools frontend browser cross-platform validation fluent-api chainable typescript-support data-validation nodejs
4 sources
- readme: https://github.com/imbrn/v8n · fetched 2026-08-28 · c03fc6b9de3c
- homepage: https://imbrn.github.io/v8n · fetched 2026-08-29 · 12dc8dca6fd1
- site_page: https://imbrn.dev/v8n/Installation.html · fetched 2026-08-29 · 8487f6d739b8
- registry_npm: https://registry.npmjs.org/v8n · fetched 2026-08-29 · e7d1157d63fb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| imbrn/v8n | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem