Interactive leveling coach tool

LundgrenMay 26, 2026guide


Type your username. It looks up your level, skills, and factories from the public API, compares them against the top community guides, and shows you exactly what to do.

Live at: https://lundgrenwarera.github.io/warera-coach/

What it actually does

Three handholds:

  1. Should I spend my skill points, and on what? It pulls your current Energy, Production, Entrepreneurship, and Companies skills and compares them to the per-level target from the guides. If you're behind, it says "spend N SP on this skill." If you're at a banking level (8 and 12), it tells you to hold the points and explains why spending them now forces you to reset later.

  2. Which factory next? Reads your factories and picks one action: convert your starter to limestone if it's still on whatever random item you spawned with, upgrade the lowest-AE factory to 4 before adding another, or build the next factory in the canonical order. Limestone → Concrete → Iron → Steel is the standard chain from the dev guide.

  3. What do I do today? A daily checklist with checkboxes that reset at midnight UTC. Tick them off as you go.

Who it's for

Mostly the same people the guides are written for: new players, levels 1 through 15, who don't want to read three articles every time they level up. After level 15 the prescriptive table stops being useful and the tool just tells you that and gets out of the way.

Credits

Every recommendation cites the guide it came from. The five sources:

Thanks to the authors. The tool is just a wrapper around their thinking.

Caveats

I'm not a very experienced player. The tool is a wrapper around other people's guides, not my own meta knowledge. If anything reads wrong to you, drop a comment on this article and I'll fix it as soon as I see it.

The pre-level-5 progression isn't in any guide explicitly, so those entries are interpolations from the 2:2:1 ratio rule. Same for the level 15 entry, which extrapolates past where the Finnish table stops. Both are the places I'm least sure about and most want feedback on.

The tool runs entirely in your browser, and requires no API key.

Code: https://github.com/lundgrenwarera/warera-coach (MIT). Comments here or issues/PRs on GitHub both work.

Interactive leveling coach tool | War Era