# foxhound87/mobx-formkit

Reactive MobX Form State Management

Repository: https://github.com/foxhound87/mobx-formkit
Canonical: https://ross.abutalabs.com/products/mobx-formkit
Homepage: https://foxhound87.github.io/mobx-formkit
Language: TypeScript
License: MIT
License Family: permissive
Topics: mobx, form, state, validation, reactive, observables
Last push: 2026-08-18T14:58:45+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 98, longevity 100
- inputs: {"age_days": 3726, "days_push": 15, "days_rel": 15, "gap_med": 0, "n_releases_24m": 20}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1097, forks 131 (observed 2026-08-28T04:03:34.757307+00:00)

## What it is
MobX Formkit is a reactive form state management library built on MobX observables with a UI-agnostic core. It provides declarative field definitions, extensible validation via 8 plugins, nested fields, event hooks, and bindings for React, Vue 3, Lit, Angular, Solid, and vanilla JS.

## Use cases
- manage complex form state in react with mobx
- validate forms with zod or yup schemas
- handle deeply nested form fields and arrays
- build multi-step form wizards
- share one form definition across react and vue
- bind form fields to material ui or ant design components

## When to choose
- you already use MobX and want reactive form state
- you need UI-framework-agnostic form logic reusable across renderers
- you need pluggable, mixable validation drivers (Zod, Joi, Yup, AJV, etc.)
- you need deeply nested fields, dynamic arrays, and serialization
- bundle size matters (~8KB gzip, tree-shakeable, SSR-friendly)

## When to avoid
- your project doesn't use MobX and you don't want the dependency
- you want a batteries-included React form library with built-in UI components
- you need a tiny form with minimal setup where a simpler hook-based library suffices

## Facets
- artifact type: library
- maturity: active
- function: state-management, form-handling, serialization
- domain: web-development, frontend
- platform: browser, cross-platform
- tags: mobx, forms, reactive, ui-agnostic, typescript, validation-plugins, nested-fields, nodejs, web-server

## Member repositories
- foxhound87/mobx-formkit (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:34.757307+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:46:34.238167+00:00, confidence not recorded.
  - readme: https://github.com/foxhound87/mobx-formkit (fetched 2026-08-28T04:03:34.757307+00:00, sha 80cab9ae15d5)
  - homepage: https://foxhound87.github.io/mobx-formkit (fetched 2026-08-29T12:49:43.782129+00:00, sha 3a7faa4f0506)
  - registry_npm: https://registry.npmjs.org/mobx-formkit (fetched 2026-08-29T12:49:43.895473+00:00, sha 54c39e8083af)
- Data as of 2026-08-30T08:39:29.467469+00:00.
