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

TanStack/form

🤖 Headless, performant, and type-safe form state management for TS/JS, React, Vue, Angular, Solid, and Lit. observed · 2026-08-28

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

Health v2 · maintenance only

94/100

  • Activity 99
  • Release rhythm 85
  • 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: 0
  • age_days: 3564
  • days_rel: 22
  • days_push: 7
  • n_releases_24m: 622

Full methodology

Adoption not part of the score

6672 stars · 671 forks observed · 2026-08-28

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

TanStack Form is a headless, type-safe form state management library for TypeScript/JavaScript with adapters for React, Vue, Angular, Solid, Svelte, Preact, and Lit. It provides reactive hooks, sync/async validation with debouncing, granular subscriptions, and deep TypeScript inference while leaving all UI rendering to the developer.

Use cases

  • manage complex form state in React with full type safety
  • validate forms with sync and async rules and debouncing
  • build headless forms with custom UI components
  • handle nested fields and arrays in forms
  • share form options and compose field components across a team
  • integrate schema validation with zod or yup
  • build multi-step form wizards
  • use forms in Vue, Angular, Solid, or Lit apps

When to choose

  • you need deeply typed form values and field names in TypeScript
  • you want full control over markup instead of a bundled UI kit
  • you need fine-grained validation orchestration (onChange, onBlur, async debounced, onSubmit)
  • you need one form model across multiple frameworks
  • you have large forms where granular subscriptions matter for performance

When to avoid

  • you want batteries-included styled form components out of the box
  • your forms are trivial and a native form or lighter library suffices
  • you're not using TypeScript and won't benefit from its type inference
  • you need a very small dependency footprint for a simple project

Facets

library · maturity stable

form-handling state-management frontend-framework web-development frontend developer-tools browser cross-platform headless-ui typescript react vue angular solid lit svelte zod yup tanstack schema-validation async-validation nodejs web-server

10 sources

Member repositories

RepositoryRoleHealth v2
TanStack/formmain94

For agents

markdown · JSON · MCP: product_card(name="TanStack/form")

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