Skip to content

fredrikscode/pathofuseful

Repository files navigation

PathOfUseful - PoE Leveling & Crafting Guide

Consider this in alpha state at the moment. Some things in the Act's can be wonky such as "Take {icon} Use portal" and so on. This will be fixed shortly.

An enhanced Path of Exile leveling guide with integrated crafting recommendations, vendor recipes, and personalized gem tracking.

Forked from exile-leveling with additional features and improvements.

Features

  • 📖 Step-by-step leveling guide through Acts 1-10 with detailed directions
  • 🎯 Path of Building import for personalized gem recommendations
  • 💎 Quest Gem Tracker - automatically shows which quest rewards have gems your build needs
  • 🔨 Crafting Guide - level-appropriate crafting recipes with base item recommendations
  • ⚗️ Vendor Recipes - comprehensive vendor recipe guide with item icons and tooltips
  • 📊 Progress Tracking - check off completed steps with persistent storage
  • 🔍 Lookahead Mode - focus on only the next N steps to reduce clutter
  • 📝 Step Notes - add personal notes to any step
  • 🎨 Themes - choose between modern and exile-leveling themes
  • ⚙️ Bandit Support - routes automatically adjust based on your bandit choice

Development Setup (NixOS)

This project uses Nix flakes for a reproducible development environment.

Getting Started

  1. Enter the development environment:

    nix develop

    Or use direnv (recommended):

    direnv allow
  2. Install dependencies:

    npm install
  3. Start development server:

    npm run dev
  4. Open in browser: Visit http://localhost:5173

Available Commands

  • npm run dev - Start development server with hot reload
  • npm run build - Build for production
  • npm run preview - Preview production build locally

Tech Stack

  • React 18 - UI framework
  • TypeScript - Type safety
  • Vite - Build tool and dev server
  • TailwindCSS - Styling
  • Zustand - State management

License

MIT - Inspired by exile-leveling but built from scratch with additional features.

About

A Path of Exile helper tool inspired by exiled-leveling, maxroll.gg etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published