Currently in private beta

Never hit Shopify's 429 again.

Driple is a transparent proxy that manages Shopify API rate limits for you. Change one URL. That's it.

Before
https://your-store.myshopify.com/admin/api/...
After
https://your-store.driple.io/admin/api/...

Free tier available. No credit card required.

Shopify's Leaky Bucket is Leaking Your Revenue

If you've built anything non-trivial on Shopify's API, you know the pain.

Works in dev, breaks in prod

Test stores are too small to trigger limits. Your code works perfectly — until it doesn’t.

Parallel workers = instant 429

30 Sidekiq workers fill the bucket in 2 seconds. Then everything grinds to a halt.

Flash sale? Good luck.

ERP sync during peak hours = throttle hell. Orders pile up while your API calls wait in line.

How It Works

Three steps. One line of code. Zero 429s.

01

Change your API URL

Replace .myshopify.com with .driple.io. One line of code. That’s the entire integration.

BASE_URL=https://store.driple.io
02

Driple queues intelligently

We monitor each store’s bucket state in real-time. Requests are queued and released at the optimal rate — never overflowing.

# bucket: 38/40 → queue # bucket: 20/40 → send
03

You get 200, always

We handle retries, exponential backoff, and intelligent queuing. Your code only ever sees successful responses.

HTTP/1.1 200 OK ✓

Built for Production

Everything you need to stop worrying about rate limits.

REST & GraphQL Support

Works with both Shopify Admin REST API and GraphQL Admin API out of the box.

Per-Store Bucket Tracking

Each store gets its own rate limit state tracked via Durable Objects. No cross-store interference.

Auto-Retry with Backoff

Exponential backoff with jitter. Failed requests are retried automatically so your code doesn’t have to.

Zero Token Storage

Your Shopify access tokens pass through — we never store, log, or inspect them. Full pass-through proxy.

Coming Soon

Real-Time Dashboard

Monitor bucket fill rates, request queues, and throughput per store in real-time.

Coming Soon

Slack / Discord Alerts

Get notified when a store approaches rate limits or when requests are being queued.

Simple Pricing

Pay for what you use. Scale when you need to.

Free

$0forever

1,000 requests/month

  • 1,000 requests/month
  • 1 store
  • Community support
Get Started

Starter

$19/month

50,000 requests/month

  • 50,000 requests/month
  • 3 stores
  • Email support
  • Request analytics
Get Started
Most Popular

Pro

$49/month

500,000 requests/month

  • 500,000 requests/month
  • 5 stores
  • Priority support
  • Advanced analytics
  • Webhook notifications
Get Started

Agency

$99/month

2,000,000 requests/month

  • 2,000,000 requests/month
  • 10 stores
  • Dedicated support
  • Custom SLA
  • Team management
  • Priority queue
Get Started

FAQ

Stop writing sleep(2) and start shipping.

Join the waitlist and be first in line when we launch.