liazr/poe2storyguide — explained in plain English
Analysis updated 2026-05-18
Follow an interactive map through each Path of Exile 2 act without getting lost in the story.
Click a quest node to see what to do next and which rewards are available.
Track your current story position and jump forward or backward through nodes.
Download an offline ZIP version to browse the guide with no internet or server needed.
| liazr/poe2storyguide | clipboardhealth/groundcrew | elbelicojackson-hue/haking-code- | |
|---|---|---|---|
| Stars | 31 | 31 | 31 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | moderate | hard |
| Complexity | 2/5 | 4/5 | 5/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Use online via GitHub Pages, or unzip the offline version and open it directly in a browser.
Path of Exile 2 is a popular action role-playing game with a complex storyline spread across multiple acts. This project is a companion website built to help players navigate that story without getting lost. It presents an interactive map for each chapter, with clickable nodes marking locations and quest steps. When you click a node, a panel on the right side of the screen shows what to do next, which rewards are available at that stop, and optional step-by-step instructions for more complex sections. Some nodes include screenshots that you can zoom into and drag around for a closer look. The site keeps track of where you are in the story. You can move forward or backward through the sequence of nodes, or mark any node as your current position. The chapter maps also work on mobile devices, with touch support for dragging the map around on a phone or tablet. All the walkthrough content lives in separate JSON files inside a content folder, one file per act. This separation means the story data can be updated or expanded without touching the website code itself. Acts 1 through 4 are already covered, with notes in place for planned improvements and additional image assets. The project can be used two ways: online through GitHub Pages, or as a self-contained offline download. The offline version is a ZIP file you unzip and open directly in a browser, with no server or Node.js installation needed. It is built with React and TypeScript, and the entire application runs in the browser with no backend. This is an unofficial fan project with no connection to Grinding Gear Games or the Path of Exile trademark holders.
An unofficial fan website with interactive act-by-act maps and step-by-step guidance for the Path of Exile 2 storyline.
Mainly TypeScript. The stack also includes React, TypeScript.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.