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.