Player experience
Accounts, wallet and crypto/fiat payments, the game lobby, the VIP ladder, and in-app support.
A guided tour of the player experience and the back office that runs it.
If you are new to the codebase, read What is Lucky Star first — it explains the apps, how they talk to each other, and where each feature lives. From there, the Player experience section walks through everything a customer can do, and Back office covers the tools the operations team uses.
To bring the stack up on your own machine, follow Run locally.
| Surface | URL |
|---|---|
| Player site | localhost:3000 |
| Admin panel | localhost:3001 |
| Support desk | localhost:3002 |
| API | localhost:8787 |
| These docs (local) | localhost:3003 |
| These docs (hosted) | swagg.bet/docs |