New: Crash-Proof Delivery Engine

Stop Sending
Duplicate Keys.

The only Shopify App designed to handle high-volume drops without crashing. Deliver unique license keys, PINs, and codes instantly via email.

Key Inventory Graph Placeholder

Built for High-Volume Drops

Most key delivery apps fail when 1,000 customers buy at once. We don't. Our architecture uses atomic database locking to ensure zero duplicates.

Instant Delivery

Keys are dispatched via high-speed email APIs (Resend/SendGrid) the second an order is paid. No waiting.

Duplicate Protection

Our "Skip Locked" database technology prevents race conditions. You will never accidentally sell the same key to two people.

Bulk CSV Upload

Paste 10,000 keys at once or upload a CSV. We handle the parsing and inventory tracking automatically.

Simple Setup. Powerful Results.

1

Install & Connect

Add KeyDispatch to your Shopify store. We automatically sync your products.

2

Upload Inventory

Paste your list of license keys, PINs, or secret codes into the secure dashboard.

3

Sell on Autopilot

When a customer buys, we instantly email them a unique code and mark it as sold in your database.

// How we prevent duplicates
const
key
=
await
db.query(`
SELECT * FROM keys
WHERE is_sold = false
LIMIT 1
FOR UPDATE SKIP LOCKED
`);
This specific SQL query ensures that even if 500 requests hit your server in the same millisecond, the database will never hand out the same key twice.

Terms of Service

Last Updated: December 2025

By installing the KeyDispatch App for Shopify, you agree to the following terms:

1. Service Description

KeyDispatch is a software application that facilitates the delivery of digital license keys via email. We act as a data processor for the Merchant (you).

2. Liability

KeyDispatch is not responsible for the validity, functionality, or legality of the keys you upload. We simply deliver the text strings you provide to the email addresses you authorize via Shopify orders.

3. Refunds & Billing

Subscriptions are billed via Shopify. Refunds are handled according to Shopify's standard app refund policies. We do not offer refunds for "downtime" unless it exceeds 24 continuous hours.

4. Acceptable Use

You may not use KeyDispatch to distribute illegal content, malware, or stolen license keys. We reserve the right to terminate accounts found violating this policy immediately.

Privacy Policy

Last Updated: December 2025

1. Data Collection

We collect the following data from your Shopify store to fulfill orders:

2. Data Usage

We use this data solely for the purpose of automating your digital delivery. We do not sell, rent, or share your customer data with third parties.

3. Data Retention

We retain transaction logs (Order ID -> Key Sent) for your auditing purposes. You may request data deletion at any time by contacting support.

4. Security

All data is encrypted in transit (TLS) and at rest. We use enterprise-grade cloud providers (Railway, AWS, Google Cloud) to secure your inventory.