Get started in 5 minutes.

FairDeck — pitch decks at cost. Use the web app, the API, or the typed SDK. $0.25 per share. No subscription, no setup fee.

Quick start

  1. Create an account. Sign up at fairdeck.ai. One account works across all 38 Fair products. No credit card required to start.
  2. Add funds to your wallet. Top up $5 to start — your balance never expires. FairDeck draws from the same wallet as every other Fair product.
  3. Run your first share. Use the web app or call the API. The full feature set is available from share one — no plan upgrades, no feature gates.

Key concepts

Cost-plus pricing

You pay $0.25 per share. That's our infrastructure cost plus a small margin. The published rate is the rate. When our costs drop, your price drops.

Wallet, not subscription

You add funds once and draw against the balance. No auto-renewal, no monthly fee, no minimum commitment. If you don't use FairDeck this month, you pay $0.

Quality gate

Every share is held against your balance, runs through a quality check, and is only billed if the operation succeeds. Failed shares are voided — you're charged $0.

Using the API

See /api for the full reference. Auth is a Bearer token from the Fair dashboard. Every endpoint returns a hold ID; the hold settles or voids based on the result.

Using the typed SDK

Install @fair/sdk from npm. The SDK handles auth, retries, and quality-gate settlement automatically.

npm install @fair/sdk

Webhooks

FairDeck can post to your endpoint on key events (share.created, share.completed, share.failed). Configure webhooks from the dashboard. Each webhook is signed with HMAC.

Billing & receipts

Every share produces a cost receipt — exact infra cost, margin, and total. Download all receipts as CSV from the Fair dashboard at fairdeck.ai/app.

Support

Questions? Email support@faircompany.ai or read the full reference at /api.