# Mite pricing

Mite prices in-app feedback and release notes for indie mobile developers.
Plans and current prices are served live on
[usemite.com/pricing](https://usemite.com/pricing). This page does not restate them, so
it can never quote a stale figure.

## How plans differ

A plan sets three quotas and a feature set.

- **Apps.** How many applications you can create.
- **Reports.** How many bug reports the account accepts per billing period.
- **Attachment storage.** How many bytes of screenshots and files you can keep.

Features gated by plan:

- Bug reporting
- Release notes
- Feature request board
- Webhooks
- Linear integration
- GitHub integration

## What happens at a limit

Reaching a report or storage quota returns HTTP 402 from the API with a
`code` of `REPORT_QUOTA_EXCEEDED` or `STORAGE_QUOTA_EXCEEDED` and a
`quota` object carrying `limit`, `used`, and `resets_at`. It is
deliberately not a 429: retrying cannot clear a monthly quota, only a plan
change can. See the [developer docs](https://usemite.com/docs) for the full error contract.

## Start

- [See live pricing](https://usemite.com/pricing)
- [Create an account](https://usemite.com/sign-up)

---

Canonical HTML: https://usemite.com/pricing
Site index for agents: https://usemite.com/llms.txt
API description: https://usemite.com/openapi.json
