This application is a CUID2 Generator and Checker built with React, TypeScript, and Vite. It allows users to generate a CUID2 and check if a given CUID2 is valid.
- Generate a CUID2
- Check if a CUID2 is valid
- Copy the generated CUID2 to the clipboard
You can access the live demo of the application at https://martinbacon.github.io/cuid2-online.
This project uses TypeScript for static type checking and Vite for a fast and lean development experience.
To start the development server, run:
npm run dev