Interactive loot decision tool for Arc Raiders - quickly determine what to keep, recycle, or sell.
Visit the live app: https://otdavies.github.io/RaiderCache/
# Install dependencies
npm install
# Fetch game data
npm run fetch-data
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewThis tool uses data from multiple sources:
- MetaForge API - Primary live data source for items, quests, and icons
- Local Static Files - Hideout modules and projects (updated manually as needed)
- Item data and icons are auto-updated daily via GitHub Actions
- TypeScript - Type safety and better maintainability
- Vite - Fast build tool and dev server
- Fuse.js - Fuzzy search functionality
- Custom CSS - Tailored to Arc Raiders aesthetic
- GitHub Pages - Free hosting
- GitHub Actions - Automated data updates
The app analyzes each item based on:
- Quest Requirements - Items needed for active quests (KEEP)
- Project Requirements - Items needed for projects (KEEP)
- Hideout Upgrades - Materials for workshop upgrades (KEEP)
- Crafting Value - Items used in valuable recipes (SITUATIONAL)
- Market Value - High-value trinkets (SELL)
- Recycle Value - Items that recycle into useful materials (RECYCLE)
- Data automatically syncs daily at 6 AM UTC
- GitHub Actions workflow fetches latest data from MetaForge API
- WebP icons are converted to PNG format (128x128)
- Validates data integrity before deployment
- Automatically rebuilds and redeploys the app
- Set Your Hideout Levels - Update the workshop tracker to get personalized recommendations
- Use Filters - Click decision badges to filter by Keep/Recycle/Sell
- Search Quickly - Type any item name for instant results
- Click Items - View detailed information, recipes, and locations
- Bookmark Favorites - Star items you want to track
Contributions are welcome! If you find bugs or have suggestions:
- Open an issue on GitHub
- Submit a pull request
- Report data inconsistencies
MIT License - See LICENSE for details
This is a community-created tool and is not affiliated with Embark Studios. All Arc Raiders game content © Embark Studios AB.
- Primary Data Source: MetaForge API
- Comprehensive item and quest data with frequent updates
- High-quality WebP icons (converted to PNG for compatibility)
- Active community-maintained API
- Static Data: Hideout modules and projects maintained locally
- Game Content: All Arc Raiders game content © Embark Studios AB
- Official Game: Arc Raiders
- Attribution: Data provided by metaforge.app - check out their tooltips and API!
- MetaForge team for maintaining the community API and comprehensive game database
- Arc Raiders community for ongoing support and contributions
- Embark Studios for creating Arc Raiders