QJump Widget Demo

Experience the QJump conversational checkout

🎭 DEMO MODE

Try QJump Widget

Click below to experience the conversational checkout flow

📧 Live Email Feed

0 emails

Live

No emails yet

Join a queue to see welcome emails appear here!

What is QJump?

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!

🎯 Features

  • 💬
    Conversational UI

    Chat-style messages

  • 💳
    Stripe Integration

    Secure payments

  • 🎨
    Smooth Animations

    Polished UX

  • 📱
    Mobile Friendly

    Responsive design

  • 🔗
    Referral System

    Track referrals

⚙️ Demo Mode Active

This demo uses simulated payments - no real charges will be made.

  • ✓ Welcome messages
  • ✓ Queue info display
  • ✓ Email collection
  • ✓ Payment widget (simulated)
  • ✓ Success screen
  • ✓ Real-time email viewer 📧

💡 Watch the email feed above to see welcome emails appear instantly when you join!

💻 Embed on Your Site

Choose from 3 public widgets to embed on your website. Each widget serves a specific purpose:

1. QJump Join Widget

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>
Use for: Product launches, waitlists, exclusive events

2. QJump Leaderboard Widget

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>
Use for: Public queue status display, driving engagement through competition

3. QJump Status Widget 📧

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>
Use for: Landing pages where users want to check their queue position without logging in
✅ No Authentication Required: Users simply enter their email and receive a status link
📧 Email-First Design: Perfect for zero-login queue management - users get a tokenized link to view their dashboard

💡 Pro Tips:

  • • Set data-simulate="true" for testing (no real payments)
  • • All widgets use QJump brand colors (Blue #2E5C8A, Orange #F5A042)
  • • Widgets work on any website - no framework required
  • • Multiple widgets can be used on the same page