{
  "selectedTemplate": "full",
  "availableTemplates": {
    "basic": {
      "name": "Basic Starter",
      "description": "Simple app with basic navigation and components",
      "entryPoint": "App.basic.tsx",
      "modules": []
    },
    "auth": {
      "name": "Auth Starter", 
      "description": "Includes authentication and user management",
      "entryPoint": "App.auth.tsx",
      "modules": ["splash", "main-navigator", "account-overview"]
    },
    "full": {
      "name": "Full Featured",
      "description": "Complete starter with theming, auth, and all modules",
      "entryPoint": "App.full.tsx",
      "modules": ["splash", "authentication", "combined-auth", "settings", "summary", "everyday", "cards", "apply"]
    }
  }
}