ResytechResytech Docs

Developer Documentation

Integrate Resytech booking into any website with resytech.js — the official JavaScript client library.

Integrate Resytech booking into any website with resytech.js. The library gives you three tools depending on how much control you need.

Integration Options

Quick Start

The fastest way to add booking to your site — just include the script tag and add a data-resytech-activity-id attribute to any button:

<!-- 1. Include the library with your location config -->
<script
  src="https://static.resytech.com/js/resytech.js"
  data-resytech-location-id="YOUR_LOCATION_ID"
  data-resytech-base-url="https://booking.yourdomain.com">
</script>

<!-- 2. Add a Book Now button -->
<button data-resytech-activity-id="YOUR_ACTIVITY_ID">
  Book Now
</button>

That's it. Clicking the button opens a full-screen booking modal. No JavaScript required.

Want more control? See the installation guide for all setup options, or jump straight to the ResytechClient reference.

On this page