Skip to main content
Pre-built authentication screens. For the behaviour that goes with them — validation, error wording, session handling and the accessibility requirements — see the authentication pattern.

Install

The registry also ships nyuchi-auth-card and nyuchi-auth-layout as N3 and N6 items, if you want the composed version rather than the parts.

Sign in

Sign up

Password reset

Show the same confirmation whether or not the address is registered.

Design notes

  • A single Full name field, never first and last — see inclusive language.
  • autoComplete on every input, so password managers work.
  • bg-muted behind the card gives the separation; do not reach for a hardcoded grey.
  • Validation uses react-hook-form with zod — see the authentication pattern.
  • Put your brand mark in the CardHeader. The registry does not ship a logo component; brand marks are per-brand, which is the point.