{
  "generated": "from productPlansBase (single source of truth)",
  "currencies": [
    {
      "code": "EUR",
      "symbol": "€"
    },
    {
      "code": "GBP",
      "symbol": "£"
    }
  ],
  "yearly_discount_pct": 10,
  "plans": [
    {
      "name": "Free",
      "featured": false,
      "included_employees": 15,
      "pricing": [
        {
          "currency": "EUR",
          "monthly_base": 0,
          "yearly_base_per_month": 0,
          "per_additional_user": 0
        },
        {
          "currency": "GBP",
          "monthly_base": 0,
          "yearly_base_per_month": 0,
          "per_additional_user": 0
        }
      ],
      "features": [
        "Drag & drop scheduling",
        "Manual time tracking",
        "Employee profiles",
        "News messages",
        "Mobile app (iOS & Android)",
        "Access to Shiftbase Academy (NL and DE)"
      ]
    },
    {
      "name": "Basic",
      "featured": false,
      "included_employees": 6,
      "pricing": [
        {
          "currency": "EUR",
          "monthly_base": 30,
          "yearly_base_per_month": 27,
          "per_additional_user": 4
        },
        {
          "currency": "GBP",
          "monthly_base": 26,
          "yearly_base_per_month": 23.4,
          "per_additional_user": 3.5
        }
      ],
      "features": [
        "Smarter scheduling",
        "Clocking in and out",
        "Absence management",
        "Basic performance insights",
        "Extensive payroll export",
        "Basic surcharges",
        "Minijob contracts (Germany)",
        "3 free integrations",
        "Kiosk (tablet time clock)",
        "Full-service support",
        "Guided onboarding (Starter)"
      ]
    },
    {
      "name": "Premium",
      "featured": true,
      "included_employees": 12,
      "pricing": [
        {
          "currency": "EUR",
          "monthly_base": 72,
          "yearly_base_per_month": 64.8,
          "per_additional_user": 5
        },
        {
          "currency": "GBP",
          "monthly_base": 63,
          "yearly_base_per_month": 56.7,
          "per_additional_user": 4.5
        }
      ],
      "features": [
        "Labour cost insights",
        "KPI dashboard",
        "Advanced surcharges",
        "Budget management",
        "AI revenue forecasting",
        "Skill-based scheduling",
        "Required shifts",
        "Flexpool",
        "Clock locations & geofencing",
        "Custom fields",
        "Auto-scheduling",
        "Unlimited kiosks"
      ]
    },
    {
      "name": "Enterprise",
      "featured": false,
      "included_employees": 48,
      "pricing": [
        {
          "currency": "EUR",
          "monthly_base": 336,
          "yearly_base_per_month": 302.4,
          "per_additional_user": 6
        },
        {
          "currency": "GBP",
          "monthly_base": 295,
          "yearly_base_per_month": 265.5,
          "per_additional_user": 5.5
        }
      ],
      "features": [
        "Compliance+",
        "Custom compliance rulesets",
        "App Center+",
        "Custom integrations",
        "API access",
        "30-day free trial",
        "Dedicated success manager",
        "Personalised onboarding",
        "Multi-location rollout guidance",
        "Procurement support"
      ]
    }
  ]
}