Purpose
This site compiles resources for the open-source RTS game OpenFront.io, covering:
- Systematic core mechanics guides (spawn, economy, military, nukes, alliances, trains...).
- Unit / structure database (auto-synced from source code).
- 78 maps listed and categorized.
- Strategy guides and beginner tutorials.
- Version changelog analysis.
For all players who want to take OpenFront.io seriously—especially those who want to turn intuition into numbers.
Data Sources
All values (costs, damage, radii, cooldowns, map lists) are extracted by scripts/extract-game-data.mjs from the official repo openfrontio/OpenFrontIO:
src/core/configuration/Config.ts— Unit costs and formulas.src/core/game/Game.ts— UnitType enum and groupings.resources/maps/— Map directory listing.resources/changelog.md— Version changes.
Current data snapshot:
- OpenFrontIO version: v24
- Last extraction:
2026-05-16T14:00:44.495Z - Extraction mode:
live source
Tech Stack
- Astro (v5) + Tailwind CSS, pure static output.
- MDX Content Collections.
- GitHub Pages deployment, no server, no tracking, no ads.
License & Disclaimer
- This is a community resource, not official OpenFront.io.
- Game source code is AGPL-3.0.
- Game assets are CC BY-SA 4.0.
- Site content is CC BY-SA 4.0 unless noted—please credit the source.
- "OpenFront" name copyright © OpenFront and Contributors.
Feedback
Found an error, want to contribute a guide, or noticed a value mismatch? Open an issue on the source repo.