1 min read By NT²
Escape hatch, not lock-in
Stories
A vault that protects your data should not trap your data. Backup and export are part of the trust model, not an afterthought.
Product narratives about structured privacy, local-first vaulting, and encrypted handoffs.
1 min read By NT²
Stories
A vault that protects your data should not trap your data. Backup and export are part of the trust model, not an afterthought.
8 min read By NT²
Tech
Opening the same vault in two browser tabs is normal. Letting both tabs write the same on-device SQLite file is not. NT² Vault elects one Writer and keeps every other unlocked tab as a follower.
1 min read By NT²
Stories
A privacy product should not ask you to accept tracking just to read its privacy promise.
7 min read By NT²
Tech
A vault needs to know which files belong to which items, how large they are, and how to unwrap their keys. It does not need those encrypted bytes sitting inside the relational database that answers those questions.
2 min read By NT²
Stories
A privacy tool for everyday households cannot price itself like enterprise software and still claim to be for everyone.
8 min read By NT²
Tech
Local search is not one query shape. Free-text wants a full-text index on titles and search text. Category, trash, archive, and similar filters want ordinary table predicates. The product switches strategy so the UI never has to ship the whole vault into memory to feel searchable.
1 min read By NT²
Stories
A vault can work offline and still offer sync. The difference is whether the cloud becomes the owner of the data or just a blind carrier.
8 min read By NT²
Tech
A local vault can hold thousands of structured items without becoming a giant in-memory array. The durable store stays in SQLite. The UI holds only a paged window of lightweight list rows, rendered through a virtual list.
1 min read By NT²
Stories
A friend asks to check the account number. You want to help, but you do not want your unlocked vault in someone else's hands.
10 min read By NT²
Tech
An account table can contain no plaintext vault items and still create a dangerous password-testing surface. We removed the columns that could turn a database copy into an offline guessing or recovery system.