Not a generic chatbot
The experience is focused on travel structure: destination, duration, interests, avoid preferences, pace, budget, and booking intent.
Describe your trip in one sentence. RadarScout understands your travel intent locally first, then will match products from a real Bókun-backed catalog later.
Search-style discovery
Understands now
Destination, duration, interests, avoid preferences, pace, budget, traveler type, and language.
Connects later
Real product matching from the Bókun-backed catalog after read-only catalog connection is implemented.
Transparent preview mode
This page only demonstrates local trip intent parsing. Supplier, availability, pricing, checkout, payment, and booking integrations are not connected yet.
The experience is focused on travel structure: destination, duration, interests, avoid preferences, pace, budget, and booking intent.
You start with a natural-language trip idea. Product-style matching only comes later, after the catalog connection is ready.
This page does not load products, prices, availability, or booking links. It shows the intent-understanding layer only.
This is still a frontend preview. It understands travel intent locally today and keeps the future catalog layer clearly marked as not connected yet.
Write the destination, duration, interests, and avoid preferences in one sentence.
RadarScout parses destination, duration, interests, style exclusions, and booking-related wording locally in the browser.
Real product matching will only appear after the read-only catalog connection is implemented.
The parser preview below keeps all current safety boundaries. No products are loaded. No fake prices, no fake availability, and no fake booking links are shown.
Local deterministic parser preview
Readable summary first. Raw JSON stays below for debugging.
Nothing has been confirmed yet. Parse a prompt, then confirm the detected destination and duration in local UI only.
No missing required fields or parser warnings detected.
Disabled means this preview is not searching products, checking availability, showing prices, or creating bookings.
{
"intent": {
"destination": "Chiang Mai",
"durationDays": 3,
"durationNights": null,
"startDate": null,
"endDate": null,
"interests": [
"food",
"temples",
"elephants"
],
"excludedStyles": [
"less crowded"
],
"pace": "unspecified",
"budget": "unspecified",
"travelerType": "unspecified",
"groupSize": null,
"mustHave": [],
"avoid": [
"crowds"
],
"accessibilityNeeds": [],
"foodPreferences": [],
"language": "en",
"confidence": 0.85,
"missingFields": []
},
"missingFields": [],
"warnings": [],
"bookingEnabled": false,
"productRetrievalEnabled": false,
"availabilityEnabled": false
}This page positions RadarScout as an AI private trip search engine. The current implementation only understands trip intent locally. Real product matching will appear later, after the Bókun-backed catalog connection is implemented safely.
What is not connected yet
This preview understands travel intent locally and keeps future catalog behavior transparent. No form submission is connected. No email capture is enabled. No booking or payment flow is active.