Polytrack/online.github.io Jun 2026

PolyTrack is a high-octane, low-poly racing game that has gained a massive following on platforms like . Inspired by the legendary TrackMania series, it focuses on high speeds, precise time trials, and community-driven creativity. What is PolyTrack?

| Symptom | Likely Cause | Quick Fix | |---------|--------------|-----------| | | npm ci not run after a fresh clone. | Run npm ci again, then npm run build . | | Live demo widgets don’t receive data | The demo WebSocket endpoint ( wss://demo.polytrack.io ) is down. | Switch to the local mock server: npm run mock-server and set window.POLYTRACK_WS_URL = "ws://localhost:4000" in the console. | | Search returns “no results” | Algolia index not updated after a docs change. | Push a new commit; the GitHub Action automatically re‑indexes. | | GitHub Pages shows a 404 after a PR merge | The workflow failed to deploy (check the Actions tab). | Fix the failing step (often a lint error) and push a new commit. | polytrack/online.github.io

| Resource | Link | |----------|------| | | https://polytrack.github.io | | API Reference | https://polytrack.github.io/docs/api/ | | Developer Guide | https://polytrack.github.io/docs/dev/ | | GitHub Actions Workflow | https://github.com/polytrack/online.github.io/blob/main/.github/workflows/deploy.yml | | Discussion Forum | https://github.com/polytrack/online.github.io/discussions | | Roadmap | https://github.com/polytrack/online.github.io/projects/1 | PolyTrack is a high-octane, low-poly racing game that

polytrack/online.github.io demonstrates a clean, functional demo of the PolyTrack engine. It’s suitable for showcasing core features to potential contributors or users. With minor optimizations (PWA + memory tuning), it could become a robust reference implementation for web-based racing analytics. | Symptom | Likely Cause | Quick Fix

The repository polytrack/online.github.io appears to host a live demo or web-based interface for the project. Using GitHub Pages, the repository serves a static site — likely a front-end for real-time track visualization, physics-based vehicle simulation, or performance telemetry.

If you hit a roadblock not covered here, open an issue with: