←back to thread

93 points _phnd_ | 1 comments | | HN request time: 0.223s | source

Ambulate was created because planning hiking trips using spreadsheets and various map solutions got chaotic. I wanted an app to manage and map multi day trip itineraries in the outdoors/backcountry.

Features - Manage itineraries - Add activities and map markers - Add routes (upload GPX or plot by hand on map) - Desktop and mobile

It is free to try (login using Google or create a user). Alternatively the slides on the home page give an idea of the UI.

I'll appreciate any thoughts and feedback you care to share:)

Show context
jll29 ◴[] No.41918304[source]
If anyone needs a good (related) startup idea, here's one for free:

Complex trip planning for professionals, but in a different way from Ambulate - not hiking trips, but transactions across Web sites: I really hate the way how today you cannot "properly" book a flight, hotel, train like you would do it in a SQL transaction

  BEGIN TRANSACTION
    book train
    book flight
    book hotel
  COMMIT;
Only if all three are available and execute the reservation without error do I also want to execute the other ones; that's a prime use case for DB-like transactions, but across Websites. Because no point getting only the flight if I have no-where to stay etc.
replies(7): >>41918513 #>>41919031 #>>41919123 #>>41920769 #>>41921149 #>>41923935 #>>41926200 #
dvt ◴[] No.41918513[source]
This is what booking.com kind of tries to do, but I think it's actually a pretty hard problem not only because of scheduling quirks, but often times stuff being delayed, bad weather, etc. will totally throw a wrench into plans.

It would be nice to book a trip with planned contingencies. So basically, no matter what happens, you'll have something to do. This seems kind of a luxury product though, so I'm not sure how many people would be interested in paying a premium.

replies(4): >>41918642 #>>41918656 #>>41918850 #>>41920792 #
1. kunley ◴[] No.41918850[source]
I rather think what booking.com is really trying to do is to get money from car rental and flight ticket companies for embedding links to their sales.

I mean, it's meant to bring benefit to them, not to the user.