Embed Widgets

Add Premonize features to any website with simple embed codes.

Available Widgets

Inline Embed

Embed the form directly on your page.

Popup Modal

Show the form in a popup when users click a button.

What's New Widget

A floating notification bell that shows your latest changelog posts to visitors.

Floating Button Widget

A floating feedback button that visitors can click to submit ideas and bug reports.

Waitlist Widget

Inline Embed

Embed the waitlist form directly on your page:

<!-- Premonize Waitlist Widget -->
<div id="launchkit-waitlist"></div>
<script src="https://yourproject.premonize.com/api/waitlist/embed/yourproject"></script>

Popup Modal

Show the waitlist in a popup when users click a button:

<!-- Premonize Waitlist Popup -->
<button onclick="Premonize.openWaitlist()">Join Waitlist</button>
<script src="https://yourproject.premonize.com/api/waitlist/embed/yourproject?mode=popup"></script>

messages.docs_changelog_widget

A floating notification bell showing latest updates:

<!-- Premonize Changelog Widget -->
<script src="https://yourproject.premonize.com/api/changelog/embed/yourproject"></script>

messages.docs_feedback_widget

A floating feedback button for idea submissions:

<!-- Premonize Feedback Widget -->
<script src="https://yourproject.premonize.com/api/feedback/embed/yourproject"></script>

Social Proof

Show how many people are on your waitlist:

<!-- Premonize Social Proof -->
<div id="launchkit-social-proof"></div>
<script src="https://yourproject.premonize.com/api/social-proof/embed/yourproject"></script>

Customization

All widgets automatically inherit your project's branding - colors, fonts, and styling.

Widgets use your project's primary color and match your theme (light/dark) automatically.

Was this page helpful?

Your feedback helps us improve our documentation

Thank you for your feedback!

Your input helps us create better documentation for everyone