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

# Example apps

> Working sample apps demonstrating how to implement Stytch Auth.

## Repository

Our [GitHub monorepo](https://github.com/stytchauth/stytch-all-examples) contains various example apps that demonstrate how to use our frontend and backend SDKs. You can use these as a starting point for your own app or as a proof-of-concept:

<Card title="Example apps" icon="github" href="https://github.com/stytchauth/stytch-all-examples" cta="github.com">
  View the README on how to get started.
</Card>

***

## What's included

The monorepo contains both frontend and backend examples for Stytch's B2B and Consumer APIs.

### Frontend examples

Examples for using the pre-built Stytch UI or headless SDKs:

<Columns cols={3}>
  <Card title="Next.js" icon="triangle" href="https://github.com/stytchauth/stytch-all-examples/tree/main/frontend/nextjs" />

  <Card title="React" icon="react" href="https://github.com/stytchauth/stytch-all-examples/tree/main/frontend/react" />

  <Card title="Vanilla JS" icon="js" href="https://github.com/stytchauth/stytch-all-examples/tree/main/frontend/vanillajs" />
</Columns>

### Backend examples

Backend examples for using Stytch's Consumer and B2B APIs:

<Columns cols={3}>
  <Card title="Node.js" icon="node-js" href="https://github.com/stytchauth/stytch-all-examples/tree/main/backend/node" />

  <Card title="Golang" icon="golang" href="https://github.com/stytchauth/stytch-all-examples/tree/main/backend/golang" />
</Columns>
