Native iOS application for Readmigo - AI-powered English reading companion.
- Language: Swift
- UI Framework: SwiftUI
- Minimum iOS: 16.0
- Architecture: MVVM
- Immersive reading experience
- AI-powered word explanations and translations
- Text-to-Speech with sentence highlighting
- Offline reading support
- Reading progress sync across devices
├── Readmigo/
│ ├── App/ # App entry point
│ ├── Features/
│ │ ├── Auth/ # Authentication
│ │ ├── Library/ # Book library
│ │ ├── Reader/ # Reading experience
│ │ └── Profile/ # User profile
│ ├── Core/ # Shared utilities
│ └── Resources/ # Assets and localization
└── Readmigo.xcodeproj
| Platform | Link |
|---|---|
| App Store | Readmigo on App Store |
# Open project in Xcode
open Readmigo.xcodeproj
# Build and run on simulator or device
# Xcode > Product > Run (⌘R)- Production:
com.readmigo.app