WhereToNow keeps a WoW party coordinated by syncing quest tracking, quest sharing, objective progress updates, and shared waypoints. It includes an on-screen navigation arrow, minimap controls, and party-aware behavior intended to reduce the friction of staying on the same objective.
It is a good example of translating group-play friction into a concrete addon: the work spans party messaging, map interactions, waypoint ownership, quest-system hooks, and an interface that stays useful without forcing lots of manual setup. It also handles third-party map-pin handoff from addons like HandyNotes and RareScanner, which is the sort of practical interoperability that makes an addon feel genuinely useful in live play.
The project is lightweight by design, requires no external libraries, and still manages to cover the full group-coordination loop from quest sync to navigation.