# vantezzen/autoform

🌟 Automatically render forms for your existing data schema

Repository: https://github.com/vantezzen/autoform
Canonical: https://ross.abutalabs.com/products/autoform
Homepage: https://autoform.vantezzen.io
Language: TypeScript
License: MIT
License Family: permissive
Topics: form-validation, react, react-component, shadcn-ui
Last push: 2026-07-15T09:18:04+00:00

## Health v2 (maintenance only)
Score: 70/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 92, release rhythm 35, longevity 81
- inputs: {"age_days": 1139, "days_push": 49, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3486, forks 148 (observed 2026-08-28T04:08:07.043620+00:00)

## What it is
AutoForm is a React library that automatically renders forms from existing validation schemas (Zod, Yup, Joi). It is agnostic to UI libraries and form libraries, with official integrations for shadcn/ui, MUI, Mantine, Ant Design, Chakra, React Hook Form, and TanStack Form.

## Use cases
- generate forms from zod schemas
- build admin panel forms from existing API schemas
- auto-generate react forms with validation
- create forms without writing field boilerplate
- render schema-driven forms with shadcn ui
- wire zod validation into react hook form automatically

## When to choose
- you already have validation schemas for your backend and need matching forms
- building internal tools or admin panels with simple-to-moderate forms
- you want to keep using your existing form library and UI kit

## When to avoid
- you need a full-featured form builder with complex multi-page flows
- your forms require heavy custom layouts or edge-case schema handling

## Facets
- artifact type: library
- maturity: active
- function: form-handling, ui-components, frontend-framework
- domain: web-development, frontend
- platform: cross-platform
- tags: react, zod, react-hook-form, shadcn-ui, schema-driven-forms, form-generation, web-server, nodejs

## Member repositories
- vantezzen/autoform (main) score 70

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:07.043620+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-29T18:36:23.722609+00:00, confidence not recorded.
  - readme: https://github.com/vantezzen/autoform (fetched 2026-08-28T04:08:07.043620+00:00, sha e908ff537b78)
  - homepage: https://autoform.vantezzen.io (fetched 2026-08-29T09:30:32.426156+00:00, sha 820410097290)
  - site_page: https://autoform.vantezzen.io/docs (fetched 2026-08-29T09:30:32.435631+00:00, sha fd0d291ba67e)
  - site_page: https://autoform.vantezzen.io/docs/react/getting-started (fetched 2026-08-29T09:30:32.437500+00:00, sha b5c88946b129)
  - site_page: https://autoform.vantezzen.io/docs/react/faq-examples (fetched 2026-08-29T09:30:32.439364+00:00, sha f8a3ec7f1f43)
- Data as of 2026-08-30T08:39:29.467469+00:00.
