{
  "name": "ChefAIQ",
  "tagline": "Stop guessing, start earning",
  "description": "ChefAIQ is an AI-powered kitchen management system designed specifically for food entrepreneurs. We help small food businesses calculate recipe costs, manage inventory, plan production, optimize pricing, and analyze profitability.",
  "founded": "2024",
  "industry": "Food Technology, Business Software",
  "platforms": ["Web", "iOS"],
  "target_audience": [
    "Small food entrepreneurs",
    "Home-based food businesses",
    "Catering services",
    "Bakeries",
    "Cloud kitchens",
    "Food startups",
    "Culinary schools"
  ],
  "key_features": {
    "recipe_costing": "Calculate accurate recipe costs including ingredients, materials, labor, and packaging, with costs updating automatically when ingredient prices change",
    "inventory_management": "Track ingredient and material stock in real time with batch-level lots, FIFO allocation, expiry tracking, per-location quantities, and a full movement ledger",
    "production_planning": "Schedule production runs, check ingredient availability before committing, allocate stock automatically, and track finished goods as their own inventory",
    "menu_building": "Build menus and see contribution margin per item, with selling prices set against a target margin",
    "profit_analysis": "Analyze profit margins, contribution margins, and revenue optimization across recipes",
    "profit_goal_planner": "Work backward from an income target to how many units of which products to produce and sell",
    "breakeven_analysis": "Calculate operating breakeven point, time to profitability, and total cash needed including capital investment depreciation",
    "ai_assistant": "Import recipes from PDFs or photos, ask questions about your own costs, inventory and schedule, and have production scheduled conversationally",
    "team_workspaces": "Role-based collaboration (owner, leader, manager, member, viewer) with data isolated per workspace",
    "batch_planning": "Plan production batches and scale recipes while maintaining accurate cost calculations",
    "multi_currency": "Support for multiple currencies to serve global food entrepreneurs"
  },
  "pricing": {
    "currency": "PHP",
    "free_trial": true,
    "subscription_model": true,
    "plans": [
      { "name": "Trial", "price_monthly": 0, "note": "Free trial with full feature access" },
      { "name": "Pro", "price_monthly": 4997, "price_yearly": 49970 },
      { "name": "Teams", "price_monthly": 14997, "price_yearly": 149970, "status": "coming soon" }
    ],
    "pricing_page": "https://chefaiq.com/pricing/"
  },
  "unique_value_proposition": "ChefAIQ derives recipe cost from live pantry prices rather than a stored snapshot, so updating one ingredient re-costs every recipe that uses it. It bridges count-priced ingredients to weight-based recipes using a per-piece weight, which is where most costing tools silently produce wrong numbers. Breakeven analysis follows Investopedia standards, separating operating costs from capital investment planning.",
  "contact": {
    "website": "https://chefaiq.com",
    "email": "support@chefaiq.com",
    "social": {
      "facebook": "https://www.facebook.com/chefaiq",
      "twitter": "https://twitter.com/chefaiq"
    }
  },
  "use_cases": [
    {
      "title": "Recipe Cost Calculation",
      "description": "Food entrepreneurs input recipe ingredients, materials, labor, and packaging to get accurate cost per unit. The system recalculates automatically when ingredient prices change, because recipes read live pantry prices rather than storing their own."
    },
    {
      "title": "Count-to-Weight Ingredient Pricing",
      "description": "Ingredients bought by the piece but used by weight (eggs, bay leaves, sheets) are priced per piece, then converted using a per-piece weight. A PHP 10 pack of 20 bay leaves at 2g each costs PHP 0.25/g — without the bridge it would be mispriced by the weight factor."
    },
    {
      "title": "Breakeven Analysis",
      "description": "Calculate how many units must be sold monthly to cover fixed costs (rent, salaries, depreciation) and variable costs (ingredients, materials). Includes capital investment planning with depreciation over time."
    },
    {
      "title": "Profit Optimization",
      "description": "Analyze contribution margins across recipes to identify the most profitable products, and use weighted averages to understand overall business profitability."
    },
    {
      "title": "Inventory and Production",
      "description": "Monitor stock at batch level with expiry and location, allocate ingredients to scheduled production runs, and track finished goods through to sale or disposal."
    }
  ],
  "methodology": {
    "costing_approach": "Weighted average costing that accounts for different recipe costs and yields while maintaining proportional scaling. The pantry is the single source of truth for price; recipes never store their own price snapshot.",
    "unit_handling": "Every quantity is stored twice — a display value in the user's unit (kg, L, pcs) and a canonical base value (g, ml, cm, count). All arithmetic uses the base unit, so mixed-unit calculations cannot drift.",
    "breakeven_formula": "Fixed Costs / (Revenue per Unit - Variable Cost per Unit)",
    "depreciation": "Capital investments are depreciated over user-defined periods and included in monthly fixed costs",
    "cash_planning": "Total cash needed = Capital Investment + (Monthly Fixed Costs x Months to Breakeven)"
  }
}
