CryptoSavingsTracker is a savings goal and asset tracking app.
The current public release scope is focused on the Apple app experience: create goals, add assets, record contributions, and review savings progress through dashboard and detail screens. The repository also contains Android work, internal review artifacts, and proposal documents that support ongoing product development.
- Apple app: active App Store release track
- Android app: repository work in progress, not the primary public release contract
- Internal docs: architecture notes, proposals, audits, and release evidence
The Apple release build uses explicit runtime boundaries for trust-sensitive capabilities. Experimental sync surfaces remain limited to internal-debug mode until they pass the required release gates.
.
├── ios/
│ ├── CryptoSavingsTracker/ # Apple app source (Swift / SwiftUI / SwiftData)
│ ├── CryptoSavingsTrackerTests/ # Unit and integration tests
│ ├── CryptoSavingsTrackerUITests/ # UI tests
│ └── CryptoSavingsTracker.xcodeproj/ # Xcode project
├── android/ # Android app work (Kotlin / Compose)
├── docs/ # Product, architecture, proposals, runbooks
├── artifacts/ # Review evidence and generated screenshots
└── README.md
- Goal creation and editing
- Asset tracking and allocation to goals
- Manual contribution logging
- Goal dashboard and progress review
- Settings, support, and App Store release metadata
cd ios
xcodebuild -scheme CryptoSavingsTracker -configuration Debug buildcd ios
xcodebuild -scheme CryptoSavingsTracker -destination 'platform=iOS Simulator,name=iPhone 16' testcd ios
open CryptoSavingsTracker.xcodeprojUseful starting points:
- docs/ARCHITECTURE.md
- docs/DEVELOPMENT.md
- docs/MONTHLY_PLANNING.md
- docs/USER_GUIDES.md
- docs/proposals
- Support: https://lueurxax.github.io/CryptoSavingsTracker/support/
- Privacy Policy: https://lueurxax.github.io/CryptoSavingsTracker/privacy/
See LICENSE.