Build UI
Amplify offers a UI Library that makes it easy to build web app user interfaces that are connected to the backend. Amplify UI offers:
- Connected components that are designed to work seamlessly with AWS Amplify backend services, allowing you to quickly add common UX patterns for authentication, storage etc. without having to build them from scratch.
- Tooling that generates React forms over data, and React components from Figma designs.
Connected forms
Generate React forms for creating and updating data in your Amplify data backend.
Figma-to-React
Generate React code directly inside Figma using Amplify UI.
Authenticator
The Authenticator is a connected component that adds complete authentication flows to your application with minimal boilerplate.
Storage Image
Storage Image is a connected component that simplifies the process of displaying images stored in an Amazon S3 bucket.
File Uploader
File Uploader is a connected component that facilitates operations such as uploading, downloading, listing, and deleting files from an Amazon S3 bucket.
Account Settings
Account Settings components are a set of standalone components that add user management flows to your application with minimal boilerplate. . .
Face Liveness
FaceLivenessDetector is a connected component that helps verify that only real users, not bad actors using spoofs, can access your services.