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.
Karrot_Kream 252 days ago [-]
It sounds like the difficulty is mostly in the "book train", "book flight", and "book hotel" steps along with the associated rollback actions. Booking.com and Expedia probably have built their moat around aggregating these steps. If anyone works in this industry, I'd love to know if that's not the case.
dvt 252 days ago [-]
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.
SoftTalker 252 days ago [-]
I knew a guy who was a public speaker. He would be engaged to do keynotes at conferences, or talks at big offsite corporate retreats, stuff like that. He would always book two, sometimes three flights to events that he absolutely could not miss, so that if one flight was canceled, he would just take a different one without having to hassle with a rebooking under time pressure.
jeffreyrogers 252 days ago [-]
You can't really do it perfectly unless a single site handles all the booking, otherwise you have race conditions, and obviously there's no incentive for airlines, hotels, etc. to give up booking to a third party since they can upsell you on insurance, upgrades, etc.
madeofpalk 252 days ago [-]
> and obviously there's no incentive for airlines, hotels, etc. to give up booking to a third party
Airlines, hotels, etc give up booking all the time to third parties. That's what booking.com is.
jeffreyrogers 250 days ago [-]
No, they aren't giving up booking. They are extending booking to a third party. To solve the problem with race conditions (You book the last seat on the airline, I book the last hotel room, and neither one of us can finish the transaction) you have to centralize all the booking in one party, which no one will do because they want to be able to upsell you at checkout.
wildrhythms 252 days ago [-]
I can't remember if it was booking.com or some other site like travelocity, but I booked a hotel for work in Dublin, I arrived, and they couldn't find my reservation. After about 30 minutes of the desk staff confusingly clicking around on a computer they 'found' it and I was able to check in. This was a modern hotel too. I stopped using those sites and now only book through the hotel's website, even if it costs more.
Gud 252 days ago [-]
For years I was traveling for work, 300+ days a year. I used booking.com almost exclusively and never had this problem.
I did however run into an even worse bug on their platform once where my card got billed, but right after the website crashed and a confirmation never was sent. Naturally, this happened when I had little funds myself.
I called customer support and without a booking number they couldn’t do anything, which I naturally never received…
Thankfully, the money was refunded within 24 hours.
Still I use booking.com, I consider it a great service.
devilbunny 251 days ago [-]
They are not perfect, but they do provide value. My wife does not take showers more than once or twice a year; she takes a bath. Usually twice a day. This is a surprisingly difficult piece of information to find on hotel websites. Booking.com will at least tell you if the property has rooms with bathtubs.
I have resorted to making most reservations by phone, rather than Internet, because it’s the only way to be sure. I don’t like it, it wastes my time, but I have a specific person I can call out who flat-out lied to me if I get there and the room has no bathtub. That is usually enough to get the manager to upgrade me to a room that has the one amenity I specifically requested as a condition of booking.
ornornor 250 days ago [-]
That’s a lot of water!!
devilbunny 249 days ago [-]
My city takes its water from a surface reservoir and empties its treated sewage into the same river. And I live in the southeastern US, so we have plenty of rainfall.
I’m not draining an aquifer. Other than the cost of the treated water, there is no practical limit to use (the city is nowhere nearly large enough to stress the supply). There are golf courses near the river that just filter out the silt and pump it directly onto the courses.
kunley 252 days ago [-]
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.
MarkMarine 252 days ago [-]
I’ve been thinking of solving (something slightly more complex than) that with simulated annealing. Getting all those variables to line up is hard. NP hard. My use was setting a couple loose params for vacation (beach, flight <8 hours, flexible dates) and having it find me the full package.
Funny thing is this is already a job when I thought about it. Travel agents used to do this, now it feels like going to a “financial advisor” where they are more interested in selling you the package with a kickback
warbaker 252 days ago [-]
A solution to this is to book your flight first, then the hotel, as all airlines (that I'm aware of) allow for a full refund within 24 hrs.
mromanuk 252 days ago [-]
a variation of this problem is carrying your shopping cart around. A shopping list that you can buy in place A or B. Also splitting shopping wisely in both.
danvoell 252 days ago [-]
Packagers do this. V2 is to throw your negotiations agent into the mix… we are going to book all 3 of these, now, but you need to give us a kickback.
garlicpowder 252 days ago [-]
Not booking, but there are tools can search all the options and give you the links to book by yourself.
n4r9 253 days ago [-]
I love this idea. It's simple, effective, and the UI is great. The account creation process is such a relief. Editing and saving trips is delightfully fast. A few suggestions:
* When adding an activity (or route), I instinctively look for a button at the buttom that says "Save activity". And possibly one that says "Cancel". Right now it's immediately saved and appears on the itinerary. That might be faster, but it leaves me feeling anxious about state.
* The ability to share a Trip with others and even to allow collaboration would be a game-changer. Might require you to allow people to view/create/edit Trips with a "guest" account.
* It would be amazing if there was a way to automatically generate driving or public transport directions and have the Activity and Route both added into the itinerary.
_phnd_ 252 days ago [-]
Thanks for the feedback:)
Currently all changes need to be manually saved by clicking on the blue Save trip button on the top of the itinerary. I'll give it some thought.
Sharing trips is indeed a very cool feature that is high up on the todo list.
Auto generating routes is also a great idea, I'll look into it, cheers!
almog 252 days ago [-]
I'll start with the least important detail but the first one I noticed: the main page features an example image that shows mountains scenery that could have been the foothill of the divide from the south west (based on the combination of the vegetation and peaks), however, the trip planning details are for somewhere in Norway which was very confusing until I checked and saw it was an AI generated image.
But to the more important stuff: the main tools I've been using for trail/route planning (for over 6K miles) are Gaia and CalTopo. These tools have a lot of route building tools and overlays for both planning and navigation and I guess you don't want to replace these tools and if you acknowledge hikers are using these tools already and see a way to complement them somehow, I think you want to let the user directly reference their tracks/routes from within Ambulate as it's unlikely they'd like to replicate their work in another tool.
_phnd_ 252 days ago [-]
There are certainly a lot of powerful route building tools out there.
Ambulate supports importing tracks/routes GPX files, such that route planning could be done in e.g. Gaia or CalTopo and then exported as GPX and finally imported to Ambulate.
On a similar note all routes in Ambulate can be exported as GPX, so they can be imported to other tools e.g. navigation apps or GPS devices.
AFAIK neither Gaia or CalTopo have public APIs, but they both seem to support sharing in some form, perhaps it is possible for other applications, like Ambulate, to access routes directly saving the the GPX export/import steps? I'll add this as a issue for further investigation, thanks!
gigel82 252 days ago [-]
We take trips to Europe every couple of years, usually around a big city with lots of tourist attractions (like Paris / London / etc.); there's a lot of planning involved, sometimes including purchasing tickets using various museum / attraction websites and it's a PITA to keep track of the itinerary and all the e-tickets, timing, etc.
Never found a solution for that particular problem. I tried Wanderlog -which sounds good on paper- but it was too clunky to use. Needs something simple and clean. I like this UI, but it's for a different purpose than going to a city with lots of attractions / museums / restaurants / etc.
_phnd_ 252 days ago [-]
Yeah, for adding markers to a city map I think being able to search by address is important. Thanks for sharing.
mplewis 253 days ago [-]
I need more information on what this can do before I'm willing to create an account.
1986 253 days ago [-]
Just a quick note on your landing page on mobile, if you add the following CSS to the slides img element it'll look a lot better across viewports:
max-width: 100%;
object-fit: contain;
_phnd_ 252 days ago [-]
Thank you, improvement is deployed to production:)
253 days ago [-]
manav 252 days ago [-]
I get that ambulate just means to walk around but it gives the sense to something medical (as an American).
allenu 252 days ago [-]
That was my reaction as well to seeing the name. It makes me think of both ambulance and amputate, which are not good associations.
aspenmayer 252 days ago [-]
The usage of the word is reminiscent of ambulatory which has a distinctive medical jargon connotation to my ear.
renewiltord 252 days ago [-]
You need a demo user. I won’t sign up to look at it.
beAbU 252 days ago [-]
You can put in any email address you want. They don't send a verification link.
I signed up with leave.my.personal@data.alone.com
Supermancho 252 days ago [-]
Same. I plan trips in this EXACT way. Annotated maps alongside itinerary, marking what's optional vs mandatory, etc.
mdaniel 252 days ago [-]
I'm sorry you've not yet tried the plethora of disposable email services
I'll save you the trouble: it's pretty barebones, but I'm guessing it reflects the needs and wants of the author and good for them
renewiltord 252 days ago [-]
Thank you.
qmarchi 253 days ago [-]
How does this compare against something like Wanderlog?
Would be nice to see a little more detail on the individual features on the main page.
Oh and your copyright is out of date.
gelatocar 252 days ago [-]
I tried using wanderlog on a recent 4 month long trip and it became totally unusable after adding maybe 2 months worth of things to it. It has some really baffling UI/UX decisions too, like not showing the address of accommodations, just the name. Really made me feel like no one working on it had ever tried to use it when actually traveling.
They had also gone big on AI slop for recommendations which made it really hard to trust any advice in the lists of things to do.
I think these sort of travel apps are really hard to find an audience for. Very very few people travel often enough to pay a subscription and it is hard to justify spending significant money as a one-off purchase when traveling is already so expensive.
_phnd_ 252 days ago [-]
The concepts seem at first glance to be similar, but I think the main difference is that Ambulate emphasizes creating a map that can be used for actual navigation along side the itinerary (plotting routes and adding map markers).
Wanderlog seems to be more about organizing the overall activities, where the travel activities are just points on the itinerary, e.g. get a flight from A to B.
Copyright is updated, thanks for pointing that out!
warkdarrior 252 days ago [-]
Are any of these apps open source and available for self hosting? Currently I am using a combination of Google Maps, spreadsheets, Joplin notes, and email to plan my trips. An app that replaces all of that and I can self host would be ideal.
Edit: Additional feature would love to see -- merge the trip plan with photos from the trip and send draft or publish to SSG/blog of choice.
If you mean Ambulate, just click on the map and choose Add Marker.
tonymet 252 days ago [-]
this space has huge potential . On one end you have Google & Apple maps that are aimed at efficient commutes. On the other hand you have experiencing planning apps like Tripadvisor, All Trails, Instagram which help you brainstorm on all the adventures.
Eventually you get to a point where you need a detailed itinerary of waypoints, maps, resources etc to help guide a multi-week or multi-month trip.
Currently no app supports this space. it's almost overwhelming to juggle 3 mapping apps (google, apple, gaia), multiple adventure apps , google docs, google sheets and try to run a trip .
And having the content all available offline is key. It's the worst experience being somewhere unfamiliar, with a taxi driver houding you, and you don't know where to go.
_phnd_ 252 days ago [-]
Ambulate was made to address your needs - a central place to plan a trip.
You are exactly right about offline being key! Routes are downloadable to your devices. A future feature is to export the whole trip itinerary and maps to pdf for offline use.
I don't think the slides are enough to view the app's features. I don't want to create an account just to see the features. Also the auto-advancing slides don't allow me to look closely at the UI.
252 days ago [-]
MASNeo 253 days ago [-]
I think this needs a non-registered user page. Not feeling to sign up to just have a look.
252 days ago [-]
gacklecackle 253 days ago [-]
[dead]
Rendered at 03:47:20 GMT+0000 (Coordinated Universal Time) with Vercel.
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
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.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.
Airlines, hotels, etc give up booking all the time to third parties. That's what booking.com is.
I did however run into an even worse bug on their platform once where my card got billed, but right after the website crashed and a confirmation never was sent. Naturally, this happened when I had little funds myself.
I called customer support and without a booking number they couldn’t do anything, which I naturally never received…
Thankfully, the money was refunded within 24 hours.
Still I use booking.com, I consider it a great service.
I have resorted to making most reservations by phone, rather than Internet, because it’s the only way to be sure. I don’t like it, it wastes my time, but I have a specific person I can call out who flat-out lied to me if I get there and the room has no bathtub. That is usually enough to get the manager to upgrade me to a room that has the one amenity I specifically requested as a condition of booking.
I’m not draining an aquifer. Other than the cost of the treated water, there is no practical limit to use (the city is nowhere nearly large enough to stress the supply). There are golf courses near the river that just filter out the silt and pump it directly onto the courses.
I mean, it's meant to bring benefit to them, not to the user.
Funny thing is this is already a job when I thought about it. Travel agents used to do this, now it feels like going to a “financial advisor” where they are more interested in selling you the package with a kickback
* When adding an activity (or route), I instinctively look for a button at the buttom that says "Save activity". And possibly one that says "Cancel". Right now it's immediately saved and appears on the itinerary. That might be faster, but it leaves me feeling anxious about state.
* The ability to share a Trip with others and even to allow collaboration would be a game-changer. Might require you to allow people to view/create/edit Trips with a "guest" account.
* It would be amazing if there was a way to automatically generate driving or public transport directions and have the Activity and Route both added into the itinerary.
Currently all changes need to be manually saved by clicking on the blue Save trip button on the top of the itinerary. I'll give it some thought.
Sharing trips is indeed a very cool feature that is high up on the todo list.
Auto generating routes is also a great idea, I'll look into it, cheers!
But to the more important stuff: the main tools I've been using for trail/route planning (for over 6K miles) are Gaia and CalTopo. These tools have a lot of route building tools and overlays for both planning and navigation and I guess you don't want to replace these tools and if you acknowledge hikers are using these tools already and see a way to complement them somehow, I think you want to let the user directly reference their tracks/routes from within Ambulate as it's unlikely they'd like to replicate their work in another tool.
Ambulate supports importing tracks/routes GPX files, such that route planning could be done in e.g. Gaia or CalTopo and then exported as GPX and finally imported to Ambulate.
On a similar note all routes in Ambulate can be exported as GPX, so they can be imported to other tools e.g. navigation apps or GPS devices.
AFAIK neither Gaia or CalTopo have public APIs, but they both seem to support sharing in some form, perhaps it is possible for other applications, like Ambulate, to access routes directly saving the the GPX export/import steps? I'll add this as a issue for further investigation, thanks!
Never found a solution for that particular problem. I tried Wanderlog -which sounds good on paper- but it was too clunky to use. Needs something simple and clean. I like this UI, but it's for a different purpose than going to a city with lots of attractions / museums / restaurants / etc.
I signed up with leave.my.personal@data.alone.com
Username: wiwhslhypgtjahnblg@nbmbb.com Password: wiwhslhypgtjahnblg@nbmbb.com
I'll save you the trouble: it's pretty barebones, but I'm guessing it reflects the needs and wants of the author and good for them
Would be nice to see a little more detail on the individual features on the main page.
Oh and your copyright is out of date.
They had also gone big on AI slop for recommendations which made it really hard to trust any advice in the lists of things to do.
I think these sort of travel apps are really hard to find an audience for. Very very few people travel often enough to pay a subscription and it is hard to justify spending significant money as a one-off purchase when traveling is already so expensive.
Wanderlog seems to be more about organizing the overall activities, where the travel activities are just points on the itinerary, e.g. get a flight from A to B.
Copyright is updated, thanks for pointing that out!
Edit: Additional feature would love to see -- merge the trip plan with photos from the trip and send draft or publish to SSG/blog of choice.
It depends on Firebase for authorization and a S3 bucket for storage.
Copy dotenv.local_example to .env.local and add relevant info, then use npm run serve, to run locally.
Nice idea to merge trip plan and photos:)
Seems that the main difference is that Ambulate supports manually plotting routes/uploading GPX routes and annotating the map with markers.
Often times in the back country the points you want on the map do not lend themselves to looking up by name.
I created https://travelmap.net/itinerary to trace my itineraries.
Eventually you get to a point where you need a detailed itinerary of waypoints, maps, resources etc to help guide a multi-week or multi-month trip.
Currently no app supports this space. it's almost overwhelming to juggle 3 mapping apps (google, apple, gaia), multiple adventure apps , google docs, google sheets and try to run a trip .
And having the content all available offline is key. It's the worst experience being somewhere unfamiliar, with a taxi driver houding you, and you don't know where to go.
You are exactly right about offline being key! Routes are downloadable to your devices. A future feature is to export the whole trip itinerary and maps to pdf for offline use.
What OS and browser where you using?