---
title: "Recipes"
description: "End-to-end walkthroughs that combine Rayfin's data, auth, and deployment features into complete application patterns."
url: https://rayfin.ai/docs/recipes
markdown_url: https://rayfin.ai/docs/recipes.md
section: recipes
product: Rayfin
sdk_version: 1.34.0
cli_version: 1.33.2
last_updated: 2026-08-23T01:28:43-07:00
source: recipes/index.mdx
---

# Recipes

> End-to-end walkthroughs that combine Rayfin's data, auth, and deployment features into complete application patterns.

Recipes are complete, working walkthroughs. Each one starts from a scaffolded project and
ends with a working, deployable app, showing how Rayfin's data model, client, and auth
pieces fit together in practice.

* **[Build a todo app](/docs/recipes/todo-app)** — a per-user data model, a React UI, and
  a deploy to Microsoft Fabric.
* **[Multi-tenant patterns](/docs/data/permissions#multi-tenant-patterns)** — scope
  entities per user and per organization with `@role` policies.
* **[Testing a Rayfin app](/docs/recipes/testing)** — test data and auth logic without a
  live backend.
