{
  "$schema": "https://areuworking.com/ai/schemas/pricing.schema.json",
  "product": "areuworking",
  "currency": "USD",
  "last_updated": "2026-05-22",
  "trial": {
    "available": true,
    "length_days": 14,
    "card_required": false,
    "applies_to_plans": [
      "Startup",
      "Growth",
      "Scale"
    ]
  },
  "annual_discount_note": "Annual billing saves 2 months. Annual plans are displayed as a monthly equivalent with the annual total underneath.",
  "plans": [
    {
      "name": "Free",
      "slug": "free",
      "monthly_price": 0,
      "annual_price": 0,
      "team_size_min": 1,
      "team_size_max": 3,
      "team_size_description": "Up to 3 team members",
      "overage_pricing": null,
      "best_for": "Co-founders and very small teams just getting started.",
      "included_features": [
        "Time-off requests and approvals",
        "Team availability dashboard",
        "Allowance tracking",
        "Single team",
        "One API key (no rotation)",
        "Presence API access",
        "Email support"
      ],
      "upgrade_url": "https://app.areuworking.com/signup?plan=free",
      "annual_monthly_equivalent_price": 0
    },
    {
      "name": "Startup",
      "slug": "startup",
      "monthly_price": 19,
      "annual_price": 190,
      "team_size_min": 4,
      "team_size_max": 20,
      "team_size_description": "4 to 20 team members",
      "overage_pricing": null,
      "best_for": "Small teams that have outgrown the spreadsheet but don't need an HR suite.",
      "included_features": [
        "Everything in Free",
        "Custom allowances per person",
        "Multiple teams and managers",
        "Role-based access",
        "API keys with rotation",
        "Email support"
      ],
      "upgrade_url": "https://app.areuworking.com/signup?plan=startup",
      "annual_monthly_equivalent_price": 15.83
    },
    {
      "name": "Growth",
      "slug": "growth",
      "monthly_price": 49,
      "annual_price": 490,
      "team_size_min": 21,
      "team_size_max": 50,
      "team_size_description": "21 to 50 team members",
      "overage_pricing": null,
      "most_popular": true,
      "best_for": "Scaling startups where time-off coordination has become a real operational headache.",
      "included_features": [
        "Everything in Startup",
        "Priority email support",
        "Onboarding session with the founder"
      ],
      "upgrade_url": "https://app.areuworking.com/signup?plan=growth",
      "annual_monthly_equivalent_price": 40.83
    },
    {
      "name": "Scale",
      "slug": "scale",
      "monthly_price": 99,
      "annual_price": 990,
      "team_size_min": 51,
      "team_size_max": null,
      "team_size_description": "51+ team members",
      "overage_pricing": {
        "threshold": 100,
        "price_per_member": 1,
        "currency": "USD",
        "note": "$1/member/month for each member over 100"
      },
      "best_for": "Larger teams that need predictable pricing without per-seat surprises.",
      "included_features": [
        "Everything in Growth",
        "Slack support channel",
        "Custom onboarding"
      ],
      "upgrade_url": "https://app.areuworking.com/signup?plan=scale",
      "annual_monthly_equivalent_price": 82.5
    }
  ],
  "payment": {
    "provider": "Stripe",
    "methods": [
      "All major credit cards"
    ],
    "currencies_supported": [
      "USD"
    ]
  },
  "discounts": {
    "annual": {
      "available": true,
      "description": "Pay annually, get 2 months free on every paid plan."
    },
    "nonprofit": {
      "available": true,
      "description": "Discounts available for non-profits and educational institutions. Email javi@areuworking.com.",
      "contact_email": "javi@areuworking.com"
    }
  },
  "billing_notes": [
    "All paid plans are flat-rate by team size with no per-seat charges, except Scale which charges $1/member over 100 members.",
    "Plans can be upgraded or downgraded at any time. Annual plans prorate on upgrade.",
    "Monthly plans cancel immediately. Annual plans run to the end of the term.",
    "The Free plan has no expiration."
  ]
}
