https://github.com/sakan811/gachascope
Evaluate the cost-effectiveness of various in-app purchase bundles available in gacha games.
https://github.com/sakan811/gachascope
data data-analysis data-visualization game honkai honkai-star-rail honkai-starrail hoyoverse javascript nextjs tableau tableau-public typescript wutheringwaves
Last synced: about 2 months ago
JSON representation
Evaluate the cost-effectiveness of various in-app purchase bundles available in gacha games.
- Host: GitHub
- URL: https://github.com/sakan811/gachascope
- Owner: sakan811
- License: agpl-3.0
- Archived: true
- Created: 2025-05-08T19:30:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-13T20:35:59.000Z (4 months ago)
- Last Synced: 2026-05-04T22:43:40.467Z (about 2 months ago)
- Topics: data, data-analysis, data-visualization, game, honkai, honkai-star-rail, honkai-starrail, hoyoverse, javascript, nextjs, tableau, tableau-public, typescript, wutheringwaves
- Language: TypeScript
- Homepage: https://gachascope.fukudev.org/
- Size: 8.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GachaScope
A comprehensive web application for analyzing cost-effectiveness of in-app purchase bundles in gacha games
## Supported Games
- **Honkai: Star Rail**
- **Wuthering Waves**
- **Zenless Zone Zero**
- **Umamusume: Pretty Derby (Global)**
## Features
- **Package Analysis**: Compare value of different stellar jade and oneiric shard purchase packages
- **Battle Pass Analysis**: Evaluate battle pass cost-effectiveness
- **Subscription Analysis**: Compare monthly subscription options
- **Interactive Charts**: Visual representations of value analysis
- **Responsive Design**: Works on desktop and mobile devices
## Status
[](https://github.com/sakan811/GachaScope/actions/workflows/webpage-test.yml)
## Web App
**Access the app**:
## For Developers
### Local Setup
```bash
# Clone the repository
git clone https://github.com/sakan811/GachaScope.git
cd GachaScope
# Install pnpm if you don't have it: https://pnpm.io/installation
# Install dependencies
pnpm install
# Start development server
pnpm dev
```