This is a customized version of the official Payload Website Template. It has been modified to use TanStack Form v1 instead of react-hook-form, with additional features and integrations.
- Replaced react-hook-form with TanStack Form v1 for better form management.
- Added custom form fields including:
- Phone number input
- Array fields with dynamic input handling
- Group Fields
- Customize original fields as well
- Add motion.dev animations.
- Add React Email with richtext blocks.
- add Mailpit for viewing emails in email client.
To spin up this example locally, follow these steps:
git clone <your-repo-url>
cd <your-repo-folder>
pnpm i
docker-compose up -d
pnpm dev --turbo