MangoExplorer is an advanced, modular travel management platform built by Mangosoft for Eurosava. It unifies tour operations, hotel management, flight services, B2B distribution, affiliate sales, price arbitrage, and AI-driven booking into a single scalable system β replacing the fragmented tools that travel operators typically patch together.
The platform operates simultaneously as a direct-to-consumer booking engine and a wholesale B2B infrastructure β empowering Eurosava and its partner agencies to act as full digital tour operators without building their own technical stack.
Create Hotel-Only or Full Package tours with prices dynamically aggregated across five third-party hotel APIs β Summertour, Sejour, Sedna, FreeSun, and Paximum.
Manage charter routes and scheduled flights, build batch flight schedules, configure service packages (baggage, meals, seats), and issue PNL-ready passenger lists.
Partner agencies get their own branded white-label websites, commission-adjusted pricing, and direct system access β becoming digital tour operators overnight.
An embedded AI assistant (Gemini & ChatGPT) understands travel intent, recommends packages, and transitions the conversation directly into a booking flow.
Every component of MangoExplorer is purpose-built and deeply integrated β no third-party glue, no data silos, no switching between systems.
Hotel-Only and Full Package tours with a flexible Air Ticket Pricing Engine β per-passenger-type margins, short vs. long stay logic, and direct payment link generation for clients.
Each hotel is managed independently with content, policies, and profit overrides. One-to-many API mapping lets operators set a default price source while maintaining multi-source redundancy.
Full charter route management, bulk schedule generation, API-based scheduled flights via Paximum, service package upsells, and PNL-ready airport passenger lists.
Travel agencies register, define their commission markup, and instantly search and book hotels, flights, and packages at adjusted prices β settling via invoice rather than card.
Each affiliate partner receives a fully branded website with secure token auth, commission-calculated pricing, and the full booking engine β turning any agency into a digital tour operator.
Every price change and configuration update is captured in a complete audit log β giving operators full traceability for compliance, debugging, and historical margin analysis.
A platform handling multi-source pricing, real-time aggregation, white-label tenancy, and AI conversations demands a stack with the flexibility to evolve as fast as the travel industry.
Laravel forms the backbone of MangoExplorer β REST APIs consumed by the frontend and affiliate white-label sites, queue-based jobs for asynchronous price aggregation across five hotel APIs, scheduled tasks for flight schedule generation, Sanctum-secured authentication, and a complete audit log system via model observers.
Vue 3 powers both the operator admin portal and the public-facing booking frontend. The SPA architecture enables fluid multi-step booking flows, real-time price comparisons across API sources, and the AI chat sidebar β all without full-page navigation. Affiliate white-label sites are served from the same Vue codebase with tenant-specific branding injected via configuration.
MySQL holds the complete data model β hotels with multi-API mappings, tours, flight schedules, service packages, B2B partner commissions, affiliate tenant configurations, booking records, and the immutable audit log. Complex many-to-many pricing relationships (hotel Γ API Γ tour Γ package type) are expressed cleanly through well-indexed Eloquent relationships.
Five hotel aggregator APIs (Summertour, Sejour, Sedna, FreeSun, Paximum) are polled asynchronously via queue jobs and normalised into a unified pricing model. The Paximum API also covers scheduled flights. The AI layer integrates Google Gemini and OpenAI ChatGPT β with an abstraction layer that lets additional models be plugged in without changing booking logic.