> ## 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)


## Related topics

- [Specification](/miniapps/specification.md)
- [Verify Webhooks with HMAC Signatures](/docs/how-to-verify-the-incoming-webhooks-using-signatures.md)
- [Example Apps](/external-link-4.md)
- [Relevant Holders for Coins](/docs/fetch-relevant-holders-for-coin.md)
- [Generate a chronological feed for a user](/farcaster/developers/guides/apps/feed.md)
