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

# Exemplos

> O repositório com a árvore de arquivos de cada integração, por framework e por linguagem.

As páginas de integração mostram o código. O repositório de exemplos mostra **em qual arquivo ele
entra e onde esse arquivo mora no seu projeto**.

<Card title="Legitimuz-Tech/legitimuz-examples" icon="brand-github" href="https://github.com/Legitimuz-Tech/legitimuz-examples" horizontal>
  Um diretório por integração, com a árvore de arquivos anotada.
</Card>

<Info>
  Os diretórios são referência de implementação, não projetos executáveis. Não há lockfile e nada
  foi rodado contra a sandbox: o que eles entregam é a estrutura de arquivos.
</Info>

## Web SDK

| Exemplo                                                                                                     | Guia                                         |
| ----------------------------------------------------------------------------------------------------------- | -------------------------------------------- |
| [`web/vanilla-js`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/web/vanilla-js)         | [Vanilla JS](/guides/web/vanilla-js)         |
| [`web/react`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/web/react)                   | [React](/guides/web/react)                   |
| [`web/next-js`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/web/next-js)               | [Next.js](/guides/web/next-js)               |
| [`web/nuxt`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/web/nuxt)                     | [Nuxt](/guides/web/nuxt)                     |
| [`web/vue`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/web/vue)                       | [Vue](/guides/web/vue)                       |
| [`web/svelte`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/web/svelte)                 | [Svelte](/guides/web/svelte)                 |
| [`web/angular`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/web/angular)               | [Angular](/guides/web/angular)               |
| [`web/remix`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/web/remix)                   | [Remix](/guides/web/remix)                   |
| [`web/tanstack-start`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/web/tanstack-start) | [TanStack Start](/guides/web/tanstack-start) |

## Backend e padrões

| Exemplo                                                                                                             | Guia                                                 |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| [`pocs/next-checkout`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/pocs/next-checkout)         | [Checkout Next.js](/guides/pocs/next-checkout)       |
| [`pocs/express-backend`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/pocs/express-backend)     | [Backend Express](/guides/pocs/express-backend)      |
| [`pocs/fastapi-backend`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/pocs/fastapi-backend)     | [Backend FastAPI](/guides/pocs/fastapi-backend)      |
| [`pocs/laravel-backend`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/pocs/laravel-backend)     | [Backend Laravel](/guides/pocs/laravel-backend)      |
| [`pocs/go-backend`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/pocs/go-backend)               | [Backend Go](/guides/pocs/go-backend)                |
| [`pocs/webhook-receiver`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/pocs/webhook-receiver)   | [Receptor de webhook](/guides/pocs/webhook-receiver) |
| [`pocs/queue-worker`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/pocs/queue-worker)           | [Fila e worker](/guides/pocs/queue-worker)           |
| [`pocs/multi-integration`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/pocs/multi-integration) | [Multi-integração](/guides/pocs/multi-integration)   |
| [`pocs/qr-handoff`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/pocs/qr-handoff)               | [QR code](/guides/pocs/qr-handoff)                   |
| [`pocs/whatsapp-handoff`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/pocs/whatsapp-handoff)   | [WhatsApp](/guides/pocs/whatsapp-handoff)            |
| [`pocs/resume-expiry`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/pocs/resume-expiry)         | [Retomada e expiração](/guides/pocs/resume-expiry)   |
| [`pocs/local-tunnel`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/pocs/local-tunnel)           | [Ambiente local](/guides/pocs/local-tunnel)          |

## Mobile SDKs

| Exemplo                                                                                                   | Guia                               |
| --------------------------------------------------------------------------------------------------------- | ---------------------------------- |
| [`sdks/android`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/sdks/android)           | [Android](/sdks/android)           |
| [`sdks/ios`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/sdks/ios)                   | [iOS](/sdks/ios)                   |
| [`sdks/react-native`](https://github.com/Legitimuz-Tech/legitimuz-examples/tree/master/sdks/react-native) | [React Native](/sdks/react-native) |

Os artefatos mobile são privados e liberados sob solicitação ao
[suporte](https://painel.legitimuz.com/support). Os diretórios servem como referência de leitura.
