The jump planner on Capsuleers.app builds the fastest capital route between two EVE Online systems by combining jump drives and stargates. Pick origin, optional intermediate waypoints, destination, ship class and maximum range: the tool computes the optimal path and shows it jump by jump.
The algorithm is a Dijkstra/BFS variant working on the union of the stargate graph (extracted from the SDE) and the jump-drive graph (computed dynamically over the jumpable-system set). For each segment the planner indicates whether it's a gate jump or a jump-drive jump, the system traversed, the region, the distance in light years and the security status, surfacing alternatives when similar paths exist. The route renders on a map with a 2D/3D toggle.
It's useful for alliance deployments, dread-bombing a contested keepstar, hauling Jump Freighters across multi-jump chains or evacuating structures under timer. Unlike a stargate-only route planner, it threads multiple jump-drive hops and gates into one path. Works without login.