T8ShippedExtension template
Signup Form
Extension account creation: name, email, password, then email OTP verification when required.
Implementation: charply-extension/src/components/Auth/SignupForm.tsx` — thin Supabase wrapper around `SignupFormTemplate
Package: @charply/design/templates
Live preview
Rendered from @charply/design/templates — same components used in Storybook and intended for the extension.
Guidelines
docs/design/templates/signup-form.mdDo
- ✓Collect full name, email, and password before submit.
- ✓Show OTP field only after signup triggers email verification.
- ✓Link to login for existing users.
Don't
- ✗Do not allow submit with password under 6 characters.
- ✗Do not hide verification state after OTP is sent.
Interactive variant in Storybook → Templates.