Avalon Roads | Albion Online Maps Explorer - https://avalonroads.noktech.com.br/
An interactive explorer for Albion Online's Roads of Avalon maps, built with Astro, TypeScript, and Tailwind CSS. Easily navigate through all Avalon Roads maps, find resources, chests, and dungeons.
Avalon Roads is an essential tool for Albion Online players who explore the Roads of Avalon. This web application allows:
- 🗺️ Complete navigation and search of all Avalon Roads maps
- 🔍 Advanced filtering by resources, chests, dungeons, and tiers
- 🌓 Light/dark mode with system preference support
- 🎯 Detailed resource type indicators with tooltips
- ⌨️ Keyboard shortcuts for quick navigation
- 📱 Fully responsive design for desktop and mobile
The Roads of Avalon are an essential part of the Albion Online world, offering unique opportunities for small group PvP, resource farming, and access to exclusive areas. Our tool helps players:
- Find Albion Avalon maps with specific resources (ore, wood, fiber, stone, hide)
- Locate valuable chests in the Roads of Avalon
- Discover dungeons for PvE in the Roads of Avalon
- Plan efficient routes through the Avalon Roads
- Astro - Static Site Generator
- TypeScript - Type Safety
- Tailwind CSS - Styling
- Font Awesome - Icons
- Bun - JavaScript Runtime and package manager
# For macOS, Linux, and WSL (Windows Subsystem for Linux)
curl -fsSL https://bun.sh/install | bash
# For Windows (via PowerShell)
powershell -c "irm bun.sh/install.ps1 | iex"Verify the installation:
bun --versionbun installbun run devbun run buildbun run preview/
├── public/
│ └── icons/ # Albion Online game resource icons
│ └── maps/ # Roads of Avalon map images
├── src/
│ ├── components/ # Reusable Astro components
│ ├── data/ # Avalon maps data in JSON format
│ ├── layouts/ # Page layouts
│ ├── pages/ # Page components
│ ├── scripts/ # Utility scripts
│ ├── types/ # TypeScript type definitions
│ └── utils/ # Utility functions
└── package.json
We're using Bun for several reasons:
- Superior performance: Up to 3x faster than Node.js for execution and package installation
- Compatibility: Compatible with existing npm ecosystem
- All-in-one: JavaScript runtime, bundler, transpiler, and package manager
- Modern features: Native support for TypeScript, JSX, ES modules, and other modern features
- Fork the repository
- Create your feature branch (
git checkout -b feature/new-functionality) - Commit your changes (
git commit -m 'Add new functionality') - Push to the branch (
git push origin feature/new-functionality) - Open a Pull Request
Albion Online is a sandbox MMORPG with a medieval open world, developed by Sandbox Interactive. The Roads of Avalon are a system of interconnected portals that allow travel between different areas of the game.
Characteristics of the Roads of Avalon:
- Tier system: From tier 1 to tier 8, with different levels of resources and dangers
- Rare resources: Ores, wood, fiber, stone, and hide of different tiers
- Valuable chests: Scattered throughout Avalon Roads maps
- Dungeons: PvE areas with mobs and bosses
- Small group PvP: Ideal for small and medium guilds
Developed by Brendown Ferreira
Part of the AO-Noki organization - Tools for Albion Online
This project is licensed under the MIT License - see the LICENSE file for details.
