remix-forms
Type-safe form generation and validation for React Router apps
All Skills in This Repository (3)
Pure Emerald Level Indicatorssafe-element-comparison
Preserve safe element type comparisons in Remix Forms component mappings.
skill-manager
Create, manage, and debug Claude Code Agent Skills with SKILL.md files.
release
Automates version bumping, npm publishing, and GitHub release creation for the remix-forms package.
Frequently Asked Questions
FAQPage SchemaHow to install remix-forms?โผ
Run `npx skills add seasonedcc/remix-forms --all -g -y` in your terminal to install all skills from this repository globally.
What does remix-forms do?โผ
It generates complete, type-safe forms from Zod schemas in React Router and Remix apps, handling rendering, validation, and error display automatically.
How to create a form from a Zod schema?โผ
Define your Zod schema, pass it to the SchemaForm component, and remix-forms renders all fields, labels, and error messages with full type inference.
Can I customize the rendered form components?โผ
Yes. You can swap any default component (inputs, labels, buttons, error wrappers) with your own React components while keeping automatic prop injection.
Does remix-forms work with server-side validation?โผ
Yes. It integrates with React Router actions so the same Zod schema validates submissions on the server and returns typed errors to the form.
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