REKTONIC: TASK TRACKER
AI-Powered Minimalist Habit Tracker
ABOUT THIS APP
Rektonic was born from a frustration with overly-positive productivity apps. It targets users who prefer raw, unfiltered feedback. The core metaphor is a bottle that fills with "liquid" for incomplete tasks, and "empties" as you complete them. The goal is an empty bottle, a clear mind.
KEY FEATURES
- Minimalist, gesture-based UI.
- AI-powered suggestions for breaking down large tasks.
- CoreData for robust, on-device persistence.
- Haptic feedback and custom animations for a tactile feel.
TECHNICAL CHALLENGES
The main challenge was creating the custom liquid-fill animation in SwiftUI, which required custom paths and animatable vector shapes. Integrating the on-device AI model without sacrificing performance was also a significant hurdle, solved by using lightweight FoundationModels.