Patent Pending

Lightning fast.
Secure forever.

ZapQR is the password manager that keeps up with you. Military-grade encryption, built-in 2FA authenticator, and seamless QR code autofill.

ZapQR
Security Score
98
Strong passwords
2FA enabled
No breaches found

Everything you need

A complete security solution that protects your passwords, cards, identities, and more.

Password Vault

Store unlimited passwords with AES-256 encryption. Auto-generate strong, unique passwords for every account.

Built-in 2FA

Integrated TOTP authenticator. No need for a separate app—your codes are right where you need them.

QR Autofill

Scan a QR code on your computer to instantly fill passwords. No browser extension needed.

Security Scanner

Check for weak, reused, and compromised passwords. Get a security score and actionable recommendations.

Secure Cards

Store credit cards, debit cards, and payment info. Auto-detect card type and securely autofill.

Digital Identity

Store personal info, addresses, and documents. Fill out forms instantly with a single tap.

Security you can trust

Your data is encrypted on your device before it ever leaves. We can't see your passwords—and neither can anyone else.

AES-256 Encryption

The same encryption standard used by banks and governments worldwide.

Face ID & Touch ID

Unlock your vault instantly with biometrics. Your master password stays in your head.

Zero-Knowledge Architecture

We never have access to your unencrypted data. Only you hold the keys.

Secure Keychain Storage

Leverages iOS Keychain for hardware-backed security on your device.

Breach Monitoring

We check your passwords against known data breaches so you can change them before hackers strike.

Breaches checked
12+ Billion

Switch in seconds

Import your existing passwords from any password manager. We make switching easy.

Bitwarden
Keeper
Google Authenticator
1Password
CSV Export
FOR DEVELOPERS

Add ZapQR Login to your site

One line of code. Passwordless authentication. Happy users.

1 Quick Start

<!-- Add to your login page -->
<script src="https://zapqr.ai/embed.js"></script>
<div id="zap-login"></div>

2 Handle Login

<script src="https://zapqr.ai/embed.js"
        data-callback="onZapLogin"></script>
<div id="zap-login"></div>

<script>
function onZapLogin(email, password) {
  // Fill your form
  document.getElementById('email').value = email;
  document.getElementById('password').value = password;
  
  // Or submit directly
  document.getElementById('login-form').submit();
}
</script>

3 Event Listener (Alternative)

document.addEventListener('zap:login', (e) => {
  const { username, password } = e.detail;
  // Authenticate user...
});

Configuration Options

Attribute Default Description
data-callback Function name to call with credentials
data-container zap-login ID of container element
data-theme dark dark or light
data-accent #8b5cf6 Accent color (hex)

How it works

  1. 1 User sees QR code on your login page
  2. 2 They scan with ZapQR app (or tap on mobile)
  3. 3 ZapQR sends credentials securely via WebSocket
  4. 4 Your callback receives email & password

Ready to take control?

Download ZapQR today and never forget a password again.

Join TestFlight Beta

Requires iOS 17.0 or later. Free during beta.