> For the complete documentation index, see [llms.txt](https://basedapp.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://basedapp.gitbook.io/docs/integrations.md).

# Integrations

- [Builder-on-Builder Program](https://basedapp.gitbook.io/docs/integrations/builder-on-builder-program.md)
- [Builder API access](https://basedapp.gitbook.io/docs/integrations/builder-on-builder-program/builder-api-access.md)
- [Based Cloud](https://basedapp.gitbook.io/docs/integrations/based-cloud.md)
- [API Traders](https://basedapp.gitbook.io/docs/integrations/api-traders.md): You can also earn XP by trading via our API.
- [Mobile Mini Apps](https://basedapp.gitbook.io/docs/integrations/mini-apps-platform.md)
- [Goals & non-goals](https://basedapp.gitbook.io/docs/integrations/mini-apps-platform/01-overview.md): Goals, non-goals, success metrics, and the WeChat parallels that shaped the platform direction.
- [Architecture](https://basedapp.gitbook.io/docs/integrations/mini-apps-platform/02-architecture.md): System layers, data flow, and the threading model behind the mini-app runtime.
- [Host contract](https://basedapp.gitbook.io/docs/integrations/mini-apps-platform/03-host-contract.md): The \`BasedMiniAppHost\` Dart interface — every method partners can call from JS.
- [Manifest](https://basedapp.gitbook.io/docs/integrations/mini-apps-platform/04-manifest.md): The \`based.json\` schema partners ship alongside their bundle.
- [JS runtime](https://basedapp.gitbook.io/docs/integrations/mini-apps-platform/05-js-runtime.md): QuickJS engine, the dual-isolate model, lifecycle, and CPU watchdog.
- [Bridge & codegen](https://basedapp.gitbook.io/docs/integrations/mini-apps-platform/06-bridge-and-codegen.md): JSON wire format for Dart ↔ JS calls, replies, and events; codegen plan.
- [UI nodes & renderer](https://basedapp.gitbook.io/docs/integrations/mini-apps-platform/07-ui-nodes-and-renderer.md): The \`UiNode\` tree shape, the widget catalog, and the renderer.
- [Security & sandbox](https://basedapp.gitbook.io/docs/integrations/mini-apps-platform/08-security-and-sandbox.md): Threat model and the guarantees the sandbox does and does not make.
- [Distribution & updates](https://basedapp.gitbook.io/docs/integrations/mini-apps-platform/09-distribution-and-updates.md): Bundle format, CDN, signing, hot-update flow, and the kill switch.
- [Developer experience](https://basedapp.gitbook.io/docs/integrations/mini-apps-platform/10-developer-experience.md): The partner CLI, project templates, simulator, and docs site.
- [Roadmap & milestones](https://basedapp.gitbook.io/docs/integrations/mini-apps-platform/11-roadmap-and-milestones.md): Phased delivery plan, milestone gates, and the risk register.
- [Open questions](https://basedapp.gitbook.io/docs/integrations/mini-apps-platform/12-open-questions.md): Unresolved design decisions and the decision log.
- [Changelog](https://basedapp.gitbook.io/docs/integrations/mini-apps-platform/13-changelog.md): Partner-facing SDK changelog. Append-only once a version ships.
- [Breaking change policy](https://basedapp.gitbook.io/docs/integrations/mini-apps-platform/14-breaking-change-policy.md): Semver, deprecation windows, and the migration commitment we make to partners.
- [Notifications & Live Activities](https://basedapp.gitbook.io/docs/integrations/mini-apps-platform/15-notifications.md): How partners signal their users — partner-mediated push, local notifications, Live Activities (iOS), Live Updates (Android).
- [Env-var setup (APNs / FCM)](https://basedapp.gitbook.io/docs/integrations/mini-apps-platform/16-env-setup.md): How to obtain and configure the env vars required for partner push notifications + Live Activities (iOS APNs and Android FCM).
- [Partner API reference](https://basedapp.gitbook.io/docs/integrations/mini-apps-platform/17-partner-api.md): Server-to-server reference for the partner notification + Live Activity API. Authentication, headers, rate limits, idempotency, error codes.
