Scope before features
Each product starts from one user problem and narrows until it does that job well. We leave out work that exists only to look capable, because every feature we keep is one we have to support.
How we approach engineering across both products: a small dependency surface, mobile performance treated as part of the work rather than a later pass, and code we can maintain for years. The document manager is built local-first; the app for learning English is designed around a connected service.
The commitments behind both products, stated concretely rather than as slogans.
Architecture
By design, a document stays on the device in an encrypted local store and is indexed on-device so search is fast, with no server in the path for the core job. This describes the document manager's intended architecture, which is in development.
01
Document on your device
02
Encrypted local store
03
On-device index
04
Search and retrieval