A passkey powered multi signer Stellar smart wallet example app. Technically it's two sites in one repo. A "Super (or Sudo) Signer" site and a simple example dapp which utilizes the Super Signer site to create and manage its wallet.
Play with the demo here:
mv .env.example .env
pnpm i
pnpm run dev
cd site
mv .env.example .env
pnpm i
pnpm run dev