Is this meant for couples only?
It's optimized for two-person households, but it works for any shared home setup.
Where is my data stored?
In Postgres via Prisma. Configure your own database URL for production. All data is encrypted in transit and at rest.
Do you support Google/Outlook/iCloud two-way sync?
Google and Outlook support full two-way sync (create, update, delete events in both directions). iCloud supports sync via CalDAV. Changes you make in the app update everywhere.
Are my messages private?
Yes! Messages are end-to-end encrypted using X25519 key exchange and AES-256-GCM encryption. Each message uses a unique encryption key. Only members of your household can read your messages, and we can't access them.
What are disappearing messages?
You can set messages to disappear after they've been read, after 24 hours, or after file attachments are downloaded. The encryption keys are permanently deleted, making messages unreadable. This gives you extra privacy for sensitive conversations.
Can I turn off read receipts?
Yes! In Privacy Settings, you can control whether others see when you've read their messages. Read receipts are enabled by default.
What are Shared Notes?
Shared Notes is a collaborative space for your household. Create date ideas, save restaurant recommendations, plan travel wish lists, organize by category, add checklists, pin important notes, and more. Notes are end-to-end encrypted and can have reminders attached.
What are Reminders?
Reminders help you remember tasks and notes. Set time-based reminders (e.g., daily, weekly, or custom times like "tomorrow at 9am") or location-based reminders (when you arrive or leave a place). Attach reminders to any task or note.
How secure are my OAuth tokens?
OAuth tokens for calendar integrations are encrypted using AES-256-GCM encryption and stored securely. We also use webhook verification with HMAC signatures to ensure all calendar updates are legitimate.
Can I choose which calendars to sync?
Yes! You can selectively sync specific calendars from each provider. You can also choose how often to sync: manually, daily, or weekly.
Does this work offline?
Yes! Our mobile apps (iOS and Android) work offline and sync when you reconnect. The web app requires an internet connection.