Billing¶
The Billing page summarizes your plan, current usage, and lets you subscribe / change / cancel.
What's shown¶
- Current plan: Free, Tier 1, or Tier 2.
- Usage:
- Devices used / device cap (aggregated across all your projects).
- Artifact uploads in the current period / monthly cap.
- Plan comparison table: features and prices, with a Subscribe or Switch CTA per row.
- Manage subscription: opens the Stripe Customer Portal in a new tab (only visible if you're on a paid plan).
- Cancel: sets
cancel_at_period_end = true. You keep paid features until the period ends, then drop to Free.
Where the numbers come from¶
- Devices used =
Device.objects.filter(active=True)across your projects. - Artifacts used = artifacts uploaded in the current calendar month (UTC). The window resets at 00:00 UTC on the 1st of every month for every user, independent of your Stripe billing cycle.
These numbers are updated live.