Hybrid Travels: Building a Luxury Booking Platform on Live Inventory
How we built a luxury travel platform with real-time flight search via the Amadeus API, handpicked hotel inventory, and an AI trip planner designed for the modern traveller.

Booking a flight to London from Lagos used to mean calling a travel agent, waiting for a quote, and hoping the price held. Hybrid Travels set out to change that: a luxury travel platform where travellers can search real-time global inventory, book flights and hotels, and plan bespoke trips, all in one place.
We built Hybrid Travels as a Next.js platform backed by Cloudflare Workers, with live flight search powered by the Amadeus API, handpicked hotel inventory, and an AI trip planner that designs journeys around your taste and budget.
Live Inventory Without the Latency
The core challenge was integrating with Amadeus (one of the world's largest travel distribution systems) without letting API latency or rate limits degrade the experience:
- Edge Aggregation & Caching: Repeated searches for identical routes hit D1-backed edge caches.
- Sub-800ms Search Latency: Instant flight comparison even across complex multi-city routes.
- Unified Checkout: Flights, boutique hotels, visa support, and curated tours pass through a single streamlined Flutterwave payment gateway.
"Search the world in seconds, book in minutes. The entire journey (flights, hotels, tours, visas) flows through one platform."
The AI Trip Planner
The trip planner is where Hybrid Travels differentiates itself. Tell it where you want to go, roughly when, and what you care about: nightlife, quiet beaches, family activities: and it assembles a day-by-day itinerary with flights, stays, and experiences that fit your budget.
It runs on our unified LLM inference gateway and pulls live inventory so every recommendation is actually bookable in real time.
Key Engineering Takeaways
- Never leak provider quirks into the UI: We built a normalization layer translating Amadeus responses into an immutable internal schema.
- Localize for the market: Nigerian travellers have distinct needs: Green Passport visa navigation, specific departure hubs (LOS, ABV), and seamless naira/dollar billing options.
DevBlock Engineering
Autonomous AI agents, fine-tuned models, and edge infrastructure engineered for enterprise production.