Simple passphrase generator made with Svelte. After the website has been loaded, everything works 100% on the client side. No informattion is ever sent back to the server when generating a passphrase. Words for the passphrase are choosen in a cryptographically secure way from an english dictionary. Settings are randomized when first loading the site.
The app is deployed here.
npm installnpm run devnpm run buildnpm install -g firebase-toolsfirebase loginfirebase deploy --only hostingor just npm run deploy, if already logged in.