VH Assistant is a SwiftUI companion app for Vault Hunters players who want to track playthrough progress across Apple devices. The current app centers on research management, crystal reference data, and lightweight playthrough persistence backed by Firebase.
- Create and manage multiple playthroughs.
- Track knowledge points and skill points per character.
- View Vault Hunters research groups and research costs.
- Purchase research and automatically apply cost modifiers across groups.
- Browse crystal types and their modifiers.
- Persist playthrough data in Firebase Storage using anonymous auth.
The implemented experience is strongest around:
- Research tracking
- Crystal reference data
- Playthrough storage and retrieval
The codebase also includes models and UI scaffolding for abilities, talents, and broader skill tracking, but those flows are not fully implemented yet.
- Swift
- SwiftUI
- Firebase Auth
- Firebase Storage
- Firebase Analytics / Crashlytics
- Swift Package Manager
Shared/contains the shared SwiftUI app, views, models, managers, and assets.Data/contains bundled Vault Hunters reference JSON files.Tests iOS/andTests macOS/contain platform test targets._ref/screenshots/contains App Store style reference screenshots.
- Xcode with Swift Package Manager support
- iOS 15.4+ for the iOS target
- macOS 12.3+ for the macOS target
- A valid Firebase configuration if you want to run the app against your own backend
- Open
VH Assistant.xcodeprojin Xcode. - Let Swift Package Manager resolve the Firebase and
SwiftPathdependencies. - Ensure
GoogleService-Info.plistmatches the Firebase project you intend to use. - Build and run either the iOS or macOS target.
At launch, the app:
- Signs in anonymously with Firebase Auth.
- Downloads versioned Vault Hunters data from Firebase Storage.
- Parses research groups, researches, crystal data, and descriptions.
- Fetches the current user's saved playthrough files from Firebase Storage.
Playthrough progress is serialized to JSON and uploaded back to Firebase Storage.
- The repo already includes a Firebase plist, but most forks should replace it with their own Firebase project configuration.
- The current app version is hardcoded to the
1.16.5Vault Hunters data set in the Firebase manager. - If you want the README to reflect future skill and talent tracking, the unfinished parsing and purchase flows should be completed first.
No license is currently specified in this repository. Add one before distributing or accepting outside contributions.


