# Pricing

Every plan is the whole product. What changes is how many events a month it
covers and how many projects it holds. Start free; pay when the numbers say
you should.

## Free — Free

- 25,000 events a month
- 1 project
- Public dashboards, the live globe, and the typed manifest — the whole product

## Maker — $8/month

- 250,000 events a month
- 3 projects
- Everything in Free, with room to grow

## Studio — $19/month

- 1,000,000 events a month
- 10 projects
- Everything in Maker, with room to grow

## Scale — $49/month

- 5,000,000 events a month
- as many projects as you like
- Everything in Studio, with room to grow

## What counts as an event

A page view, or an event you declare yourself. The tracker's own bookkeeping —
outbound clicks and `identify()` calls — is free. The month is the calendar
month in UTC, and a plan's cap is shared by every project on the account.

## The cap is soft

Nothing is switched off at the cap, and nothing is ever cut mid-month.

- At 80% we email you. Nothing else changes.
- At 100% we email you again, and from then until the month resets the
  collector keeps one browser event in ten — whole sessions at a time, so
  funnels still add up. Revenue and identity events from your servers are
  always kept in full.
- Upgrading restores everything from that moment on. Downgrading never
  removes a project; it only refuses the next one past the smaller cap.

You can see where you stand at any time on your account page, or with
`GET /api/usage`.

## Paying

Billing is monthly through Stripe, who hold the card; we never see it. Change
or cancel from your account page, and the change takes effect at the end of
the period you have paid for.

From a terminal, or from the coding agent that set the project up:

```sh
analytiics upgrade maker
```

That opens Stripe's checkout page and waits for the payment. The agent can run
every step, and cannot complete the one that matters — the card is typed by a
person on a page we do not render. The [API reference](/docs/api) explains
how the flow is put together.

The full agreement is on the [terms page](/terms), and what we do with data
on the [privacy page](/privacy). Questions about a plan that isn't listed:
[contact us](/contact).
