# Sprig pricing

Sprig records meetings from mobile or desktop web, streams speaker-aware live
transcription, lets people name the voices in them, and keeps a reviewable record
of what was said.

- Pricing page: https://sprig.live/pricing
- This document: https://sprig.live/pricing.md
- Last updated: 2026-09-12
- Currency: USD

## Can I buy this today?

Yes. Create an account and pay through Stripe Checkout inside the product. Sprig is
sold to one person at a time: there are no seats and no free tier. Both plans include
every feature; the only difference is how many hours a month you may record.

## Plans

| Plan | Price | Billing | Best for |
| --- | --- | --- | --- |
| Pro | $9.99 | per month | For keeping a reliable record of the meetings you are in. |
| Ultra | $14.99 | per month | For people who are in meetings most of the day. |

## What each plan includes

### Pro — $9.99 per month

- Plan id: `pro`
- Billing: per month, USD, one person

For keeping a reliable record of the meetings you are in.

- 10 hours of recording a month
- Speaker-aware transcripts and voice naming
- Recap, actions, and search across your meetings
- Ask Sprig and Call Sprig

### Ultra — $14.99 per month

- Plan id: `ultra`
- Billing: per month, USD, one person

For people who are in meetings most of the day.

- 40 hours of recording a month
- Everything in Pro

## Machine-readable summary

The same offer as JSON. Every plan can be bought through Stripe Checkout inside the
product.

```json
{
  "product": "Sprig",
  "currency": "USD",
  "updated": "2026-09-12",
  "self_serve_checkout": true,
  "sold_to": "individuals",
  "source": "https://sprig.live/pricing.md",
  "plans": [
    {
      "id": "pro",
      "name": "Pro",
      "price_usd": 9.99,
      "billing": "per_month",
      "purchasable": true,
      "features": [
        "10 hours of recording a month",
        "Speaker-aware transcripts and voice naming",
        "Recap, actions, and search across your meetings",
        "Ask Sprig and Call Sprig"
      ]
    },
    {
      "id": "ultra",
      "name": "Ultra",
      "price_usd": 14.99,
      "billing": "per_month",
      "purchasable": true,
      "features": [
        "40 hours of recording a month",
        "Everything in Pro"
      ]
    }
  ]
}
```

## Links

- Create an account: https://sprig.live/auth/sign-up
- Sign in: https://sprig.live/auth/sign-in
- Terms: https://sprig.live/terms
- Privacy: https://sprig.live/privacy

## How to read this document

- `https://sprig.live/pricing.md` always serves Markdown.
- `https://sprig.live/pricing` serves this same document when the request sends
  `Accept: text/markdown`, and the rendered page otherwise.
- Both are public, unauthenticated, and safe to cache.
