EmitHQ

Simple, fair pricing.

Retries are always free. No credit card required.

Free

$0
Forever free
  • 100,000 events/mo
  • 10 endpoints
  • 3 days retention
  • 10 evt/s
  • No transformations
  • Community support
Start free

Starter

$39/mo
$0.08/1K events
  • 500,000 events/mo
  • 50 endpoints
  • 14 days retention
  • 50 evt/s
  • No transformations
  • Email (48h) support
Start free
Most popular

Growth

$119/mo
$0.06/1K events
  • 2,000,000 events/mo
  • 250 endpoints
  • 30 days retention
  • 200 evt/s
  • Payload transformations
  • Priority (24h) support
Start free

Scale

$279/mo
$0.03/1K events
  • 10,000,000 events/mo
  • Unlimited endpoints
  • 90 days retention
  • 1,000 evt/s
  • Payload transformations
  • Dedicated (4h) support
Start free

Integrate in 3 lines

import { EmitHQ } from '@emithq/sdk';

const emithq = new EmitHQ('emhq_your_api_key');

await emithq.sendEvent('app_123', {
  eventType: 'invoice.paid',
  payload: { amount: 9900, currency: 'usd' },
});

npm install @emithq/sdk

Overage pricing

Exceed your tier limit? No problem. Paid tiers bill overages transparently.

Starter
$0.50 / 1K events
Growth
$0.40 / 1K events
Scale
$0.30 / 1K events

Free tier has a hard limit — no surprise bills.

Frequently Asked Questions

What counts as an event?

Each message you send through the API counts as one event. Fan-out to multiple endpoints counts as one event per endpoint. Retries are always free — never counted.

What happens when I hit my limit?

On the free tier, your API returns 429 — no surprise bills. On paid tiers, overage is billed at $0.30-$0.50 per 1,000 events depending on tier. You'll get a warning at 80% usage.

Are retries free?

Yes. If a delivery fails and is retried 7 times, you are charged for 1 event. Retries never count against your quota.

Can I change plans at any time?

Yes. Upgrades take effect immediately (prorated). Downgrades take effect at the next billing cycle. No lock-in, cancel anytime.

Can I self-host EmitHQ?

Yes. The server is AGPL-3.0 licensed. Self-host for free with your own infrastructure. The managed service adds SLA guarantees, monitoring, and priority support.

How does annual billing work?

Annual billing saves 20% on all paid tiers. You pay upfront for 12 months. Same features, same support — just cheaper.