# C and C Multilingual site for: - a furnished eco studio - a bookable parking space for vans, caravans, or motorhomes The project now includes: - the public marketing site - a booking engine being integrated - an agent-ready layer for the parking and studio booking funnels ## Languages - fr - en - de - es - pt - it - nl ## Key public pages - Home FR: https://candc.ch/fr/ - Eco Studio FR: https://candc.ch/fr/eco-studio/ - Parking FR: https://candc.ch/fr/parking/ - Parking Booking FR: https://candc.ch/fr/parking/booking/ - Contact FR: https://candc.ch/fr/contact/ ## Booking system The booking engine is designed for multiple rentable units. Current prepared units: - `parking-space` - `eco-studio` Both the parking and studio funnels are exposed on the site. ## Agent readiness - `llms.txt`: https://candc.ch/llms.txt - `site-context.json`: https://candc.ch/.well-known/site-context.json - Progressive WebMCP on parking and studio reservations Pages currently exposed to agents in browser context: - Parking reservation: https://candc.ch/fr/parking/booking/ - Studio reservation: https://candc.ch/fr/eco-studio/booking/ - Reservation management: https://candc.ch/booking/manage/{token} Public WebMCP tools currently planned: - `check_parking_availability` - `quote_parking_stay` - `start_parking_reservation_checkout` - `check_studio_availability` - `quote_studio_stay` - `start_studio_reservation_checkout` - `update_existing_reservation` Notes: - WebMCP here is a visible browser layer, added as progressive enhancement - the admin back-office is not exposed as a public WebMCP tool - both parking and studio funnels are agent-ready on the UI side ## Planned integrations - Booking.com ICS as the primary external availability source - Airbnb ICS also possible if an active source exists for the unit - ICS export of direct reservations - SumUp for payment - Google Calendar optional, disabled by default - automatic SumUp refunds for eligible cases, with manual fallback if needed - Cloudflare Cron Worker deployed for OTA sync, arrival emails, and departure emails - push notifications via ntfy.sh for reservation events (new bookings, cancellations, modifications, confirmed payments) ## Pricing notes - long-stay discounts are configured per unit - the customer quote exposes a single `Long-stay discount` line - the old separate `7+ nights` discount line has been merged into those tiers - current public baselines: - parking: `10 %` from `7` nights, `20 %` from `16` nights, `25 %` from `30` nights, `30 %` from `60` nights - studio: `10 %` from `7` nights, `20 %` from `16` nights, `25 %` from `30` nights, `30 %` from `60` nights ## Feeds and indexes - Sitemap: https://candc.ch/sitemap.xml - Site context: https://candc.ch/.well-known/site-context.json ## Useful notes for AI agents - do not assume the booking engine is limited to parking - business rules may vary per unit - local reference documentation is in: - `README.md` - `BOOKING_SYSTEM_SPEC.md` - `BOOKING_TECH_SETUP.md` - `AGENTS.md`