SwiftUI iOS App
Native iOS client with terminal aesthetic and trade execution — currently in development
Status: In Development
The Nox Aeterna iOS app is currently in active development and will be available soon. Built with SwiftUI for iOS 17+, it features a terminal-inspired aesthetic with monospace typography and data-dense layouts. The app will connect directly to the Nox Aeterna backend for real-time signals and trade execution.
Core Features
The app connects to the FastAPI backend to display real-time market data, model predictions, and trading signals. Users can review signals, adjust Kelly sizing parameters, and execute trades directly from the app. An auto-trading mode allows hands-free operation with configurable risk limits.
Technical Implementation
Built with SwiftUI targeting iOS 17+, the app uses async/await for network calls, Combine for reactive data binding, and Swift Charts for performance visualization. The architecture follows MVVM with a shared NetworkManager handling API communication, authentication, and error recovery.