
FullStack, Design & Full-Stack Development
Hartalis is a Palworld companion site built as the opposite of a wiki: condensed pages, a breeding planner that answers the question directly, and community builds.
The interesting part is under the planner. Species and their breeding pairs form a graph, so finding how to reach a given Pal is a shortest-path search; stacking the passive skills you want on top is a probability problem, and the site reports both the average number of eggs and the number needed to be reasonably sure.
Palworld wikis answer 'what is this Pal' with a wall of tables, but players ask narrower questions: what do I breed to get this one, is this passive worth rerolling. Every page starts from one of those questions and shows the answer first. That is also why the whole site is precomputed and served static, in French and English.




