{
  "markdown": "<!-- markdownlint-disable MD033 MD041 -->\n\n<div align=\"center\">\n\n  <img src=\"content/icons/rayfin-logo-title-300h.svg\" alt=\"Rayfin\" height=\"120\" />\n\n  <p>\n  A modern Backend-as-a-Service (BaaS) platform built for the agentic era.<br>\n  Define your data model with TypeScript decorators — Rayfin provisions and manages the backend for you.\n  </p>\n\n  <a href=\"https://aka.ms/rayfin/docs\">Docs</a> •\n  <a href=\"https://aka.ms/rayfin\">Website</a> •\n  <a href=\"https://github.com/microsoft/awesome-rayfin\">Templates</a> •\n  <a href=\"https://github.com/microsoft/rayfin/issues\">Issues</a> •\n  <a href=\"https://reddit.com/r/rayfin\">Reddit</a>\n</div>\n\n---\n\n## Getting Started\n\n```bash\nnpm create @microsoft/rayfin@latest\n```\n\nThis CLI scaffolds a new Rayfin project with everything you need: data models, authentication, APIs, and a ready-to-deploy app.\n\n### Agent plugin\n\nInstall the Rayfin getting-started skill through your agent's native marketplace or extension manager:\n\n**Claude Code**\n\n```text\n/plugin marketplace add microsoft/rayfin\n/plugin install rayfin@rayfin-skills\n```\n\nGrok Build automatically reads Claude Code marketplaces.\n\n**GitHub Copilot CLI**\n\n```bash\ncopilot plugin marketplace add microsoft/rayfin\ncopilot plugin install rayfin@rayfin-skills\n```\n\n**Codex**\n\n```bash\ncodex plugin marketplace add microsoft/rayfin\n```\n\nAfter adding the marketplace, install Rayfin from the Plugins Directory.\n\n**Kimi Code**\n\n```text\n/plugins marketplace https://raw.githubusercontent.com/microsoft/rayfin/main/kimi-marketplace.json\n```\n\n**Gemini CLI**\n\n```bash\ngemini extensions install https://github.com/microsoft/rayfin\n```\n\nAlternatively, use the cross-agent `plugins` CLI:\n\n```bash\nnpx plugins add microsoft/rayfin\n```\n\nThe plugin supports Claude Code, Cursor, Codex, GitHub Copilot CLI, Grok Build, Kimi Code, Visual Studio Code agent plugins, and Gemini CLI.\n\n## What is Rayfin?\n\nRayfin is a **fully managed Backend-as-a-Service (BaaS)** platform that helps teams build and ship applications faster without building or operating backend infrastructure.\n\nWith Rayfin, you define your data model using TypeScript decorators, and the platform automatically provides and manages:\n- Database\n- Authentication\n- Data APIs\n- Storage\n- Hosting\n\nSo you can focus on building your application, not backend services.\n\n```bash\nnpm create @microsoft/rayfin@latest    # scaffold a new project\nnpx rayfin up                          # deploy and run\n```\n\n## Why Fabric?\n\nRayfin is built on [Microsoft Fabric](https://learn.microsoft.com/en-us/fabric/fundamentals/microsoft-fabric-overview), which provides centralized data discovery, access control, and governance capabilities -- helping organizations manage data access, sharing, and compliance consistently across workloads.\n\nThis means your Rayfin apps inherit enterprise-grade security and governance out of the box, so you can build fast without compromising on compliance.\n\n👉 [Get started with Microsoft Fabric](https://www.microsoft.com/en-us/microsoft-fabric/getting-started)\n\n## Local Development (Experimental)\n\nRayfin supports a pure local development experience — no cloud resources required. This is currently experimental and great for trying out Rayfin or building offline.\n\n👉 See the [Todo Local Experimental template](https://github.com/microsoft/awesome-rayfin/tree/main/templates/todo-local-experimental) to get started.\n\n## Packages\n\n| Package | Version | Description |\n|---------|---------|-------------|\n| [`@microsoft/create-rayfin`](https://www.npmjs.com/package/@microsoft/create-rayfin) | [![npm](https://img.shields.io/npm/v/@microsoft/create-rayfin)](https://www.npmjs.com/package/@microsoft/create-rayfin) | Scaffold a Rayfin project with `npm create @microsoft/rayfin@latest` |\n| [`@microsoft/rayfin-cli`](https://www.npmjs.com/package/@microsoft/rayfin-cli) | [![npm](https://img.shields.io/npm/v/@microsoft/rayfin-cli)](https://www.npmjs.com/package/@microsoft/rayfin-cli) | CLI for scaffolding, deploying, and managing Rayfin apps |\n| [`@microsoft/rayfin-core`](https://www.npmjs.com/package/@microsoft/rayfin-core) | [![npm](https://img.shields.io/npm/v/@microsoft/rayfin-core)](https://www.npmjs.com/package/@microsoft/rayfin-core) | Entity decorators, schema definitions, and core types |\n| [`@microsoft/rayfin-client`](https://www.npmjs.com/package/@microsoft/rayfin-client) | [![npm](https://img.shields.io/npm/v/@microsoft/rayfin-client)](https://www.npmjs.com/package/@microsoft/rayfin-client) | Main client SDK for Rayfin services |\n| [`@microsoft/rayfin-data`](https://www.npmjs.com/package/@microsoft/rayfin-data) | [![npm](https://img.shields.io/npm/v/@microsoft/rayfin-data)](https://www.npmjs.com/package/@microsoft/rayfin-data) | Type-safe client library for Data API Builder endpoints |\n| [`@microsoft/rayfin-auth`](https://www.npmjs.com/package/@microsoft/rayfin-auth) | [![npm](https://img.shields.io/npm/v/@microsoft/rayfin-auth)](https://www.npmjs.com/package/@microsoft/rayfin-auth) | Authentication utilities for Rayfin SDK |\n| [`@microsoft/rayfin-auth-provider-fabric`](https://www.npmjs.com/package/@microsoft/rayfin-auth-provider-fabric) | [![npm](https://img.shields.io/npm/v/@microsoft/rayfin-auth-provider-fabric)](https://www.npmjs.com/package/@microsoft/rayfin-auth-provider-fabric) | Fabric brokered authentication provider for Rayfin SDK |\n| [`@microsoft/rayfin-functions`](https://www.npmjs.com/package/@microsoft/rayfin-functions) | [![npm](https://img.shields.io/npm/v/@microsoft/rayfin-functions)](https://www.npmjs.com/package/@microsoft/rayfin-functions) | Rayfin functions runtime |\n| [`@microsoft/rayfin-storage`](https://www.npmjs.com/package/@microsoft/rayfin-storage) | [![npm](https://img.shields.io/npm/v/@microsoft/rayfin-storage)](https://www.npmjs.com/package/@microsoft/rayfin-storage) | Type-safe client library for Rayfin storage operations |\n| [`@microsoft/rayfin-lib`](https://www.npmjs.com/package/@microsoft/rayfin-lib) | [![npm](https://img.shields.io/npm/v/@microsoft/rayfin-lib)](https://www.npmjs.com/package/@microsoft/rayfin-lib) | Shared library utilities and HTTP client foundation |\n| [`@microsoft/rayfin-tools-common`](https://www.npmjs.com/package/@microsoft/rayfin-tools-common) | [![npm](https://img.shields.io/npm/v/@microsoft/rayfin-tools-common)](https://www.npmjs.com/package/@microsoft/rayfin-tools-common) | Shared utilities for Rayfin tools packages |\n| [`@microsoft/rayfin-docs`](https://www.npmjs.com/package/@microsoft/rayfin-docs) | [![npm](https://img.shields.io/npm/v/@microsoft/rayfin-docs)](https://www.npmjs.com/package/@microsoft/rayfin-docs) | Rayfin docs indexing and search library |\n| [`@microsoft/rayfin-guide`](https://www.npmjs.com/package/@microsoft/rayfin-guide) | [![npm](https://img.shields.io/npm/v/@microsoft/rayfin-guide)](https://www.npmjs.com/package/@microsoft/rayfin-guide) | Cross-cutting builder guides for the Rayfin platform |\n| [`@microsoft/rayfin-mcp`](https://www.npmjs.com/package/@microsoft/rayfin-mcp) | [![npm](https://img.shields.io/npm/v/@microsoft/rayfin-mcp)](https://www.npmjs.com/package/@microsoft/rayfin-mcp) | Rayfin Model Context Protocol tooling |\n| [`@microsoft/fabric-embedded-host`](https://www.npmjs.com/package/@microsoft/fabric-embedded-host) | [![npm](https://img.shields.io/npm/v/@microsoft/fabric-embedded-host)](https://www.npmjs.com/package/@microsoft/fabric-embedded-host) | PostMessage bridge and embedded mode detection for Fabric iframes |\n\n## Related Repositories\n\n| Repository | Description |\n|-----------|-------------|\n| [microsoft/awesome-rayfin](https://github.com/microsoft/awesome-rayfin) | Community templates and resources gallery |\n| [microsoft/fabric-apps-analytic-templates](https://github.com/microsoft/fabric-apps-analytic-templates) | Build data analytics apps based on your data in Fabric |\n\n## Community\n\n- 📖 [Documentation](https://aka.ms/rayfin/docs)\n- 🏗️ [Get started with Microsoft Fabric](https://www.microsoft.com/en-us/microsoft-fabric/getting-started)\n- 🐛 [Report a Bug](https://github.com/microsoft/rayfin/issues/new?template=bug.yml)\n- ⚠️ [Known Issues](https://github.com/microsoft/rayfin/issues?q=state%3Aopen%20label%3Aknown-issue)\n- 💡 [Request a Feature](https://github.com/microsoft/rayfin/issues/new?template=feature-request.yml)\n- 🐟 [Reddit](https://reddit.com/r/rayfin)\n- 🤝 [Contributing Guide](CONTRIBUTING.md)\n\n## Trademarks\n\nThis project may contain trademarks or logos for projects, products, or services.\nAuthorized use of Microsoft trademarks or logos must follow the [Microsoft Trademark and Brand Guidelines](https://www.microsoft.com/legal/intellectualproperty/trademarks/usage/general).\nUse of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.\nAny use of third-party trademarks or logos is subject to those third parties' policies.\n\n## License\n\n[MIT](LICENSE)\n",
  "bytes": 8901,
  "sha": "afe10f09be3873d83dbde799471c7109751088d738162429710dfe14e65bd542",
  "repo_slug": "microsoft/rayfin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_microsoft_rayfin_ac2026ec/readme"
}