A full-featured Guild Wars 2 companion app for Android.
Not affiliated with ArenaNet or NCSoft.
Five bottom tabs:
| Tab | Purpose |
|---|---|
| 🏠 Dashboard | Customizable widget home screen |
| 💎 Legendary | Legendary crafting planner |
| ⏱️ Timers | World boss & meta event countdowns |
| 🔧 Tools | All other features in a vertical list |
| ⚙️ Settings | API key, widgets, notifications |
Fully customizable — toggle and reorder widgets from Settings. Available widgets:
- Account Summary — AP, WvW rank, PvP rank, total playtime, net wealth
- Account Wealth — wallet + bank + materials priced at live TP rates
- Reset Timers — live countdowns to daily (00:00 UTC) and weekly (Mon 07:30 UTC) reset
- World Boss Timer — active bosses + next spawn countdown
- Daily Checklist — daily/weekly achievement tracker with Wizard's Vault integration
- Wizard's Vault — daily and weekly progress bars with unclaimed objective count
- Characters — roster preview with profession, level, and death count
- Mastery Points — per-region progress (Tyria, Maguuma, Desert, Tundra, Jade, Sky)
- TP Delivery Box — gold and items waiting in your Trading Post delivery
- Gold Trend — 7-day sparkline built from daily wallet snapshots
- Search and filter all legendaries by generation, type, and name
- Full BFS recipe tree resolving all nested components
- Shopping list grouped by source (craft / forge / timegated / buy / special)
- Live inventory cross-check across all characters, bank, and material storage
- Timegate tracker showing days required per gated material
- Summary tab with map completion, WvW, and time estimates
- Wizard's Vault Starter Pack panel — mark owned precursor, weapon gift, and Gift of Might/Magic to subtract them from the shopping list
- Live countdowns for every world boss and meta event
- Grouped by expansion (Core / LS1–LS4 / HoT / PoF / EoD / SotO / Janthir)
- Per-stage progress bar for active multi-phase events
- Waypoint code shown in tap-to-open detail sheet
Vertical list of all feature screens:
| Tool | Contents |
|---|---|
| Characters | Full roster · per-character inventory, equipment, builds, map completion |
| Trading Post | Delivery box · buy/sell orders · transaction history · watchlist · gem exchange |
| Guides | 100+ in-game guides (economy, combat mechanics, crafting, exploration, etc.) |
| WvW | Live match scores · map objectives · rank progression · abilities planner |
| PvP | Season standings · rank · per-profession win/loss · match history |
| Fractals | Fractal level · Wizard's Vault objectives · links to community build resources |
| Strikes | Weekly clear tracker per expansion |
| Collections | Mount skins, gliders, titles, emotes — unlocked vs. total |
| Guild | Info · treasury · activity log · member roster |
- Local push alerts before world boss and meta event spawns
- Per-event and per-expansion enable/disable
- Configurable lead time: 5 / 10 / 15 / 30 minutes
Coming soon
| Framework | React Native 0.76 (bare CLI) |
| Language | TypeScript 5.3 |
| Data fetching | TanStack Query v5 |
| State management | Zustand + AsyncStorage |
| Navigation | React Navigation v6 |
| Notifications | Notifee |
| HTTP | Axios |
| API | GW2 API v2 |
- Node.js 18+
- Android Studio with SDK platform 34
- An Android emulator or USB-connected device with USB debugging enabled
git clone https://github.com/yourusername/gw2companion.git
cd gw2companion
npm install
npx react-native run-androidnpm start
# or with cache clear
npm run start:cleanGet your key at account.arena.net → Applications
Required permissions:
| Permission | Used for |
|---|---|
account |
Account info, playtime, fractal level, WvW rank |
characters |
Character list, inventory, equipment, builds |
inventories |
Bank, material storage |
wallet |
Gold, karma, laurels, other currencies |
progression |
Masteries, dungeon/strike completion, home nodes |
builds |
Saved build templates |
guilds |
Guild info, treasury, log, members |
pvp |
PvP stats, match history, season standings |
wvw |
WvW match data, abilities |
tradingpost |
Buy/sell orders, transaction history, delivery |
unlocks |
Mount skins, gliders, titles, emotes |
Enter your key in Settings → API Key inside the app.
cd android && ./gradlew assembleReleaseOutput: android/app/build/outputs/apk/release/app-release.apk
src/
├── api/ # GW2 API functions per domain
├── components/ # Shared UI components + dashboard widgets
├── constants/ # Theme, world boss schedules, guides, static data
├── data/ # Legendary recipes, timegate data
├── hooks/ # TanStack Query hooks (useGW2.ts, useTimers.ts)
├── screens/ # One file per screen
├── services/ # Notification scheduling
├── store/ # Zustand store (appStore.ts)
├── types/ # Shared TypeScript types + widget catalog
└── utils/ # Currency formatting, timer helpers
This is an unofficial fan project. Guild Wars 2, ArenaNet, and all associated assets are property of ArenaNet LLC. This app is not affiliated with, endorsed by, or connected to ArenaNet or NCSoft in any way.