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.
- 📖 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
This project uses Nix flakes for a reproducible development environment.
-
Enter the development environment:
nix develop
Or use direnv (recommended):
direnv allow
-
Install dependencies:
npm install
-
Start development server:
npm run dev
-
Open in browser: Visit
http://localhost:5173
npm run dev- Start development server with hot reloadnpm run build- Build for productionnpm run preview- Preview production build locally
- React 18 - UI framework
- TypeScript - Type safety
- Vite - Build tool and dev server
- TailwindCSS - Styling
- Zustand - State management
MIT - Inspired by exile-leveling but built from scratch with additional features.