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

# Fastify

> Sync secrets from Enkryptify to your Fastify application

## Local development

To use Enkryptify locally, you will first need to install the Enkryptify CLI and connect it to your project. You can find the quickstart [here](/cli/quickstart).

<CodeGroup>
  ```bash npm theme={"dark"}
  # Usage
  ek run -- npm run <script>

  # Example
  ek run -- npm run dev
  ```

  ```bash pnpm theme={"dark"}
  # Usage
  ek run -- pnpm run <script>

  # Example
  ek run -- pnpm run dev
  ```

  ```bash yarn theme={"dark"}
  # Usage
  ek run -- yarn run <script>

  # Example
  ek run -- yarn run dev
  ```

  ```bash bun theme={"dark"}
  # Usage
  ek run -- bun run <script>

  # Example
  ek run -- bun run dev
  ```

  ```bash deno theme={"dark"}
  # Usage
  ek run -- deno task <task>

  # Example
  ek run -- deno run dev
  ```
</CodeGroup>

## Cloud providers

We offer a wide range of syncs for cloud providers. You can find the list of supported providers [here](/sync/overview).
