1 min read By NT²
E2E chat is not a vault
Stories
Signal can protect a message on the way to someone else. It does not turn the thread into structured storage.
Product narratives about structured privacy, local-first vaulting, and encrypted handoffs.
1 min read By NT²
Stories
Signal can protect a message on the way to someone else. It does not turn the thread into structured storage.
8 min read By NT²
Tech
A local-first vault needs a real relational engine on device. Putting that engine on the UI thread makes every page query compete with paint and input. NT² Vault runs SQLite in a Web Worker, behind typed messages and a single lock chain, so the list can stay responsive while the database stays honest.
1 min read By NT²
Stories
If you already keep secrets in a local database, you may not need convincing about the cloud. You may need better structure.
9 min read By NT²
Tech
Self-sovereign identity is useful when you take the parts that fit a zero-knowledge vault—and refuse the parts that turn the product into a general DID wallet.
1 min read By NT²
Stories
A seed phrase does not have a login form. That small fact explains why some assets need a different kind of vault.
9 min read By NT²
Tech
A cloud can help deliver sealed packages without becoming the place where pending shares live as readable mail. Relay indexes ciphertext. Inbox stays on the device.
1 min read By NT²
Stories
Apple Notes was perfect for grocery lists, travel ideas, and quick reminders. Then it became the place for passport numbers, seed phrases, and bank details.
8 min read By NT²
Tech
A share that opens with the same secret that unlocks the vault is not a handoff. It is a remote unlock of everything. NT² keeps those boundaries apart.
1 min read By NT²
Stories
Where data lives shapes who can touch it, process it, subpoena it, lose it, or monetize it.
9 min read By NT²
Tech
Cloud services often treat an email inbox as the root of an account. An encrypted vault needs a different proof: control of a signing key, shown by answering a one-time challenge.