Tech/SwiftUI iOS App

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.

Real-time market dashboard with price updates
Signal viewer with edge magnitude and Kelly sizing
One-tap trade execution (paper or live)
Auto-trading mode with per-session risk limits
Portfolio P&L tracking with per-city breakdown

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.