Albion SilverMind is a professional-grade data platform dedicated to the Albion Online economy. Designed for serious players, crafters, and market analysts, it provides deep insights into item profitability, crafting chains, and live market fluctuations.
Explore Architecture • Setup Guide • Development
- Deep Item Analytics: Real-time stats, tier/enchantment tracking, and progression paths.
- Dynamic Search: Advanced filtering by category, tier, city, and weapon family.
- Crafting Tree Engine: Recursive dependency tracking with multi-step recipe visualization.
- Live Price Sync: Real-time integration with Albion Online Data Project.
- Profitability Simulation: Advanced calculators for crafting, refining, and city arbitrage.
- Historical Tracking: Comprehensive price history and trend analysis.
- Full Data Management: Automated sync for items, icons, and market prices.
- User Moderation: Granular roles and permissions with full audit logging.
- Job Monitoring: Background task tracking via BullMQ and Redis.
| Layer | Technologies |
|---|---|
| Frontend | Nuxt 3, Vue 3, Tailwind CSS, Pinia |
| Backend | Nitro (Nuxt Server), BullMQ, TypeScript |
| Database | PostgreSQL, Prisma ORM v7 |
| Infrastructure | Redis, Docker, Nginx, PGBouncer |
Ensure you have Node.js 22, pnpm 9, and Docker installed.
# Install dependencies
pnpm install
# Start core services (PostgreSQL & Redis)
docker-compose up -d postgres redis
# Setup database
pnpm db:migrate
pnpm db:generatepnpm devVisit http://localhost:3000 to access the dashboard.
- Phase 1: Core Engine - Database normalization, Item parser, Crafting foundations.
- Phase 2: Pricing Engine - Live market sync, Profitability logic, Dashboards.
- Phase 3: Economy Intelligence - Transport optimization, Black market tools, Flip analysis.
- Phase 4: SaaS Expansion - Premium access, Public API, Guild ecosystem tools.
- Status: Internal Private Development
- Purpose: Built for high-scale Albion Online economy optimization.
Built with ❤️ for the Albion Community.