A Django + React (Vite) based gacha tracker for Honkai: Star Rail.
Track your pulls, pity, banners, owned characters/light cones and more โ all in a clean self-hosted web interface.
| Service | Port | URL |
|---|---|---|
| Frontend | 5173 |
http://localhost:5173 |
| Backend API | 8000 |
http://localhost:8000 |
[!TIP] If you just want to run this locally and some technical terms confuse you:
Just press
ENTERto use the default values shown in[].The defaults work perfectly fine for most users.
Only make sure your paths for:
- the database file
- the media folder
are set correctly.
By default they will be created in your current directory.
curl -sSL https://raw.githubusercontent.com/Haencky/HSR-Warps/refs/heads/main/install.sh -o install.sh && chmod +x install.sh && ./install.sh
To update the application to the newest version:
cd /your/path/to/docker-compose.yml
or open your terminal from file explorer
docker compose pull
docker compose up -d
docker exec -it hsr-backend python manage.py migrate
This will:
[!TIP] Keep an eye on the announcements section:
https://github.com/Haencky/HSR-Warps/discussions/categories/announcements
New features, updates and bugfixes will be posted there.
This project is licensed under the GNU General Public License v3.0.
See the LICENSE file for details.
You are free to:
this software under the same license.
This is a fan-made project and is not affiliated with or endorsed by HoYoverse (miHoYo).
All game-related assets, characters and names belong to their respective owners.
This software is provided โas isโ without any guarantees.
Use it at your own risk.
This application does not bundle game assets or third-party data in order to:
Assets are downloaded dynamically on first use.
Character and item assets are downloaded from:
https://github.com/Mar-7th/StarRailRes
Downloaded files are stored locally in the /media folder.
Character and Light Cone information is fetched dynamically from:
https://github.com/fribbels/hsr-optimizer
Once downloaded, assets remain stored locally to:
All assets remain the intellectual property of:
Copyright (c) 2026 Haencky