> This is Payabli documentation. For a complete page index, fetch https://docs.payabli.com/llms.txt — append .md to any page URL for lightweight markdown. For section-level indexes, query parameters, and other AI-optimized access methods, see https://docs.payabli.com/ai-agents.md

# Payabli example apps

> Check out example apps to help you get started with Payabli

This page contains example applications that show how to use Payabli's APIs and embedded components.
All examples are open source and available on the `payabli/examples` GitHub repository.
Visit the [GitHub repository](https://github.com/payabli/examples) to explore the code.

* [Boarding](https://github.com/payabli/examples/tree/main/boarding) — An example app that uses Payabli's boarding APIs in a custom UI. The app is built with shadcn/ui and React. See [API boarding quickstart](/guides/pay-ops-developer-boarding-quickstart) for more information.
* [Temp token flow](https://github.com/payabli/examples/tree/main/temp-token) — An example app that shows how to use Payabli's temporary token flow with embedded components. The app has an interactive sidebar that explains the lifecycle of transactions. See [Temporary token example app](/guides/platform-tokenization-temp-token-app) for more information.
* [Server SDKs](https://github.com/payabli/examples/tree/main/sdk) — An example app built with Payabli's official server SDKs. The application shows how to use the SDK to interact with Payabli's APIs. See [SDKs](/developers/platform-developer-tools-overview#sdks) for more information.
* [React](https://github.com/payabli/examples/tree/main/react-integration) — An example app using Payabli's embedded components in React. See [Framework integrations](/guides/pay-in-developer-components-frameworks#react) for more information.
* [Vue](https://github.com/payabli/examples/tree/main/vue-integration) — An example app using Payabli's embedded components in Vue. See [Framework integrations](/guides/pay-in-developer-components-frameworks#vue) for more information.