# Appbrew developer docs (/docs)



Appbrew apps are config-driven React Native apps: the platform renders screens and blocks from your store's app config, and developers extend them with custom blocks, features, and integrations. These docs cover both developer tracks, from first clone to live release.

<Cards>
  <Card title="I build a merchant app" href="/docs/start/merchant-quickstart">
    You have an app repo for your brand. Run it locally, build custom blocks
    and features, ship releases.
  </Card>

  <Card title="I build a partner integration" href="/docs/start/partner-quickstart">
    You are integrating your product with Appbrew apps. Build a package with
    blocks, trackers, and settings.
  </Card>
</Cards>

## Find your way [#find-your-way]

* **[Start here](/docs/start)** — toolchain, quickstarts, running your app, getting help.
* **[Concepts](/docs/concepts)** — how config, screens, blocks, state, and packages fit together.
* **[Build](/docs/build)** — tutorials: custom blocks, integrations, trackers, metafields, testing.
* **[Ship](/docs/ship)** — app releases and package publishing, upgrades, registry access, troubleshooting.
* **[Reference](/docs/reference)** — package APIs, the integration catalog, and schemas, all generated from platform source.
* **[Changelog](/docs/changelog)** — what changed in each platform release.

Working with an AI agent? Point it at [the machine-readable endpoints](/docs/ai).
