Experience the QJump conversational checkout
Click below to experience the conversational checkout flow
0 emails
No emails yet
Join a queue to see welcome emails appear here!
QJump is a conversational queue management system that replaces traditional boring payment forms with an engaging chat-like experience.
Try it now: Click the orange icon in the bottom-right corner or the button above!
Chat-style messages
Secure payments
Polished UX
Responsive design
Track referrals
This demo uses simulated payments - no real charges will be made.
💡 Watch the email feed above to see welcome emails appear instantly when you join!
Choose from 3 public widgets to embed on your website. Each widget serves a specific purpose:
Conversational checkout button for joining queues
<!-- Add to your HTML --> <script src="https://www.qjump.ee/widget/qjump-join-widget.js" data-queue="your-queue-slug" data-simulate="false" ></script> <!-- Trigger programmatically --> <button onclick="window.QJumpWidget.open()"> Join Queue </button>
Display queue rankings with points and statistics
<!-- Container for widget --> <div id="qjump-leaderboard-container"></div> <!-- Load widget script --> <script src="https://www.qjump.ee/widget/qjump-leaderboard-widget.js" data-queue="your-queue-slug" ></script>
Email-based status checker for queue members (No Auth Required)
<!-- Container for widget --> <div id="qjump-status-container"></div> <!-- Load widget script --> <script src="https://www.qjump.ee/widget/qjump-status-widget.js" data-queue="your-queue-slug" ></script>
data-simulate="true" for testing (no real payments)