Skip to content
ॐ YANTRA
← Back to YANTRA ☀ Morning Flow

☁️

Sync & Backup

Your data, honestly — local-only, and always exportable.

Status

🔵

Local only — this browser

No backup exported yet.

There is no cloud connection yet. Everything below reads and writes only this browser's storage — nothing leaves your device unless you export a file yourself.

Backup Encryption

Encrypt backups

Real AES-256-GCM encryption (Web Crypto API) with a password you choose. If you forget the password, the backup cannot be recovered.

Auto-Sync Settings

These require Cloud Sync, which isn't enabled (see below) — shown for when it is.

Sync frequency

Sync on Wi-Fi only

Data Breakdown

Backup History (this browser)

DateActionStatus
No exports or imports yet.

Cloud Sync (not yet enabled)

To move data between devices today: export a backup here, transfer the file yourself (AirDrop, email, USB), and import it on the other device. Real-time multi-device sync would need a backend — for example Firebase — which this static site doesn't have.

Sketch of what that integration would look like:

// Not active — illustrative only. // 1. Add your Firebase config: const firebaseConfig = { apiKey: "…", projectId: "…" }; // 2. Initialize Firestore, write local data on export, // listen for remote changes, merge into localStorage. // 3. Replace the "Enable Cloud Sync" button above with a // real auth + connection flow once a backend exists.