Horton Executive Park — chat preview
A prototype chatbot for the long-stay parking site near Heathrow. Click the green chat icon (bottom-right) to try it.
Things to try
- Pricing — "How much for 7 days?" or "How much from 2026-06-01 to 2026-06-08?"
- Shuttle — "When does the shuttle run?"
- Flight status — "Is BA189 on time tomorrow?" (live data via AeroDataBox)
- Booking — "Book me a space from June 1 to June 8 at 06:00"
What this is
Single-tenant prototype: Express + Anthropic SDK on Cloud Run, React/Vite chat panel,
grounded on Horton's pricing matrix and a hand-curated knowledge base.
Three tools available to the assistant: get_pricing, get_flight_status, start_booking.
→ Production embed will be a one-line
<script src="${ORIGIN}/widget/loader.iife.js" defer></script>
on hortonexecutivepark.co.uk.