Minimal, offline-first vault for storing payment card details with biometric/PIN lock, encrypted local storage, and encrypted backups. Built by Hyperati Labs.
- PIN + biometrics unlock
- Encrypted local vault (device keychain/keystore)
- Encrypted backups with passphrase
- Tagging and search
- Theme toggle and privacy controls
- Node.js 18+
- Expo CLI
npm install
npx expo startRun on device:
- iOS: open with Expo Go or a dev build
- Android: open with Expo Go or a dev build
- Exports create a
.vdbfile encrypted with your passphrase. - Imports require the same passphrase.
- Backups include the vault key, encrypted by the passphrase.
app/screens (expo-router)src/components/UI componentssrc/state/Zustand storessrc/storage/encryption + persistence
PRs welcome. Please open an issue for major changes.
MIT