A native Apple platform application focused on organizing important personal documents—warranties, contracts, receipts, insurance policies—with smart date recognition.
Features
- Document Scanning: Camera integration for capturing documents
- Intelligent OCR: Text extraction with automatic date recognition
- Expiry Tracking: Date detection with customizable reminders
- Document Organization: Categorization by type, date, and tags
- Security: Local storage with encryption
Tech Stack
- Swift 6.2+ / SwiftUI
- iOS 17.0+
- Shared core and UI packages for iOS and macOS
Architecture
The project uses a monorepo structure with shared packages:
apps/ios/: iOS applicationapps/macos/: Future macOS applicationpackages/core/: Shared business logicpackages/ui/: Shared UI components