---
title: Example Apps
description: View sample Directory Sync apps for each SDK.
originalPath: .tmp-workos-clone/packages/docs/content/directory-sync/example-apps.mdx
---

You can view minimal example apps that demonstrate how to use the WorkOS SDKs to power Directory Sync:

<ExampleApps.Root>
  <ExampleApps.Card
    href="https://github.com/workos/node-example-applications/tree/main/node-directory-sync-example"
    title="Node.js Directory Sync app"
  />
  <ExampleApps.Card
    href="https://github.com/workos/typescript-example-applications/tree/main/typescript-directory-sync-example"
    title="TypeScript Directory Sync app"
  />
  <ExampleApps.Card
    href="https://github.com/workos/ruby-example-applications/tree/main/ruby-directory-sync-example"
    title="Ruby Directory Sync app"
  />
  <ExampleApps.Card
    href="https://github.com/workos/python-flask-example-applications/tree/main/python-flask-directory-sync-example"
    title="Python Flask Directory Sync app"
  />
  <ExampleApps.Card
    href="https://github.com/workos/python-django-example-applications/tree/main/python-django-directory-sync-example"
    title="Python Django Directory Sync app"
  />
  <ExampleApps.Card
    href="https://github.com/workos/go-example-applications/tree/main/go-directory-sync-example"
    title="Go Directory Sync app"
  />
  <ExampleApps.Card
    href="https://github.com/workos/java-example-applications/tree/main/java-directory-sync-example"
    title="Java Directory Sync app"
  />
  <ExampleApps.Card
    href="https://github.com/workos/php-example-applications/tree/main/php-directory-sync-example"
    title="PHP Directory Sync app"
  />
  <ExampleApps.Card
    href="https://github.com/workos/dotnet-example-applications/tree/main/dotnet-directory-sync-example"
    title=".NET Directory Sync app"
  />
</ExampleApps.Root>
