The blissfully simple way to build an OTA

We've spent years absorbing the complexity of online accommodation booking to get you up and running in hours.

How it works

We provide you with small snippets of Javascript that inject perfectly-sized iframes of collections and selections into your webpages.

<script>
  Staylists({
    host: 'devdemo.staylists.com',
    path: '/destinations/ipswich'
  })
</script>

Copy and paste to get up-and-running quickly. Dive deeper to get customisation without the complexity.

Collections

Collections render a collection of properties (hotels, B&Bs, cottages, campsites) relevant to a user's journey.

Collections can be created around three types of user input:

  • Real-time search
  • Destination
  • Category

Selections

When the user selects a particular property from a collection, we render a booking process for the given property.

The booking process shows all the rooms and rates available complete with live prices.

This view takes the user all the way through the booking process to payment and confirmation.