https://github.com/kitbur/aideen-audit
A Honkai: Star Rail financial planner that estimates the real world, region-based cost to reach soft and hard pity thresholds.
https://github.com/kitbur/aideen-audit
calculator css honkai-star-rail hoyoverse html5 javascript open-source python webapp
Last synced: about 2 months ago
JSON representation
A Honkai: Star Rail financial planner that estimates the real world, region-based cost to reach soft and hard pity thresholds.
- Host: GitHub
- URL: https://github.com/kitbur/aideen-audit
- Owner: kitbur
- License: mit
- Created: 2025-05-23T01:04:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-27T15:50:01.000Z (11 months ago)
- Last Synced: 2026-05-07T02:45:40.906Z (about 2 months ago)
- Topics: calculator, css, honkai-star-rail, hoyoverse, html5, javascript, open-source, python, webapp
- Language: JavaScript
- Homepage: https://kitbur.github.io/aideen-audit/
- Size: 4.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Aideen Audit
### The True Cost of Your Next Honkai: Star Rail 5-Star.
[](https://opensource.org/licenses/MIT)
Aideen Audit is a comprehensive financial planning tool for Honkai: Star Rail players. It moves beyond simple pull counting to provide a detailed audit of the real-world cost required to secure your next 5-star character, featuring dynamic, region-specific pricing.
## Key Features
- **Pity Planning:** Calculates the exact pulls needed for both soft (75/150) and hard (90/180) pity thresholds, accounting for your guaranteed status.
- **Real-World Cost Analysis:** See the estimated total cost of your required pulls, calculated using a cost-effective combination of Oneiric Shard packs.
- **Global Currency Support:** Select your local region to get accurate pricing data and cost estimates in your own currency. No more manual conversions!
- **Resource Tracking:** Input your current pity, Stellar Jades, and Special Passes.
- **First-Time Bonus Modeling:** Toggle first-time purchase bonuses for each individual Oneiric Shard pack to see how they impact your overall cost, allowing for precise budget optimization.
- **Shopping List:** Generates an optimal shopping list of efficient top-up purchases.
## Technologies
## Development & Testing
This project uses [Node.js](https://nodejs.org/) to manage development dependencies and run an automated test suite with [Vitest](https://vitest.dev/).
### Getting Started
To run this project locally for development or to run the tests:
1. **Clone the repository:**
```bash
git clone https://github.com/kitbur/aideen-audit.git
```
2. **Install dependencies:**
```bash
npm install
```
3. **Run the test suite:**
```bash
npm test
```
## Contributing
Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/kitbur/aideen-audit/issues). If you'd like to contribute, please fork the repository, use a feature branch, and make a pull request.