{
  "name": "Neon",
  "description": "Serverless Postgres (auto-scales to zero, branchable per environment).",
  "link": "https://neon.com",
  "phase": "add-on",
  "type": "add-on",
  "category": "database",
  "exclusive": ["database"],
  "color": "#00E599",
  "modes": ["file-router"],
  "routes": [
    {
      "icon": "Database",
      "url": "/demo/neon",
      "name": "Neon",
      "path": "src/routes/demo.neon.tsx",
      "jsName": "NeonDemo"
    }
  ],
  "integrations": [
    {
      "type": "vite-plugin",
      "jsName": "neon",
      "path": "neon-vite-plugin.ts"
    }
  ]
}
