Skip to content

form-meta

Type-safe field meta → UI-ready configs

Define nested forms with type-safe raw meta, then resolve to a field table with name/path/fullName/parent ready for UI and validation.

Flatten & purge

Flatten or drop object/array wrappers to get the field shape you want.

Full name helpers

Auto-generate indexed paths for arrays (e.g. sections[2].paragraphs[3].text).

Schema friendly

Accepts Standard Schema v1 (Zod/Valibot/Yup etc.) on schema for validation.

Playground

See TanStack Form + Vue rendering the resolved fields in the example page.

  • Read Quickstart to define raw meta and resolve options.
  • Want to see it live? Run the playground demo.