Was ist epic-forms?
Leitfaden zu Formularen mit Conform und Validierung mit Zod für Epic Stack Quelle: epicweb-dev/epic-stack.
Leitfaden zu Formularen mit Conform und Validierung mit Zod für Epic Stack
Installieren Sie den KI-Skill epic-forms schnell in Ihrer Entwicklungsumgebung über die Kommandozeile
Quelle: epicweb-dev/epic-stack.
Explicit is better than implicit - Make validation rules clear and explicit using Zod schemas. Every validation rule should be visible in the schema, not hidden in business logic. Error messages should be specific and helpful, telling users exactly what went wrong and how to fix it.
Design to fail fast and early - Validate input as early as possible, ideally on the client side before submission, and always on the server side. Return clear, specific error messages immediately so users can fix issues without frustration.
Epic Stack uses Conform to handle forms with progressive enhancement.
Leitfaden zu Formularen mit Conform und Validierung mit Zod für Epic Stack Quelle: epicweb-dev/epic-stack.
Stabile Felder und Befehle für KI/Such-Zitate.
npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-formsLeitfaden zu Formularen mit Conform und Validierung mit Zod für Epic Stack Quelle: epicweb-dev/epic-stack.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-forms Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw
https://github.com/epicweb-dev/epic-stack