Almost? is a small reflective tool for tracking near misses: the things you almost did, almost forgot, or almost got wrong. It helps you spot patterns in those moments and turn them into concrete adjustments.
- Capture almosts quickly
- Tag what contributed to them
- Review recurring patterns
- Turn patterns into adjustments
- Keep adjustments active, stabilize them, or archive them
- Sync through Firebase or use the app locally
The app is built around a simple loop:
- Capture an almost
- Review recurring patterns
- Create an adjustment
- See whether the pattern improves over time
- SwiftUI
- Observation with
@Observable - Firebase Authentication
- Firestore
- Analytics
- Remote Config
- TipKit
You’ll need:
- Xcode 15 or newer
- macOS with Swift 6+
- a
GoogleService-Info.plistif you want to use your own Firebase project
Place the plist in resource/firebase, open almost.xcodeproj, choose the Almost scheme, and build.