Built secure
by default.
We aim to keep our apps simple and secure. Here's what that means in practice.
🛡️ Accounts & identity
- We avoid unnecessary account creation wherever possible.
- No registration walls blocking access to core app features.
💾 Data storage
- We prefer local storage for personal records when a server is not required.
- Your data stays on your device, where it belongs.
🌐 Network & permissions
- When network communication is used, we use secure HTTPS connections.
- We do not ask for permissions that are not needed for the app's core function.