docs

documentation

everything you need to integrate launchqueue.

quick start

add a waitlist to your site in under a minute.

  1. 1create a launchqueue account
  2. 2create a new project from the dashboard
  3. 3customise your widget appearance
  4. 4copy the embed script
  5. 5paste it before the closing </body> tag on your site

embed code

add this script to your html:

<script
  src="https://launchqueue.app/widget.js"
  data-project="YOUR_PROJECT_ID"
></script>

widget customisation

customise via the dashboard editor or programmatically:

data-project="id"       // your project id
data-mode="popup"       // popup | inline | bottom-right
data-trigger="delay"    // instant | delay | scroll | exit

shadow dom

the widget uses shadow dom for complete style isolation. no css conflicts, guaranteed.

exporting leads

export your leads to csv from the dashboard. full data ownership with no lock-in.

api reference

coming soon. our rest api will allow programmatic access to all launchqueue features.

have questions? we're here to help.