Open-source plugins — running inside your store — we never touch your traffic

A fair line for every drop.
Enforced by your own store.

A cryptographically fair waiting room your store enforces itself — open-source adapters, zero per-request callouts, no reverse proxy, no DNS changes. When traffic spikes for a drop or flash sale, shoppers wait in one tamper-proof line, and your store checks each admission pass locally, with no round trip to us on every page.

acme-store.example Admitting
In queue 12,450
Admitted 8,210
Median wait 42 s
Admit rate 410 /min
Last 60 minutes Console preview
<30 ms
added to a shopper's page load
5 min
from install to live
0%
of your traffic routed through us

How a drop runs

Four steps, and none of them reward a faster script.

From the moment the presale opens to the moment a shopper reaches checkout. Step through it, or let it play.

Phase 1 — Presale window

Scripts are stopped at the gate.

Automated clients are identified and turned away before they can take a position. Only genuine shoppers reach the pool, so the draw is over real people.

Bot check
On every entrant
Speed advantage
None — arrival time is ignored
Incoming traffic
Verified pool
Screening

Automated clients stopped at the line

Phase 2 — The draw

Positions are drawn, not raced for.

Everyone in the pool is assigned a position at once. Refreshing at 11:59:59 buys nothing, and a fast connection buys nothing — the slot you get does not depend on how you arrived.

Chance
Equal for every entrant
Camping advantage
Eliminated
Phase 3 — Queue positions

Each position is a signed, single-use pass.

A position is an artefact your store can verify on its own, not a number the browser is trusted to report. It cannot be forged, replayed, or handed to somebody else.

Integrity
Signed, tamper-evident
Reuse
Single-use, bound to one shopper
Phase 4 — Store entry

Shoppers arrive at a rate you set.

Your store admits at the pace it chose, and checks each pass locally — no call back to us on any request. The queue absorbs the spike; the origin never sees one.

Added latency
Under 30 ms
Checkout queries
Zero
Your store
Pass check
Local, < 1 ms
Database queries
0
Origin status
Serving normally

What you get

Everything you need for one fair drop.

Three parts: the line itself, the code that enforces it inside your stack, and the numbers afterwards.

01

Fair, tamper-proof queue

In order, or drawn at random

One signed queue per drop. Run it first-come-first-served, or open registration ahead of time and draw every position at random the moment the drop starts.

  • Random draw — registering first and registering last are worth the same
  • Signed, single-use passes — can't be forged, replayed, or handed on
  • A built-in bot check keeps scripts and scalpers out of the line
02

Open-source adapters

Verified in your stack, every time

Your store enforces the queue itself. Install one MIT-licensed adapter and it checks each pass on the spot, with no network call.

  • Cloudflare Worker, WooCommerce plugin, or Node SDK — all MIT
  • Fails open — if we're ever unreachable, your store keeps selling
  • No reverse proxy, no DNS change, and your origin never moves
03

Live dashboard & reports

See every drop as it happens

Watch the queue while the drop runs, then hand anyone a link to the report once it is over.

  • Live queue depth, join rate, and wait time during a drop
  • A report for every event, with a signed public-share link
  • One dashboard across every store and domain you run

Under the hood

Runs on your stack. Keeps your traffic yours.

Most queue tools force a choice you shouldn't have to make: route all your traffic through them, or skip real admission control. We don't. Queue admission and pass issuance run in our cloud. A small open-source adapter runs in yours and does the enforcing, checking a signed pass on its own.

Your WooCommerce store, your Cloudflare Worker, your Node backend — all enforce the queue without sending a single shopper through us. Nothing slows down for your customers, and their payment details never touch our systems.

Get started

Runs in our cloud

dropify cloud
  • Queue admission
  • Pass issuance & signing
  • Bot challenge scoring
signed admission pass Crossed once, when a pass is issued — never on a page load.

Runs in your stack

pick one
  • Cloudflare Worker
  • WooCommerce plugin
  • Node SDK

Each checks the signature itself, in your stack, with no network call.

Local pass check
< 1 ms
Checkout queries
0
Traffic via us
0%

Why dropify.dev

The only fair queue that doesn't ask for your DNS.

Why dropify.dev dropify.dev CrowdHandler Queue-it Arcjet
Waiting room / queue Yes Yes Yes No
Enforced inside your store (no per-request call to us) Yes No No Yes
Open-source adapters (MIT) Yes No No Yes
Works without DNS change Yes Yes Partial Yes
Annual contract required No No Yes No
Starting price €99/mo €3,200/mo (queue only) €3,750+/mo (annual) N/A

Pricing

Flat monthly pricing
built for your scale.

Three plans tailored to your peak concurrency needs: Launch for your first drop, Drop Pro for growing stores, and Enterprise for high-volume retailers. All plans are flat-rate with soft caps and fail-open security — no metered usage fees or surprise bills.

Full pricing breakdown
Starter

Launch

€99 /mo

Up to 250 concurrent capacity

Contact sales

Onboarded manually for now.

Powerhouse

Drop Ultimate

€999 /mo

Up to 5,000 concurrent capacity

Start Drop Ultimate

For brands scaling hard

Custom

Enterprise

Custom

Unlimited concurrent capacity

Contact sales

Contract billing and a 24/7 SLA

Get started

Three steps to your first fair drop.

No DNS to change, no reverse proxy, and none of your traffic rerouted. The adapter is open source — read it before you install it.

  1. Install the adapter Cloudflare Worker, WooCommerce plugin, or Node SDK.
  2. Paste your setup code One string from the console. There is no second thing to configure.
  3. Open the queue Registration, the draw and admission all run from the dashboard.