import React, { VFC } from "react"; export const Authentication: VFC = () => { return (

Authentication

Don't reinvent the weel. We already built common web application features related to authentication like Sign up,{" "} Sign in or Verify email. Instead of spending{" "} days or weeks {" "} adding those common features on top of Create React App and AWS CDK (Cloud Development Kit) - do it{" "} in seconds by running one command and selecting options that you need. User interface is build using the most popular React UI library - MUI (Material-UI). We also have full design done in Figma.

authentication
); };