Formedible
Type-safe React form building with validation and multi-step wizards
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Formedible?โผ
Run `npx skills add DimitriGilbert/Formedible --all -g -y` in your terminal to install the skill globally for your agent.
What is Formedible used for?โผ
Formedible is a type-safe React form library built on TanStack Form that lets you create complex forms, multi-step wizards, and tabbed layouts from a simple declarative field configuration.
How do I create a multi-step form with Formedible?โผ
Assign a page number to each field and define a pages array with titles; Formedible automatically renders navigation, progress indicators, and per-page validation.
Does Formedible support validation?โผ
Yes. It integrates directly with Zod schemas for full type-safe validation, including cross-field rules and async checks, with field names matching schema keys exactly.
Can I add custom field types to Formedible?โผ
Yes. Create a component using BaseFieldWrapper, register it in the field registry, and add it to registry.json; the skill includes ready-made templates for common field patterns.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core