Interactive Demos
See what developers build with Voyagent.
Six runnable demo applications that show how Agent planning, travel APIs and webhooks come together for real travelers.
import { RideClaw } from '@rideclaw/sdk'
const rideclaw = new RideClaw({
apiKey: process.env.RIDECLAW_API_KEY
})
const plan = await rideclaw.agent.planTrip({
prompt: 'Book a 2-day business trip from Shenzhen to Shanghai next Tuesday',
traveler: {
type: 'business',
preferences: ['morning flight', 'hotel near meeting location']
}
})
console.log(plan.options)Senior Travel
A low-friction travel companion for retirees with safety-first itinerary design.
Scenario
Help seniors book accessible hotels, reliable rides and travel-backed trips with clear confirmations.
Workflow
- 1Capture travel intent in plain language.
- 2Recommend ground-floor hotels and direct rides.
- 3Confirm price, cancellation and companion contact.
- 4Create the order and push status updates.
Features
- Voice-friendly prompts
- Large-font confirmation cards
- Emergency contact handoff
Couple Hotels
A romantic getaway planner that bundles hotel, dinner ride and flexible checkout.
Scenario
Plan surprise weekends for couples with curated hotel packages and one-tap ride booking.
Workflow
- 1Select city and mood.
- 2Match hotel + ride bundles by price and style.
- 3Hold the option, then confirm.
- 4Sync the itinerary to the calendar.
Features
- Curated boutique hotels
- One-tap dinner ride
- Flexible cancellation
Concert Trip
End-to-end event travel for fans, from ticket-adjacent hotels to ride dispatch.
Scenario
Book transport and accommodation around concerts, sports or festivals.
Workflow
- 1Parse event city and date.
- 2Search hotels near the venue.
- 3Estimate ride availability after the show.
- 4Create the order and dispatch reminders.
Features
- Event-aware hotel radius
- Post-show ride queue
- Group splitting
Inbound Travel Helper
A multilingual assistant for foreign visitors navigating domestic travel.
Scenario
Help inbound tourists book trains, hotels and airport transfers with passport-friendly flows.
Workflow
- 1Detect language and destination.
- 2Plan rail + hotel + transfer route.
- 3Validate passport and phone number.
- 4Confirm and share QR codes.
Features
- Multilingual prompts
- Passport-friendly booking
- Local payment guidance
Family Weekends
Short-trip planner for parents with kid-friendly hotels and flexible cancellation.
Scenario
Plan weekend getaways with children, pets and car seats in a few messages.
Workflow
- 1Enter family size and preferences.
- 2Filter hotels by kids and pets policy.
- 3Book a ride with a child seat option.
- 4Send a booking summary to the group.
Features
- Kid-friendly filters
- Pet-friendly hotels
- Easy reschedule
Event Travel
Rapid response travel for trending events, conferences and sports finals.
Scenario
Surface last-mile inventory when demand spikes around a hot event.
Workflow
- 1Detect trending event and city.
- 2Search remaining flights and hotels.
- 3Quote bundled options.
- 4Confirm with flexible cancellation.
Features
- Trending event detection
- Dynamic inventory
- Waitlist fallback
Run in sandbox
Run any demo in minutes
Every demo is backed by sandbox inventory and real API calls. Inspect requests, responses and webhook events as the Agent executes each trip.
Get a sandbox API key from the developer console.
Clone the demo repo and install the SDK or MCP server.
Watch webhooks update the itinerary as the Agent books each segment.
Under the hood
Agent + APIs + Webhooks
Demos are not static mockups. They exercise the same endpoints you will use in production, from trip planning to order fulfilment.
Agent Planning
Natural-language intent becomes a structured, bookable itinerary.
Travel APIs
Flights, hotels, rides, rail and buses share one order model.
Webhook events
Real-time updates keep the demo UI and your app in sync.
Build your own travel workflow
Apply for API access and start with sandbox keys, SDKs and agent-ready tools.