clavitor/clavitor.ai/admin/products.json

217 lines
7.3 KiB
JSON

{
"_comment": "Products created in Paddle Sandbox - See paddle_price_ids.json for actual IDs",
"products": [
{
"name": "Clavitor Personal",
"description": "Password manager for individuals. 1 vault, 5 agents, 2 devices.",
"tax_category": "saas",
"type": "standard",
"custom_data": {
"tier": "personal",
"max_vaults": 1,
"max_agents": 5,
"max_devices": 2
}
},
{
"name": "Clavitor Family",
"description": "Family sharing. 1 vault, 15 agents, 6 devices. Share with your household.",
"tax_category": "saas",
"type": "standard",
"custom_data": {
"tier": "family",
"max_vaults": 1,
"max_agents": 15,
"max_devices": 6
}
},
{
"name": "Clavitor Pro",
"description": "Power users. 1 vault, 50 agents, unlimited devices. For professionals.",
"tax_category": "saas",
"type": "standard",
"custom_data": {
"tier": "pro",
"max_vaults": 1,
"max_agents": 50,
"max_devices": -1
}
},
{
"name": "Clavitor Team 10",
"description": "Small teams. Up to 10 employees. Each gets their own vault.",
"tax_category": "saas",
"type": "standard",
"custom_data": {
"tier": "team10",
"max_employees": 10,
"includes_company_vault": true
}
},
{
"name": "Clavitor Team 25",
"description": "Growing teams. Up to 25 employees. Company vault + personal vaults.",
"tax_category": "saas",
"type": "standard",
"custom_data": {
"tier": "team25",
"max_employees": 25,
"includes_company_vault": true
}
},
{
"name": "Clavitor Team 100",
"description": "Mid-size teams. Up to 100 employees. Admin controls.",
"tax_category": "saas",
"type": "standard",
"custom_data": {
"tier": "team100",
"max_employees": 100,
"includes_company_vault": true
}
},
{
"name": "Clavitor Team 250",
"description": "Large teams. Up to 250 employees. Full management plane.",
"tax_category": "saas",
"type": "standard",
"custom_data": {
"tier": "team250",
"max_employees": 250,
"includes_company_vault": true
}
},
{
"name": "Clavitor Team 500",
"description": "Enterprise teams. Up to 500 employees. Priority support.",
"tax_category": "saas",
"type": "standard",
"custom_data": {
"tier": "team500",
"max_employees": 500,
"includes_company_vault": true
}
}
],
"prices": [
{
"product_name": "Clavitor Personal",
"description": "Yearly subscription - USD",
"name": "Yearly",
"billing_cycle": {"interval": "year", "frequency": 1},
"unit_price": {"amount": "1200", "currency_code": "USD"},
"custom_data": {"billing_period": "yearly", "region": "us"}
},
{
"product_name": "Clavitor Personal",
"description": "Yearly subscription - EUR",
"name": "Yearly",
"billing_cycle": {"interval": "year", "frequency": 1},
"unit_price": {"amount": "1100", "currency_code": "EUR"},
"custom_data": {"billing_period": "yearly", "region": "eu"}
},
{
"product_name": "Clavitor Personal",
"description": "Yearly subscription - GBP",
"name": "Yearly",
"billing_cycle": {"interval": "year", "frequency": 1},
"unit_price": {"amount": "1000", "currency_code": "GBP"},
"custom_data": {"billing_period": "yearly", "region": "uk"}
},
{
"product_name": "Clavitor Family",
"description": "Yearly subscription - USD",
"name": "Yearly",
"billing_cycle": {"interval": "year", "frequency": 1},
"unit_price": {"amount": "2900", "currency_code": "USD"},
"custom_data": {"billing_period": "yearly", "region": "us"}
},
{
"product_name": "Clavitor Family",
"description": "Yearly subscription - EUR",
"name": "Yearly",
"billing_cycle": {"interval": "year", "frequency": 1},
"unit_price": {"amount": "2700", "currency_code": "EUR"},
"custom_data": {"billing_period": "yearly", "region": "eu"}
},
{
"product_name": "Clavitor Family",
"description": "Yearly subscription - GBP",
"name": "Yearly",
"billing_cycle": {"interval": "year", "frequency": 1},
"unit_price": {"amount": "2500", "currency_code": "GBP"},
"custom_data": {"billing_period": "yearly", "region": "uk"}
},
{
"product_name": "Clavitor Pro",
"description": "Yearly subscription - USD",
"name": "Yearly",
"billing_cycle": {"interval": "year", "frequency": 1},
"unit_price": {"amount": "4900", "currency_code": "USD"},
"custom_data": {"billing_period": "yearly", "region": "us"}
},
{
"product_name": "Clavitor Pro",
"description": "Yearly subscription - EUR",
"name": "Yearly",
"billing_cycle": {"interval": "year", "frequency": 1},
"unit_price": {"amount": "4500", "currency_code": "EUR"},
"custom_data": {"billing_period": "yearly", "region": "eu"}
},
{
"product_name": "Clavitor Pro",
"description": "Yearly subscription - GBP",
"name": "Yearly",
"billing_cycle": {"interval": "year", "frequency": 1},
"unit_price": {"amount": "4100", "currency_code": "GBP"},
"custom_data": {"billing_period": "yearly", "region": "uk"}
},
{
"product_name": "Clavitor Team 10",
"description": "Per employee yearly - USD",
"name": "Per Employee Yearly",
"billing_cycle": {"interval": "year", "frequency": 1},
"unit_price": {"amount": "24900", "currency_code": "USD"},
"quantity": {"minimum": 1, "maximum": 1},
"custom_data": {"billing_period": "yearly", "seats": 10}
},
{
"product_name": "Clavitor Team 25",
"description": "Per employee yearly - USD",
"name": "Per Employee Yearly",
"billing_cycle": {"interval": "year", "frequency": 1},
"unit_price": {"amount": "49900", "currency_code": "USD"},
"quantity": {"minimum": 1, "maximum": 1},
"custom_data": {"billing_period": "yearly", "seats": 25}
},
{
"product_name": "Clavitor Team 100",
"description": "Per employee yearly - USD",
"name": "Per Employee Yearly",
"billing_cycle": {"interval": "year", "frequency": 1},
"unit_price": {"amount": "149900", "currency_code": "USD"},
"quantity": {"minimum": 1, "maximum": 1},
"custom_data": {"billing_period": "yearly", "seats": 100}
},
{
"product_name": "Clavitor Team 250",
"description": "Per employee yearly - USD",
"name": "Per Employee Yearly",
"billing_cycle": {"interval": "year", "frequency": 1},
"unit_price": {"amount": "299900", "currency_code": "USD"},
"quantity": {"minimum": 1, "maximum": 1},
"custom_data": {"billing_period": "yearly", "seats": 250}
},
{
"product_name": "Clavitor Team 500",
"description": "Per employee yearly - USD",
"name": "Per Employee Yearly",
"billing_cycle": {"interval": "year", "frequency": 1},
"unit_price": {"amount": "499900", "currency_code": "USD"},
"quantity": {"minimum": 1, "maximum": 1},
"custom_data": {"billing_period": "yearly", "seats": 500}
}
]
}