Billing & Usage
Plans
For the latest plan details, always check the pricing section on releaseanchor.com or the Billing page in the dashboard before making a purchasing decision.
| Free | Pro | Team | Enterprise | |
|---|---|---|---|---|
| Monthly billing | $0 | $29/mo | $79/mo | Custom |
| Yearly billing | $0 | $24/mo billed yearly ($290/year) | $65/mo billed yearly ($780/year) | Custom |
| Annual savings | — | Save 2 months | Save 2 months | Custom |
| Projects | 1 | 10 | 50 | Unlimited |
| Feature flags | 10 | 100 | Unlimited | Unlimited |
| Environments | 2 | 5 | 20 | Unlimited |
| Evaluations / month | 10K | 1M | 10M | Contact sales |
| Role-based access | ✓ | ✓ | ✓ | ✓ |
| Percentage rollouts | ✓ | ✓ | ✓ | ✓ |
| Segment targeting | — | ✓ | ✓ | ✓ |
| Audit logs | — | — | ✓ | ✓ |
| Priority email support | — | — | ✓ | ✓ |
| Team member management | — | — | ✓ | ✓ |
| Dedicated support | — | — | — | ✓ |
| SSO / SAML | — | — | — | ✓ |
| Self-hosted deployment | — | — | — | ✓ |
| On-premise installation | — | — | — | ✓ |
Billing notes
- Free requires no credit card
- Pro and Team require a credit card and can be cancelled anytime
- Enterprise is custom-priced and handled through Contact sales
- Annual billing on paid plans reduces the effective monthly price and is currently shown as Save 2 months
Usage tracking
Evaluations are counted per calendar month. The period is tracked in YYYY-MM format and resets on the 1st of each month.
The Billing page in the dashboard shows:
- Current evaluation count vs. plan limit
- A 30-day chart of daily evaluations
- Other resource usage (projects, flags, environments)
Grace period thresholds
When your evaluation count approaches or exceeds your plan limit, the following events occur in sequence:
| Threshold | Event | Effect |
|---|---|---|
| 80% of limit | LIMIT_WARNING | Notification sent; evaluations continue normally |
| 100% of limit | LIMIT_EXCEEDED + GRACE_PERIOD_STARTED | Grace period begins; evaluations continue |
| 110% of limit | HARD_OVERAGE_REACHED | Evaluations are blocked; API returns PLAN_LIMIT_EXCEEDED error |
When evaluations are blocked, the evaluation API returns HTTP 200 with:
{
"value": false,
"matchedRuleType": null,
"error": {
"type": "PLAN_LIMIT_EXCEEDED",
"message": "Monthly evaluation limit exceeded. Upgrade your plan to continue."
}
}The grace period gives you time to upgrade before evaluations are blocked. There is no sudden cutoff at 100%.
Upgrading
Go to Billing → Change Plan → select your new plan → Select Plan. You will be redirected to Stripe Checkout.
Upgrades take effect immediately. Your evaluation limit is increased as soon as the payment completes.
If you switch to an annual paid plan, the dashboard and checkout flow apply the yearly billing amount for that plan.
Cancelling
Go to Billing → Manage Subscription → Cancel. You retain access until the end of your current billing period. No cancellation fees.