Free Optimal Route Calculator

Optimize your delivery or travel routes for free. Our tool automatically reorders your stops to find the shortest and most efficient path.

Utilities Studio

Want this utility on your website?

Customize colors and dark mode for WordPress, Notion or your own site.

Frequently Asked Questions

What optimization algorithm does it use?

It uses an advanced resolution of the Travelling Salesman Problem (TSP). The algorithm analyzes all stops and determines the sequential order that minimizes the total distance travelled, saving time and fuel.

Is it safe to share my location?

Yes. The tool processes geographic data locally in your browser. We do not store your routes, stops, or location history on our servers.

How many stops can I optimize at once?

Our free version allows you to optimize up to 10 stops instantly. For larger professional routes, the system is optimized to maintain high performance without blocking the browser.

Can I use the route directly in Google Maps?

Absolutely! Once the route is optimized, the tool generates a navigation link compatible with Google Maps so you can start the journey directly from your phone.

# Smart Route Optimiser: TSP for Deliveries and Travel

The online route optimiser is a free tool that solves the classic Travelling Salesman Problem (TSP). Add all your stops in any order and the algorithm will automatically calculate the most efficient sequence to minimise the total distance travelled.

# How does the route optimisation algorithm work?

The tool uses the OSRM (Open Source Routing Machine) API, a high-performance routing engine based on OpenStreetMap data. The process is: first it calculates the optimal circular route between all points (TSP algorithm), then determines the best cut point to convert it into a one-way linear journey, and finally draws the route on the map with the estimated total distance.

# Use cases: deliveries, sales reps, and travel

The route optimiser is ideal for independent delivery drivers who need to organise multiple daily deliveries, field sales representatives visiting clients in an area, or travellers wanting to visit several cities or landmarks in the most efficient order. The tool processes all information in the browser, without sharing your data with any proprietary server.
TSP Algorithm
OSRM Routing engine
Local-First Privacy
Free Cost

# Privacy and local processing

All the tool logic runs directly in your browser. Your stop coordinates are only sent to the public OSRM and Nominatim APIs to calculate routes and get address names, but are not stored on any proprietary server. You can safely use the tool to plan business routes with sensitive information.
Usage tip
For best results, add stops by clicking directly on the map rather than searching for addresses. Markers are draggable, so you can adjust the exact position of each point after placing it.

Bibliographic References