Wanderboard
Microsoft Agents League showcase · Astro · Tailwind · WebSocket
Context
Wanderboard was built as part of the Microsoft Agents League. It is an AI travel concierge that keeps the user in control of the planning process. The system suggests destinations, activities, and routes without overriding the user's own choices.
Design approach
The design follows an empathetic AI model. Suggestions are presented as options, not directives. A design token system separates the visual layer from application logic. This lets the UI adapt independently of the underlying AI behavior.
Technical notes
Built with Astro for static site generation and Tailwind for styling. Uses WebSocket connections for real-time AI suggestion streaming. Route pre-generation handles the Tokyo trip demo, reducing time-to-interactive for the sample itinerary.