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

# Examples

## Client Side

A frontend-only app that lets users Sign in with Farcaster and shows them their profile picture and username.

<iframe src="https://farcaster-auth-kit-vite-demo.replit.app/" width="700" height="500" />

[Try Demo](https://farcaster-auth-kit-vite-demo.replit.app/) | [View Source](https://github.com/farcasterxyz/connect-monorepo/tree/main/examples/frontend-only)

## Server Side

A Next.js app that lets users Sign in with Farcaster and handles sessions server-side.

<iframe src="https://farcaster-auth-kit-next-auth-demo.replit.app/" width="700" height="500" />

[Try Demo](https://farcaster-auth-kit-next-auth-demo.replit.app/) | [View Source](https://github.com/farcasterxyz/connect-monorepo/tree/main/examples/with-next-auth)
