An app for generating a good long passphrase with an AI generated mnemonic to remember it.
Frontend:
- Bootstrapped with vite React + TypeScript template
- React Components and styling with Chakra UI
- Icons via React Icons
Backend:
- Open AI integration via Netlify functions
Clone this repo
Install dependencies
npm install
Launch the netlify dev server (proxies Vite frontend dev server while also serving Netlify function locally)
npm run dev
Dev environment runs at localhost:8888 by default