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

# Introduction

> Zite is the agent-native app platform. Build apps and workflows on a unified database, with your favorite agent.

You describe what you want; a connected agent builds it and publishes it — no local setup on your end.

## The mental model

<CardGroup cols={1}>
  <Card title="One workspace, one database" icon="layers" href="/concepts/workspaces" horizontal>
    Every app and workflow in a workspace shares one database, its schema, and its permissions.
  </Card>

  <Card title="Permissions live on the database" icon="shield" href="/concepts/permissions" horizontal>
    Roles and row-level rules are set once, on the workspace database. Every app inherits them.
  </Card>

  <Card title="Agents do the building" icon="sparkles" href="/mcp/overview" horizontal>
    Apps are React apps; workflows are typed backend functions. An agent builds them in a cloud sandbox.
  </Card>
</CardGroup>

## Next

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Connect an agent, describe an app, and publish it.
  </Card>

  <Card title="Framework reference" icon="code" href="/framework/project-structure">
    The `zitejs` surface your agent writes against.
  </Card>
</CardGroup>
