From a technical point-of-view, Seats.io is completely technology-agnostic. It means that technically, you can integrate it into any web application, as long as it runs in a browser and you have the possibility to do at least some server-side scripting.ย
However, and this is important, some programming is required to make use of our floor plans. We currently don't offer a solution that works out-of-the-box, for any of the popular platforms out there.
โ
A basic integration comes down to:
Writing JavaScript code to show the chart to ticket buyers
Calling our API from your server to actually book a seat, after the ticket buyer has selected his seats.
Please refer to our getting started guide on how to do this.
โ