contact-form
Installation
SKILL.md
Contact Form Implementation
Overview
A production contact form requires:
- Type-safe validation (Zod)
- Efficient form state (React Hook Form)
- Server-side processing (Server Actions)
- Email delivery (Resend/SendGrid)
- Rate limiting (Upstash Redis)
- User feedback (Toast notifications)