An operational dashboard for the XEMS game backend.
What it is
The dashboard provides an authenticated management surface for game-platform operations, with same-origin API routing through NGINX.
Why I built it
Each XEMS product starts from a practical operational need: reduce manual work, make experiments easier to validate, and turn reusable engineering patterns into public or private tools. Game Admin Dashboard is one piece of that broader product lab.
Product highlights
- Next.js production dashboard
- Same-origin API proxying
- Shared PostgreSQL and Redis backend
- Admin workflow foundation for game services
How it fits into XEMS
The product is deployed under the xems.net infrastructure with Docker, NGINX routing, HTTPS, and a shared operating model. That makes it easier to iterate quickly while keeping each project isolated and maintainable.