SeatSquirrel
DeploymentSelf-Hosted Mode

Self-Hosted Overview

Deploy and configure the self-hosted version of SeatSquirrel Designer and Picker

Overview

The self-hosted version of SeatSquirrel provides a complete, standalone seat reservation solution that you can deploy on your own infrastructure. It includes both the Designer (for creating layouts) and Picker (for seat selection) as static files that can be served from any web server.

Key Benefits:

  • Complete control over your infrastructure
  • No external dependencies on SeatSquirrel servers

Self-Hosting Access

Contact us for access to the self-hosted package.

Two Variants

The self-hosted package supports two integration modes, Standalone and iFrame SDK.

StandaloneiFrame SDK
How it worksFull-page app — edit designer.html / picker.html directlySDK creates an iFrame; communicates via PostMessage
IntegrationConfigure window.SeatSquirrelConfig in HTMLInclude designer-sdk.js / picker-sdk.js on your page
Best forSimpler setups, direct JavaScript API, full controlCSS isolation, multiple instances, cross-origin deployments
SDK file needed?NoYes (sdk/designer-sdk.js or sdk/picker-sdk.js)

Choose Standalone when you want the simplest integration — one HTML file, one config object, done.

Choose iFrame SDK when you need to embed SeatSquirrel inside an existing page alongside other content, or need CSS isolation from your site's styles, or need to deploy SeatSquirrel on a different domain.