whatisgithub

What is poe2storyguide?

liazr/poe2storyguide — explained in plain English

Analysis updated 2026-05-18

31TypeScriptAudience · generalComplexity · 2/5Setup · easy

In one sentence

An unofficial fan website with interactive act-by-act maps and step-by-step guidance for the Path of Exile 2 storyline.

Mindmap

mindmap
  root((Poe2Storyguide))
    What it does
      Interactive story maps
      Quest guidance
      Fan project
    Tech stack
      React
      TypeScript
    Key features
      Progress tracking
      Mobile touch support
      JSON content files
    Access
      GitHub Pages
      Offline ZIP download

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Follow an interactive map through each Path of Exile 2 act without getting lost in the story.

USE CASE 2

Click a quest node to see what to do next and which rewards are available.

USE CASE 3

Track your current story position and jump forward or backward through nodes.

USE CASE 4

Download an offline ZIP version to browse the guide with no internet or server needed.

What is it built with?

ReactTypeScript

How does it compare?

liazr/poe2storyguideclipboardhealth/groundcrewelbelicojackson-hue/haking-code-
Stars313131
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyeasymoderatehard
Complexity2/54/55/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Use online via GitHub Pages, or unzip the offline version and open it directly in a browser.

So what is it?

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.

Copy-paste prompts

Prompt 1
Explain how Poe2Storyguide's chapter maps and node system work.
Prompt 2
Help me set up the offline ZIP version of Poe2Storyguide with no server required.
Prompt 3
How is the walkthrough content organized in the JSON content files per act?
Prompt 4
Show me how the mobile touch support for dragging chapter maps was implemented.

Frequently asked questions

What is poe2storyguide?

An unofficial fan website with interactive act-by-act maps and step-by-step guidance for the Path of Exile 2 storyline.

What language is poe2storyguide written in?

Mainly TypeScript. The stack also includes React, TypeScript.

How hard is poe2storyguide to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is poe2storyguide for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.