Start your 14-day free trial today
No credit card required, cancel anytime
The fastest way to track events is with Waitlyst is to use the SDK. You can send as many events as you like, and it takes just a minute to set up.
npm install @indextrus/waitlyst.js --save
Or as a browser based tag:
<script src="https://cdn.waitlyst.com/sdk/waitlyst.js"></script>
To begin collecting feedback, you will need your Publishable Key . This is how Waitlyst identifies your account.
const waitlyst = new Waitlyst("PUBLISHABLE_KEY");
To enable the feedback widget, add the data-waitlyst
attribute to any element on your page.
<button data-waitlyst="feedback">Feedback</button>
No credit card required, cancel anytime