Loading...
See all widget modes in action. Copy the code snippets to integrate Droppr on your site.
Opens as a centered overlay dialog. Great for call-to-action buttons.
<!-- Add to your site -->
<script src="https://droppr.iapplabs.com/api/widget/script" defer></script>
<script>
Droppr.init({
apiKey: "dp_your_key",
waitlist: "my-product",
mode: "modal",
theme: "dark",
brandColor: "#22d3ee"
});
</script>156 people already waiting
Include the Droppr widget script in your HTML head or before the closing body tag.
Call Droppr.init() with your API key, waitlist slug, and preferred display mode.
Set brand colors, theme, position, and custom fields to match your site.