# Samples

Open-source sample projects and reference integrations that demonstrate common Apideck patterns end-to-end.

Browse the full list at [https://developers.apideck.com/samples](https://developers.apideck.com/samples).

## What you'll find

- **End-to-end apps**: Next.js, Remix, and vanilla React apps showing Vault session creation, consumer connection flows, and making Unified API calls.
- **Backend patterns**: signed-webhook verification, token refresh, rate-limit handling, and pass-through requests.
- **Frontend patterns**: embedding the Vault connection UI, rendering File Picker, and streaming webhook events to a browser.

## Common starting points

- [File Picker quickstart](https://developers.apideck.com/guides/file-picker.md)
- [Vault integration quickstart](https://developers.apideck.com/guides/vault.md)
- [Webhooks setup](https://developers.apideck.com/guides/webhooks.md)

## Where the code lives

Most samples are in individual repos under the [apideck-samples organization](https://github.com/apideck-samples). SDK-specific samples ship inside the SDK repos themselves — see [https://developers.apideck.com/sdks/node.md](https://developers.apideck.com/sdks/node.md).
