{
  "name": "Better Auth",
  "description": "Self-hosted user accounts and sessions (open source, full control).",
  "phase": "add-on",
  "type": "add-on",
  "category": "auth",
  "exclusive": ["auth"],
  "color": "#000000",
  "link": "https://www.better-auth.com/",
  "modes": ["file-router"],
  
  "routes": [
    {
      "url": "/demo/better-auth",
      "name": "Better Auth",
      "path": "src/routes/demo.better-auth.tsx",
      "jsName": "BetterAuthDemo"
    }
  ],
  "integrations": [
    {
      "type": "header-user",
      "jsName": "BetterAuthHeader",
      "path": "src/integrations/better-auth/header-user.tsx"
    }
  ]
}
