\n
Pricing\n
\n Prices that scale with your ambition\n
\n
\n Choose a plan that fits your current needs — and grow into it with\n advanced features as your team scales.\n
\n
\n
\n Note: All plans come with free onboarding, Slack support, and\n access to monthly product updates.\n
\n
\n
\n {/* Empty top-left */}\n
\n\n {/* Plan Cards */}\n {plans.map((plan, index) => (\n
\n
\n
{plan.name}
\n
{plan.price}
\n
\n {plan.description}\n
\n
/ month\n
\n
\n
\n ))}\n\n {/* Feature Rows */}\n {categories.map((category, catIdx) => (\n
\n \n {category.title}\n
\n {category.items.map((feature, rowIdx) => (\n \n \n {feature.label}\n
\n {plans.map((plan, colIdx) => {\n const value =\n plan.features[feature.key as keyof typeof plan.features];\n return (\n \n {typeof value === \"string\" ? (\n \n {value}\n \n ) : value ? (\n \n ) : (\n \n )}\n
\n );\n })}\n \n ))}\n \n ))}\n