> ## Documentation Index
> Fetch the complete documentation index at: https://synthbrew.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Schema to realistic data and runtime APIs for frontend and product teams.

Synthbrew helps you go from schema to realistic relational data and a live CRUD API in minutes. It is built for teams that need production-like data and endpoints before backend services are ready.

## What you can do with Synthbrew

* Model schemas with SQL, visual editing, or AI prompts
* Create sources from immutable schema versions
* Generate and regenerate seeded relational data
* Use source-scoped runtime CRUD APIs immediately
* Secure runtime access with source API keys (`x-api-key`)

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create a source key and run your first runtime API call.
  </Card>

  <Card title="Supabase integration" icon="database" href="/guides/supabase">
    Import Supabase schemas and generate into a dedicated synthetic schema.
  </Card>

  <Card title="Runtime API reference" icon="terminal" href="/api-reference/introduction">
    Learn auth, query parameters, and endpoint patterns.
  </Card>

  <Card title="Homepage" icon="house" href="https://synthbrew.com">
    Product overview, positioning, and current feature set.
  </Card>

  <Card title="Blog" icon="newspaper" href="https://synthbrew.com/blog">
    Product updates and implementation-focused articles.
  </Card>
</Columns>
