Skip to content
WanderBuddy
Get the app
In development

Booking, where the plan already lives

WanderBuddy plans trips today. Booking is the next piece, and it will sit against the itinerary you already built rather than sending you to six tabs and back.

None of the modules below are live yet. Everything here shows what each one will ask for and what still has to be in place first.

Flights

Search once for the whole group and hold seats together, priced against the dates already in your itinerary.

Coming soon
Flights search. Not available yet.

Needs: A flight search and booking API with multi-passenger fares.

Stays

Rooms that fit the actual group, filtered by walking distance to the places already on the plan.

Coming soon
Stays search. Not available yet.

Needs: A lodging inventory API with availability and rate plans.

Experiences

Tours, tables, and tickets, matched against your Trip Vibe scores so the group books the week it said it wanted.

Coming soon
Experiences search. Not available yet.

Needs: An activities API with per-day availability.

Airport transfers

One vehicle that actually holds everyone and their bags, timed to the flight the trip is already tracking.

Coming soon
Airport transfers search. Not available yet.

Needs: A ground-transport API with vehicle capacity classes.

Travel insurance

Cover for the trip as a group rather than a policy each, with the dates and destinations filled in already.

Exploring
Travel insurance search. Not available yet.

Needs: A licensed underwriter, plus regulatory sign-off per market.

Visa services

Requirements are already in the app. This adds the part after knowing: applying, tracking, and getting it back in time.

Exploring
Visa services search. Not available yet.

Needs: A visa processing partner with per-corridor coverage.

Each module swaps in on its own

Every card above reads from one module definition and one adapter interface. Adding a real provider means implementing BookingAdapter for that module and registering it. The card switches itself on. No layout work, and the other five are untouched.

Flights can go live while insurance is still in legal review, which is the reason it is built this way.