Documentation Index
Fetch the complete documentation index at: https://hedgeem-api.qeetoto.com/llms.txt
Use this file to discover all available pages before exploring further.
Game Clients
| Version | Name | Tech Stack | Repo | Client Path | Production URL | Localhost |
|---|---|---|---|---|---|---|
| v3 (C#) | DotNet client | ASP.NET Web Forms / C# / .NET 4.0 | hedgeem-v3 | ~/repo_git/hedgeem-v3 | None — reference only | None |
| v4 (JS) | JavaScript client | Phaser / plain JS | hedgeem-v4 | ~/repo_git/hedgeem-v4 | hedgeem-v4.qeetoto.com | None |
| v5 (UMA) | GameIOM UMA client | Node + C++ (GDK protocol) | hedgeem-v5 | hedgeem-v5-client/builds/hedgeem/ | hedgeem-v5.qeetoto.com | localhost:5050 |
| v6 (TS) | TypeScript standalone client | Phaser 3 + Vite + TypeScript | hedgeem-v5 | hedgeem-v6-client/ | hedgeem-v6.qeetoto.com | localhost:4000 |
Supporting Infrastructure
| Service | Stack | Production URL |
|---|---|---|
| REST API | Node.js / TypeScript (Vercel serverless) | hedgeem-server.qeetoto.com |
| API Docs | Mintlify | hedgeem-api.qeetoto.com |
| Brochure | Static | hedgeem.qeetoto.com |
Version Notes
v6 (TypeScript standalone) is the production target. All new features are implemented here and tested via Playwright.
v5 (UMA) is a reference/testing client using the GameIOM GDK protocol. GDK code is a dead end — do not port it. Use UMA’s visual design (graphics, layout, animations) as the UX specification for v6.
hedgeem-v4 repo.
API Connectivity
All active clients share a single REST API at hedgeem-server.qeetoto.com:| Client | Config location | Base URL constant |
|---|---|---|
| v6 (TS) | hedgeem-v6-client/src/engine/ApiClient.ts | HEDGEEM_API_BASE |
| v5 (UMA) | hedgeem-v5-client/builds/hedgeem/platform.js | API_BASE |