{
  "appName": "Kami",
  "description": "An AI-powered design assistant that helps designers think, create, and make decisions.",
  "user": {
    "name": "Clayton",
    "netid": "ql373",
    "role": "Product Designer"
  },
  "features": [
    {
      "name": "Idea Generation",
      "enabled": true,
      "description": "Helps users generate product ideas from natural language input."
    },
    {
      "name": "Research Synthesis",
      "enabled": true,
      "description": "Summarizes user research and highlights key insights."
    },
    {
      "name": "Decision Support",
      "enabled": true,
      "description": "Helps users compare options and understand trade-offs."
    }
  ],
  "projects": [
    {
      "title": "Liminal",
      "status": "in progress",
      "tags": ["decision-making", "AI", "UX"]
    },
    {
      "title": "MedCon",
      "status": "concept",
      "tags": ["healthcare", "follow-up", "AI"]
    }
  ],
  "settings": {
    "theme": "light",
    "language": "en",
    "notifications": true
  }
}