{
  "product": "PocketBase",
  "title": "PocketBase",
  "summary": "Single-binary backend: SQLite records, realtime subscriptions, auth, files and hooks.",
  "category": "services",
  "entries": [
    {
      "path": [
        "AI",
        "Data",
        "Collections and records CRUD API"
      ],
      "value": "REST",
      "status": "yes",
      "note": "public docs; schema-defined collections"
    },
    {
      "path": [
        "AI",
        "Data",
        "Embedded SQLite storage"
      ],
      "value": "single file",
      "status": "yes",
      "note": "public docs; one-binary deployment"
    },
    {
      "path": [
        "AI",
        "Data",
        "Query filters, sort, pagination"
      ],
      "value": "filter syntax",
      "status": "yes",
      "note": "public docs"
    },
    {
      "path": [
        "AI",
        "Data",
        "Relations with expand"
      ],
      "value": "",
      "status": "yes",
      "note": "public docs"
    },
    {
      "path": [
        "AI",
        "Realtime",
        "Live record subscriptions"
      ],
      "value": "SSE",
      "status": "yes",
      "note": "public docs"
    },
    {
      "path": [
        "AI",
        "Auth",
        "Email/password + OAuth2 providers"
      ],
      "value": "",
      "status": "yes",
      "note": "public docs; Google, GitHub, etc."
    },
    {
      "path": [
        "AI",
        "Auth",
        "Per-collection API access rules"
      ],
      "value": "rule expressions",
      "status": "yes",
      "note": "public docs; row-level authorization"
    },
    {
      "path": [
        "AI",
        "Files",
        "File uploads with thumbnails"
      ],
      "value": "",
      "status": "yes",
      "note": "public docs; local or S3 storage"
    },
    {
      "path": [
        "AI",
        "Extend",
        "Hooks and custom routes"
      ],
      "value": "Go or JS (jsvm)",
      "status": "yes",
      "note": "public docs; use as framework"
    },
    {
      "path": [
        "AI",
        "Ops",
        "Migrations"
      ],
      "value": "",
      "status": "yes",
      "note": "public docs; auto-generated from schema changes"
    },
    {
      "path": [
        "AI",
        "Ops",
        "Backups"
      ],
      "value": "",
      "status": "yes",
      "note": "public docs; zip snapshot incl. storage"
    },
    {
      "path": [
        "UI",
        "Admin",
        "Collections schema editor"
      ],
      "value": "",
      "status": "yes",
      "note": "public docs; built-in dashboard"
    },
    {
      "path": [
        "UI",
        "Admin",
        "Records browser and editor"
      ],
      "value": "",
      "status": "yes",
      "note": "public docs"
    },
    {
      "path": [
        "UI",
        "Admin",
        "Users and logs views"
      ],
      "value": "",
      "status": "yes",
      "note": "public docs"
    }
  ]
}
