Getting Started

Getting Started

Roomstay engine is an SDK you can include into your site to set up booking flows. Roomstay provides various components to help you build a booking flow, including a calendar, a booking form, and a booking summary.

To include roomstay into your website, you need to include the following script tag into your website:

<script src="https://production.app.roomstay.io/0/latest/vendors.bundle.js" />
<script src="https://production.app.roomstay.io/0/latest/main.bundle.js" />

Including this will allow you to use the roomstay object in your website. Try opening the dev tools and typing roomstay to see what's present!

Follow on to other engines to see how to use the roomstay object to build a booking flow.