Usage & Quotas
The Usage page (Observe → Usage) is your primary, sidebar-linked view for tracking how much of your plan's resources each project is consuming. It's the authoritative place to check quotas before you hit a wall.
Limits are shared across your workspace
Usage limits are applied at the organization-plan level (Free vs Pro) and are shared across all apps in your workspace — not per project. If one app uses most of your database storage, the others draw from what's left.
What you see
The Usage page shows three cards, each with current consumption against your plan limit:
| Card | Tracks | What happens at the limit |
|---|---|---|
| Build minutes | Time spent building and deploying your app's frontend | New builds queue/fail until the next cycle or an upgrade |
| Database storage | Total size of your PostgreSQL data across the workspace | Writes are blocked (reads keep working) |
| Object storage | Files stored in your buckets (Cloudflare R2) | Uploads are blocked (existing files stay served) |
Exceeding a limit blocks the matching operation
When database storage is full, your app can still read data but cannot write new rows. When object storage is full, your app can still serve existing files but cannot accept new uploads. Free up space (delete unused rows/files) or upgrade your org plan to keep writing.
Coming soon
A few indicators are planned but not yet live on the Usage page — don't rely on them yet:
- App traffic — request volume and bandwidth across your endpoints.
- Capacity indicators — compute/headroom for each app.
- AI Credit activity — a per-app breakdown of AI build/edit consumption.
Until AI Credit activity lands here, check your credit balance in the sidebar and on the org Credits page. AI Credits meter AI build/edit work — they never gate your deployed app's traffic. See AI Credits.
Raising your limits
Usage limits scale with your organization plan, not individual project settings:
- Free — generous starter limits for one app.
- Pro — higher limits across all three resources, shared by up to 5 apps.
Upgrading is an org-level action. See AI Credits & Plans for what each plan includes.